Searched refs:diff (Results 1 - 25 of 1437) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/diffutils/bin/
H A DMakefile5 SUBDIR= diff diff3 # sdiff cmp
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dnospec.h48 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;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dhilo-diff-eb-n32.d2 #name: MIPS hilo-diff n32/EB
4 #source: hilo-diff.s
5 #dump: hilo-diff-eb.d
H A Dhilo-diff-eb-n64.d2 #name: MIPS hilo-diff n64/EB
4 #source: hilo-diff.s
5 #dump: hilo-diff-eb.d
H A Dhilo-diff-el-n32.d2 #name: MIPS hilo-diff n32/EL
4 #source: hilo-diff.s
5 #dump: hilo-diff-eb.d
H A Dhilo-diff-el-n64.d2 #name: MIPS hilo-diff n64/EL
4 #source: hilo-diff.s
5 #dump: hilo-diff-eb.d
H A Dhilo-diff-el.d2 #name: MIPS hilo-diff o32/EL
4 #source: hilo-diff.s
5 #dump: hilo-diff-eb.d
H A Dmicromips@hilo-diff-eb-n32.d2 #name: MIPS hilo-diff n32/EB
4 #source: hilo-diff.s
5 #dump: micromips@hilo-diff-eb.d
H A Dmicromips@hilo-diff-eb-n64.d2 #name: MIPS hilo-diff n64/EB
4 #source: hilo-diff.s
5 #dump: micromips@hilo-diff-eb.d
H A Dmicromips@hilo-diff-el-n32.d2 #name: MIPS hilo-diff n32/EL
4 #source: hilo-diff.s
5 #dump: micromips@hilo-diff-eb.d
H A Dmicromips@hilo-diff-el-n64.d2 #name: MIPS hilo-diff n64/EL
4 #source: hilo-diff.s
5 #dump: micromips@hilo-diff-eb.d
H A Dmicromips@hilo-diff-el.d2 #name: MIPS hilo-diff o32/EL
4 #source: hilo-diff.s
5 #dump: micromips@hilo-diff-eb.d
H A Dmips16@hilo-diff-eb-n32.d2 #name: MIPS hilo-diff n32/EB
4 #source: hilo-diff.s
5 #dump: mips16@hilo-diff-eb.d
H A Dmips16@hilo-diff-eb-n64.d2 #name: MIPS hilo-diff n64/EB
4 #source: hilo-diff.s
5 #dump: mips16@hilo-diff-eb.d
H A Dmips16@hilo-diff-el-n32.d2 #name: MIPS hilo-diff n32/EL
4 #source: hilo-diff.s
5 #dump: mips16@hilo-diff-eb.d
H A Dmips16@hilo-diff-el-n64.d2 #name: MIPS hilo-diff n64/EL
4 #source: hilo-diff.s
5 #dump: mips16@hilo-diff-eb.d
H A Dmips16@hilo-diff-el.d2 #name: MIPS hilo-diff o32/EL
4 #source: hilo-diff.s
5 #dump: mips16@hilo-diff-eb.d
/netbsd-current/external/bsd/libc++/dist/libcxxrt/test/
H A Drun_test.sh5 diff $test_log $expected_output
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dhchangered11 diff -e $1 $2 | (sed -n -e '
/netbsd-current/external/bsd/ntp/dist/util/
H A Dprecision.c71 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
129 long diff; local
[all...]
/netbsd-current/regress/sys/fs/ffs/
H A Destimatecompare11 diff=`echo $expectedest $blkest |\
19 if [ $diff -gt $thresh ]; then
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnssec/
H A Dntadiff.pl22 my $diff = abs($actual - $expected);
24 print($diff . "\n");
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-hrtime.c35 uint64_t a, b, diff; local
42 diff = b - a;
48 ASSERT(diff > (uint64_t) 25 * NANOSEC / MILLISEC);
/netbsd-current/common/lib/libc/quad/
H A Dsubdi3.c54 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);
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dclocktime.c66 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[id
[all...]

Completed in 237 milliseconds

1234567891011>>