Searched refs:diff (Results 51 - 75 of 479) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/wpa/src/utils/
H A Dconst_time.h176 int diff, res = 0; local
183 diff = (int) aa[len] - (int) bb[len];
184 mask = const_time_is_zero((unsigned int) diff);
185 res = const_time_select_int(mask, res, diff);
/freebsd-11-stable/contrib/file/src/
H A Dgetline.c56 ssize_t diff = (ssize_t)(ptr - *buf); local
57 if (diff != 0) {
59 return diff;
/freebsd-11-stable/tools/tools/shlib-compat/test/
H A DMakefile30 for a in `jot ${NUMTEST}`; do for b in `jot ${NUMTEST}`; do (diff -ur libtest$$a libtest$$b > regress.$$a-$$b.diff || exit 0); done; done
33 rm -f regress.*-*.diff
/freebsd-11-stable/lib/libc/stdio/
H A Dfgetln.c128 size_t diff; local
150 diff = p - fp->_p;
151 len += diff;
155 diff);
156 fp->_r -= diff;
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_move.c91 recno_t cnt, diff, fl, tl, mfl, mtl; local
138 diff = (fm2.lno - fm1.lno) + 1;
140 mfl = tl - diff;
142 for (cnt = diff; cnt--;) {
159 mtl = tl + diff;
160 for (cnt = diff; cnt--;) {
190 sp->rptlines[L_MOVED] += diff;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dmevent_test.c71 uint64_t min, max, diff, sum, tsc_freq; local
83 /* Convert a tsc diff into microseconds */
84 diff = (tevbuf[j] - tevbuf[j-1]) * 1000000 / tsc_freq;
85 sum += diff;
86 if (min > diff)
87 min = diff;
88 if (max < diff)
89 max = diff;
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_cpystrn.c253 int diff = apr_tolower(*p) - apr_tolower(*q); local
254 if (diff)
255 return diff;
273 int diff; local
278 diff = apr_tolower(*p) - apr_tolower(*q);
279 if (diff)
280 return diff;
/freebsd-11-stable/sys/dev/patm/genrtab/
H A Dgenrtab.c329 double diff; /* cell rate to increase by */ local
335 diff = (double)alink / (1 << t);
336 printf("/* AIR %u: diff=%f */\n", t, diff);
340 cps += diff;
372 u_int t, i, f, val, diff; local
387 diff = d2ifp(i);
389 diff = d2ifp(d);
391 val |= diff << 16;
397 val = diff;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff.c2 * diff.c : routines for doing diffs
34 #include "diff.h"
71 svn_diff_t *diff; local
72 svn_diff_t **diff_ref = &diff;
124 return diff;
129 svn_diff_diff_2(svn_diff_t **diff, argument
146 *diff = NULL;
192 /* Produce the diff */
193 *diff = svn_diff__diff(lcs, 1, 1, TRUE, pool);
/freebsd-11-stable/crypto/openssl/util/
H A Dspeed.sh36 perl util/sp-diff.pl speed.1l speed.2l >>speed.log
37 perl util/sp-diff.pl speed.1l speed.3l >>speed.log
38 perl util/sp-diff.pl speed.1l speed.4l >>speed.log
/freebsd-11-stable/crypto/openssl/crypto/
H A Dpariscid.pl136 my ($diff,$lastdiff)=("%r21","%r20");
148 ldi 0,$diff
152 add $diff,$tick,$tick
156 sub $tick,$lasttick,$diff
161 add $diff,$tick,$tick
183 ldi 0,$diff
187 add $diff,$tick,$tick
191 sub $tick,$lasttick,$diff
194 copy $diff,$lastdiff
197 add $diff,
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest13 # If diff outputs `No differences encountered' when comparing identical files,
48 : ${DIFF=diff}
80 diff="$DIFF -c";;
83 diff=$DIFF
104 $diff a.11 a.c || { echo '#ci' followed by co $l is not a no-op; exit 1; }
110 $diff a.12 a.c || { echo "#ci+co failed"; exit 1; }
114 $diff a.11 a.c || { echo "#can't retrieve first revision"; exit 1; }
120 $diff a.3x1 a.c || { echo "#branches failed"; exit 1; }
126 $diff a.12 a.c || { echo "#(co -l; ci -f) failed"; exit 1; }
154 $diff
[all...]
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_compare.c131 * We define `diff' here to expand these as:
139 #define diff(magnitude) (a->fp_sign ? opposite_cc(magnitude) : (magnitude)) macro
141 cc = diff(FPSCR_FL);
145 cc = diff(FPSCR_FG);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp136 uptr diff = RoundUp(p, kPageSize) - p; local
137 if (diff != 0) {
138 FreeRange(proc, p, diff);
139 p += diff;
140 sz -= diff;
142 diff = p + sz - RoundDown(p + sz, kPageSize);
143 if (diff != 0) {
144 FreeRange(proc, p + sz - diff, diff);
145 sz -= diff;
263 uptr diff = dst - src; local
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.h120 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \
121 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
123 #define test_timeval_diff_eq(tv1, tv2, diff) \
124 test_timeval_diff_leq((tv1), (tv2), (diff), 50)
/freebsd-11-stable/contrib/libucl/tests/
H A Drun_tests.sh19 diff -s $_t.out $_t.res -u 2>/dev/null
31 diff -s ${TEST_DIR}/generate.out ${TEST_DIR}/generate.res -u 2>/dev/null
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dmtsm.h34 void diff(FILE *, const char *, int_value);
44 void diff(FILE *, const char *, bool_value);
50 void diff(FILE *, const char *, units_value);
60 void diff(FILE *, const char *, string_value);
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_int.h86 # define engine_ref_debug(e, isfunct, diff) \
89 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
95 # define engine_ref_debug(e, isfunct, diff)
/freebsd-11-stable/share/examples/tests/tests/atf/
H A Dcp_test.sh45 diff -u "${1}" "${2}"
/freebsd-11-stable/gnu/usr.bin/
H A DMakefile19 SUBDIR.${MK_GNU_DIFF}+= diff diff3
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c117 struct timeval then, now, diff; local
122 timersub(&now, &then, &diff);
125 n, (long long)diff.tv_sec, (long)diff.tv_usec);
/freebsd-11-stable/sbin/newfs/
H A DMakefile18 diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
/freebsd-11-stable/share/examples/tests/tests/tap/
H A Dcp_test.sh59 diff -u "${1}" "${2}"
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h16 namespace diff { namespace in namespace:clang
45 } // end namespace diff
/freebsd-11-stable/usr.bin/clang/llvm-xray/
H A DMakefile13 SRCS+= xray-graph-diff.cpp

Completed in 158 milliseconds

1234567891011>>