Home
last modified time | relevance | path

Searched full:diff (Results 351 – 375 of 1082) sorted by relevance

1...<<11121314151617181920>>...44

/freebsd/tools/test/stress2/tools/
H A Dbench.c306 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 Dbsdiff.c187 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 Dhistory_001_pos.ksh97 log_must $DIFF $REAL_HISTORY $EXPECT_HISTORY
114 log_must $DIFF $REAL_HISTORY $EXPECT_HISTORY
/freebsd/usr.bin/gzip/
H A Dzdiff32 *) 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 Dzvol_misc_fua.ksh109 # Compare the data we expect with what's on our zvol. diff will return
111 log_must diff $datafile1 $datafile2
H A Dzvol_misc_trim.ksh114 # 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 Dunbound-fuzzme.patch15 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 Drsend.kshlib159 $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 DScalarEvolutionDivision.cpp233 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 Dmsdosfs_vnops.c526 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 Ddiff.c1 /* 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 Dsystem.h6 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 Drrm.c314 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 Dmain.c1559 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 Dkern_cpu.c467 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 Dproxy.sh80 if ! diff -q local.txt remote.txt;
140 if ! diff -q local.txt /tmp/remote.txt;
/freebsd/crypto/heimdal/lib/hx509/
H A Dname.c411 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 Dbackground_thread.c
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp244 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 Dfbsdid_test.sh309 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 Dnsan.h222 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 DAMDGPUPreLegalizerCombiner.cpp135 const auto Diff = std::abs(Cmp2 - Cmp1); in matchClampI64ToI16() local
139 if (Diff == 0 || Diff == 1) in matchClampI64ToI16()
/freebsd/contrib/openresolv/
H A Dpdnsd.in71 elif type diff >/dev/null 2>&1; then
72 diff -q "$1" "$2" >/dev/null
/freebsd/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh49 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 DASTDiff.h26 namespace diff {
124 } // end namespace diff

1...<<11121314151617181920>>...44