| /src/sys/external/bsd/drm2/include/linux/ |
| nospec.h | 48 size_t j, diff, mask; local 58 /* If i >= n, then diff has the high bit set; otherwise clear. */ 59 diff = n - 1 - j; 62 * If i >= n so that diff's high bit is set, mask = 0; 65 mask = (diff >> (NBBY*sizeof(diff) - 1)) - 1;
|
| /src/external/gpl2/diffutils/bin/ |
| Makefile | 5 SUBDIR= diff diff3 # sdiff cmp
|
| /src/external/bsd/libc++/dist/libcxxrt/test/ |
| run_test.sh | 5 diff $test_log $expected_output
|
| /src/external/ibm-public/postfix/dist/mantools/ |
| hchangered | 11 diff -e $1 $2 | (sed -n -e '
|
| docuseparam | 5 diff /tmp/doc /tmp/use
|
| /src/external/bsd/ntp/dist/util/ |
| precision.c | 71 long diff; local 79 diff = tp.tv_usec - last; 80 if (diff < 0) diff += DUSECS; 81 if (diff > MINSTEP) if (minsteps-- <= 0) break; 86 diff, i, (i==1) ? "" : "s"); 88 diff = (diff *3)/2; 93 diff = 1; /* No STEP, so FAST machine */ 98 diff = 1; /* time to read clock >= resolution * 129 long diff; local [all...] |
| /src/regress/sys/fs/ffs/ |
| estimatecompare | 11 diff=`echo $expectedest $blkest |\ 19 if [ $diff -gt $thresh ]; then
|
| /src/external/mpl/bind/dist/tests/dns/ |
| diff_test.c | 27 #include <dns/diff.h> 55 count_elements(const dns_diff_t *diff) { 59 for (ot = ISC_LIST_HEAD(diff->tuples); ot != NULL; 81 dns_diff_t diff; local 82 dns_diff_init(mctx, &diff); 84 assert_true(dns_diff_size(&diff) == 0); 108 dns_diff_append(&diff, &tup_1); 109 assert_true(dns_diff_size(&diff) == 1); 110 assert_true(dns_diff_size(&diff) == count_elements(&diff)); [all...] |
| /src/common/lib/libc/quad/ |
| subdi3.c | 54 union uu aa, bb, diff; local 58 diff.ul[L] = aa.ul[L] - bb.ul[L]; 59 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]); 60 return (diff.q);
|
| /src/external/bsd/ntp/dist/libntp/ |
| clocktime.c | 66 u_int32 diff[3]; /* abs difference to receive */ local 88 diff[0] = test[0] - rec_ui; 89 if (diff[0] >= 0x80000000u) 90 diff[0] = ~diff[0] + 1; 91 /* -- can't get closer if diff < NEARTIME */ 92 if (diff[0] < NEARTIME) { 94 return diff[0] < CLOSETIME; 115 diff[idx] = test[idx] - rec_ui; 116 if (diff[idx] >= 0x80000000u [all...] |
| /src/external/historical/nawk/dist/testdir/ |
| T.clv | 15 diff foo1 foo2 || echo 'BAD: T.clv (stdin only)' 24 diff foo1 foo2 || echo 'BAD: T.clv (x=1 only)' 33 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)' 43 diff foo1 foo2 || echo 'BAD: T.clv (x=3 only)' 48 diff foo1 foo2 || echo 'BAD: T.clv (x=4 /dev/null)' 53 diff foo1 foo2 || echo 'BAD: T.clv (x=5 /dev/null)' 63 diff foo1 foo2 || echo 'BAD: T.clv (x=6 /dev/null)' 70 diff foo1 foo2 || echo 'BAD: T.clv (x=7 /dev/null)' 77 diff foo1 foo2 || echo 'BAD: T.clv (_=7A /dev/null)' 87 diff foo1 foo2 || echo 'BAD: T.clv (x=11) [all...] |
| T.split | 35 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.1' 45 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.2' 62 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.3' 73 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.4' 87 diff $TEMP1 $TEMP2 || fail 'BAD: T.split 0.5' 96 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 1)' 108 diff $TEMP1 $TEMP2 || fail 'BAD: T.split (record assignment 2)' 129 diff $TEMP0 $TEMP1 || fail 'BAD: T.split 1' 145 diff $TEMP0 $TEMP1 || fail 'BAD: T.split //' 159 diff $TEMP0 $TEMP2 || fail 'BAD: T.split 2 [all...] |
| /src/external/apache2/llvm/bin/llvm-diff/ |
| Makefile | 3 PROG_CXX= llvm-diff 8 .PATH: ${LLVM_SRCDIR}/tools/llvm-diff 10 SRCS= llvm-diff.cpp \
|
| /src/sys/dev/raidframe/ |
| rf_etimer.h | 40 struct timeval diff; member in struct:RF_Etimer_s 56 RF_TIMEVAL_DIFF(&(_t_).st, &(_t_).et, &(_t_).diff) \ 59 #define RF_ETIMER_VAL_US(_t_) (RF_TIMEVAL_TO_US((_t_).diff)) 60 #define RF_ETIMER_VAL_MS(_t_) (RF_TIMEVAL_TO_US((_t_).diff)/1000)
|
| /src/external/bsd/pam-u2f/dist/build-aux/ci/ |
| format-code.sh | 5 # Script to determine if source code in a diff is properly formatted. On 24 FILES_TO_CHECK="$(git diff --name-only "$COMMIT_RANGE" | grep -e '\.c$' -e '\.h$' || true)" 32 FORMAT_DIFF=$(git diff -U0 ${COMMIT_RANGE} -- ${FILES_TO_CHECK} | clang-format-diff$CFV -p1) 35 >&2 echo "All source code in the diff is properly formatted" 40 >&2 echo -e "\nYou can save the diff above and apply it with 'git apply -p0 my_diff'"
|
| /src/external/mpl/bind/dist/bin/tests/system/dnssec/ |
| ntadiff.pl | 22 my $diff = abs($actual - $expected); 24 print($diff . "\n");
|
| /src/crypto/external/bsd/netpgp/dist/src/libverify/ |
| Makefile | 28 diff expected16 output16 31 diff expected17 output17 34 diff expected18 output18 37 diff expected19 output19 40 diff expected20 output20 43 diff expected21 output21 46 diff expected22 output22 49 diff expected23 output23 52 diff expected24 output24 55 diff expected25 output2 [all...] |
| /src/external/gpl2/gettext/dist/gnulib-local/ |
| Makefile.am | 27 lib/argmatch.h.diff \ 39 lib/error.h.diff \ 42 lib/exitfail.h.diff \ 43 lib/fnmatch.c.diff \ 44 lib/fnmatch_loop.c.diff \ 48 lib/getopt_.h.diff \ 52 lib/javacomp.c.diff \ 53 lib/linebreak.c.diff \ 54 lib/obstack.h.diff \ 55 lib/progname.h.diff \ [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| diff.h | 1 /* $NetBSD: diff.h,v 1.8 2025/01/26 16:25:26 christos Exp $ */ 22 /*! \file dns/diff.h 24 * A diff is a convenience type representing a list of changes to be 161 dns_diff_init(isc_mem_t *mctx, dns_diff_t *diff); 163 * Initialize a diff. 166 * \li 'diff' points to an uninitialized dns_diff_t 170 * \li '*diff' is a valid, empty diff. 174 dns_diff_clear(dns_diff_t *diff); 176 * Clear a diff, destroying all its tuples [all...] |
| /src/usr.bin/diff/ |
| Makefile | 3 PROG= diff 4 SRCS= diff.c diffdir.c diffreg.c xmalloc.c pr.c
|
| /src/external/apache2/llvm/dist/clang/utils/ABITest/layout/ |
| Makefile | 29 test.%.report: test.%.x.diff test.%.y.diff 42 .PRECIOUS: test.%.x.diff 43 test.%.x.diff: test.%.ref.out test.%.x.out 44 -diff $^ > $@ 45 .PRECIOUS: test.%.y.diff 46 test.%.y.diff: test.%.ref.out test.%.y.out 47 -diff $^ > $@
|
| /src/external/mit/libcbor/dist/misc/hooks/ |
| pre-commit | 8 if [[ $(git -C .. diff --cached --name-only) == *"index.html.erb"* ]]; then 17 MODIFIED_UNSTAGED=$(git -C . diff --name-only) 18 MODIFIED_STAGED=$(git -C . diff --name-only --cached) 24 if [[ ${MODIFIED_UNSTAGED} != $(git -C . diff --name-only) ]]; then
|
| /src/tests/lib/libc/gen/ |
| t_randomid.c | 53 uint32_t lowest, n, diff; local 65 diff = n - last[id]; 67 if (diff <= lowest) { 71 " (diff %5"PRIu32"), " 73 id, last[id], n, diff, lowest); 75 ATF_REQUIRE_MSG(diff >= PERIOD, 76 "diff (%"PRIu32") less than minimum " 77 "period (%d)", diff, PERIOD); 79 lowest = diff;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| diff.h | 1 /* $NetBSD: diff.h,v 1.1 2024/02/18 20:57:35 christos Exp $ */ 23 /*! \file dns/diff.h 25 * A diff is a convenience type representing a list of changes to be 159 dns_diff_init(isc_mem_t *mctx, dns_diff_t *diff); 161 * Initialize a diff. 164 * \li 'diff' points to an uninitialized dns_diff_t 168 * \li '*diff' is a valid, empty diff. 172 dns_diff_clear(dns_diff_t *diff); 174 * Clear a diff, destroying all its tuples [all...] |
| /src/external/bsd/lutok/dist/ |
| stack_cleaner.cpp | 76 const unsigned int diff = current_depth - _pimpl->original_depth; local 77 if (diff > 0) 78 _pimpl->state_ref.pop(diff);
|