| /freebsd/tools/test/stress2/tools/ |
| H A D | bench.c | 306 struct timeval t1, t2, diff; in main() local 351 timersub(&t2, &t1, &diff); in main() 353 printf("%jd.%06ld\n",(intmax_t)diff.tv_sec, diff.tv_usec); in main()
|
| /freebsd/usr.bin/bsdiff/bsdiff/ |
| H A D | bsdiff.c | 187 16 8 length of bzip2ed diff block in main() 192 ?? ?? Bzip2ed diff block in main() 295 /* Write compressed diff data */ in main() 305 /* Compute size of compressed diff data */ in main()
|
| /freebsd/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_001_pos.ksh | 97 log_must $DIFF $REAL_HISTORY $EXPECT_HISTORY 114 log_must $DIFF $REAL_HISTORY $EXPECT_HISTORY
|
| /freebsd/usr.bin/gzip/ |
| H A D | zdiff | 32 *) prog=diff 87 # Pull out any command line flags so we can pass them to diff/cmp
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
| H A D | zvol_misc_fua.ksh | 109 # Compare the data we expect with what's on our zvol. diff will return 111 log_must diff $datafile1 $datafile2
|
| H A D | zvol_misc_trim.ksh | 114 # Compare the data we expect with what's on our zvol. diff will return 116 log_must diff $datafile1 $datafile2
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound-fuzzme.patch | 15 diff --git a/.gitignore b/.gitignore 27 diff --git a/Makefile.in b/Makefile.in 102 diff --git a/smallapp/unbound-fuzzme.c b/smallapp/unbound-fuzzme.c
|
| /freebsd/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend.kshlib | 159 $DIFF $BACKDIR/src $BACKDIR/dst 182 $DIFF -r $srcdir $dstdir > /dev/null 2>&1 212 $DIFF $BACKDIR/dtst1 $BACKDIR/dtst2
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionDivision.cpp | 233 const SCEV *Diff = SE.getMinusSCEV(Numerator, Remainder); in visitMulExpr() local 235 if (sizeOfSCEV(Diff) > sizeOfSCEV(Numerator)) in visitMulExpr() 237 divide(SE, Diff, Denominator, &Q, &R); in visitMulExpr()
|
| /freebsd/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 526 u_long diff; in msdosfs_read() local 593 diff = pmp->pm_bpcluster - on; in msdosfs_read() 594 n = diff > uio->uio_resid ? uio->uio_resid : diff; in msdosfs_read() 595 diff = dep->de_FileSize - uio->uio_offset; in msdosfs_read() 596 if (diff < n) in msdosfs_read() 597 n = diff; in msdosfs_read() 598 diff = blsize - bp->b_resid; in msdosfs_read() 599 if (diff < n) in msdosfs_read() 600 n = diff; in msdosfs_read() 1500 int diff; in msdosfs_readdir() local [all …]
|
| /freebsd/contrib/diff/src/ |
| H A D | diff.c | 1 /* diff - compare files line by line 6 This file is part of GNU DIFF. 8 GNU DIFF is free software; you can redistribute it and/or modify 13 GNU DIFF is distributed in the hope that it will be useful, 19 along with GNU DIFF; see the file COPYING. 24 #include "diff.h" 99 /* Return a string containing the command options with which diff was invoked. 477 version_etc (stdout, "diff", PACKAGE_NAME, PACKAGE_VERSION, in main() 884 N_("--normal Output a normal diff."), 885 N_("-n --rcs Output an RCS format diff."),
|
| H A D | system.h | 6 This file is part of GNU DIFF. 8 GNU DIFF is free software; you can redistribute it and/or modify 13 GNU DIFF is distributed in the hope that it will be useful,
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | rrm.c | 314 struct os_reltime t, diff; in wpas_rrm_build_lci_report() local 347 os_reltime_sub(&t, &wpa_s->lci_time, &diff); in wpas_rrm_build_lci_report() 349 diff_l = diff.sec * 10 + diff.usec / 100000; in wpas_rrm_build_lci_report() 1593 struct os_reltime update_time, diff; in wpas_beacon_rep_scan_process() local 1604 &update_time, &diff); in wpas_beacon_rep_scan_process() 1607 (diff.sec || diff.usec >= 8000)) { in wpas_beacon_rep_scan_process() 1613 (unsigned int) diff.sec, in wpas_beacon_rep_scan_process() 1614 (unsigned int) diff.usec); in wpas_beacon_rep_scan_process()
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | main.c | 1559 struct timeval diff; in gettimeofday_cached() local 1580 diff = sub_tval(systemt, latest); in gettimeofday_cached() 1583 (long)diff.tv_sec, (long)diff.tv_usec); in gettimeofday_cached() 1584 if (0 != cgt_rc || labs((long)diff.tv_sec) < 3600) { in gettimeofday_cached() 1592 diff = sub_tval(latest, mono); in gettimeofday_cached() 1595 (long)diff.tv_sec, (long)diff.tv_usec); in gettimeofday_cached() 1596 if (labs((long)diff.tv_sec) < 3600) { in gettimeofday_cached()
|
| /freebsd/sys/kern/ |
| H A D | kern_cpu.c | 467 int bdiff, count, diff, error, i, type; in cf_get_method() local 553 diff = abs(levels[i].total_set.freq - rate); in cf_get_method() 554 if (diff < bdiff) { in cf_get_method() 555 bdiff = diff; in cf_get_method() 946 int best, count, diff, bdiff, devcount, error, freq, i, n; in cpufreq_curr_sysctl() local 981 diff = abs(levels[i].total_set.freq - freq); in cpufreq_curr_sysctl() 982 if (diff < bdiff) { in cpufreq_curr_sysctl() 983 bdiff = diff; in cpufreq_curr_sysctl()
|
| /freebsd/tests/sys/netpfil/pf/ |
| H A D | proxy.sh | 80 if ! diff -q local.txt remote.txt; 140 if ! diff -q local.txt /tmp/remote.txt;
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | name.c | 411 int *diff) in _hx509_name_ds_cmp() argument 427 *diff = ds1len - ds2len; in _hx509_name_ds_cmp() 430 *diff = ds1lp[i] - ds2lp[i]; in _hx509_name_ds_cmp() 431 if (*diff) in _hx509_name_ds_cmp() 490 int ret, diff; in hx509_name_cmp() local 491 ret = _hx509_name_cmp(&n1->der_name, &n2->der_name, &diff); in hx509_name_cmp() 494 return diff; in hx509_name_cmp()
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | background_thread.c | |
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 244 unsigned diff = EndOffs.getOffset() - TopEnd.getOffset(); in commitRemove() local 246 TopFA->RemoveLen += diff; in commitRemove() 266 unsigned diff = E.getOffset() - TopEnd.getOffset(); in commitRemove() local 268 TopFA->RemoveLen += diff; in commitRemove()
|
| /freebsd/usr.sbin/etcupdate/tests/ |
| H A D | fbsdid_test.sh | 309 diff -u -L "correct" $WORKDIR/correct.out -L "test" $WORKDIR/test.out \ 342 diff -u -L "correct" $WORKDIR/correctF.out -L "test" $WORKDIR/testF.out \ 377 diff -u -L "correct" $WORKDIR/correctAF.out -L "test" $WORKDIR/testAF.out \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan.h | 222 BT diff = v1_bits >= v2_bits ? v1_bits - v2_bits : v2_bits - v1_bits; 223 return diff >= kMaxULPDiff ? kMaxULPDiff : diff;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPreLegalizerCombiner.cpp | 135 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16() local 139 if (Diff == 0 || Diff == 1) in matchClampI64ToI16()
|
| /freebsd/contrib/openresolv/ |
| H A D | pdnsd.in | 71 elif type diff >/dev/null 2>&1; then 72 diff -q "$1" "$2" >/dev/null
|
| /freebsd/contrib/netbsd-tests/usr.bin/cc/ |
| H A D | t_hello.sh | 49 atf_set "require.progs" "cc file diff cat" 117 if diff ./ftype32 ./ftype64 >/dev/null; then
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
| H A D | ASTDiff.h | 26 namespace diff { 124 } // end namespace diff
|