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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D950612-1.c2 f1 (int diff) argument
4 return ((unsigned int) (diff < 0 ? -diff : diff));
8 f2 (unsigned int diff) argument
10 return ((unsigned int) ((signed int) diff < 0 ? -diff : diff));
14 f3 (long long diff) argument
16 return ((unsigned long long) (diff <
20 f4(unsigned long long diff) argument
[all...]
H A D20000412-4.c3 const int diff = i-radius; local
4 const int lowk = (diff>0 ? diff : 0 );
/openbsd-current/regress/include/bitstring/
H A DMakefile9 ${PROG} 8 | diff - ${.CURDIR}/good/8
12 ${PROG} 27 | diff - ${.CURDIR}/good/27
15 ${PROG} 32 | diff - ${.CURDIR}/good/32
18 ${PROG} 49 | diff - ${.CURDIR}/good/49
21 ${PROG} 64 | diff - ${.CURDIR}/good/64
24 ${PROG} 67 | diff - ${.CURDIR}/good/67
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dsleep.t16 my $diff = time - $start;
21 cmp_ok( $diff, '>=', 2, 'Actual time diff is at least 2 seconds' );
22 cmp_ok( $diff, '<=', 10, '... and no more than 10' );
H A Dalarm.t30 my $diff = $end_time - $start_time;
34 ok( abs($diff - 3) <= 1, " right time (waited $diff secs for 3-sec alarm)" );
46 $diff = $end_time - $start_time;
54 ok( abs($diff - 3) <= 1, " right time (waited $diff secs for 3-sec alarm)" );
/openbsd-current/usr.bin/diff/
H A DMakefile3 PROG= diff
4 SRCS= diff.c diffdir.c diffreg.c xmalloc.c
/openbsd-current/regress/usr.bin/grep/
H A DMakefile7 grep t.s ${.CURDIR}/in | diff - ${.CURDIR}/t1.out
10 grep -w separated ${.CURDIR}/in | diff - ${.CURDIR}/t1.out
13 grep ^Beginning ${.CURDIR}/in | diff - ${.CURDIR}/t3.out
16 grep -i end$$ ${.CURDIR}/in | diff - ${.CURDIR}/t4.out
19 egrep '\?|\*$$' ${.CURDIR}/in | diff - ${.CURDIR}/t5.out
22 grep -v [l] ${.CURDIR}/in | diff - ${.CURDIR}/t6.out
25 grep -x line ${.CURDIR}/in | diff - ${.CURDIR}/t7.out
28 fgrep line. ${.CURDIR}/in | diff - /dev/null
31 grep non.existent ${.CURDIR}/in | diff - /dev/null
34 grep -s foo nonexistentfile | diff
[all...]
/openbsd-current/lib/libc/quad/
H A Dsubdi3.c44 union uu aa, bb, diff; local
48 diff.ul[L] = aa.ul[L] - bb.ul[L];
49 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
50 return (diff.q);
/openbsd-current/sys/lib/libkern/
H A Dsubdi3.c43 union uu aa, bb, diff; local
47 diff.ul[L] = aa.ul[L] - bb.ul[L];
48 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
49 return (diff.q);
/openbsd-current/regress/lib/libpthread/stdfiles/
H A DMakefile11 REGRESS_TARGETS=diff
30 diff: threads no-threads
31 diff -u threads no-threads
33 .PHONY: threads no-threads diff
/openbsd-current/regress/usr.bin/pkg-config/
H A DMakefile125 @diff -u ${WANT} ${GOT}
131 @diff -u ${WANT} ${GOT}
138 @diff -u ${WANT} ${GOT}
145 @diff -u ${WANT} ${GOT}
151 @diff -u ${WANT} ${GOT}
157 @diff -u ${WANT} ${GOT}
228 @diff -u ${WANT} ${GOT}
234 @diff -u ${WANT} ${GOT}
240 @diff -u ${WANT} ${GOT}
246 @diff
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/treelang/
H A DMakefile.in26 -rm -f *.o *.diff *~ *.bad core *.x
/openbsd-current/gnu/llvm/clang/utils/ABITest/layout/
H A DMakefile29 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 $^ > $@
/openbsd-current/regress/sys/sys/tree/rb/
H A Drb-test.c38 struct timespec start, end, diff, rstart, rend, rdiff, rtot = {0, 0}; variable in typeref:struct:
185 timespecsub(&end, &start, &diff);
187 (unsigned long long)diff.tv_sec, (unsigned long long)diff.tv_nsec);
201 timespecsub(&end, &start, &diff);
203 (unsigned long long)diff.tv_sec, (unsigned long long)diff.tv_nsec);
214 timespecsub(&end, &start, &diff);
216 (unsigned long long)diff.tv_sec, (unsigned long long)diff
[all...]
H A Drbt-test.c37 struct timespec start, end, diff, rstart, rend, rdiff, rtot = {0, 0}; variable in typeref:struct:
184 timespecsub(&end, &start, &diff);
186 (unsigned long long)diff.tv_sec, (unsigned long long)diff.tv_nsec);
200 timespecsub(&end, &start, &diff);
202 (unsigned long long)diff.tv_sec, (unsigned long long)diff.tv_nsec);
213 timespecsub(&end, &start, &diff);
215 (unsigned long long)diff.tv_sec, (unsigned long long)diff
[all...]
/openbsd-current/regress/usr.bin/m4/
H A DMakefile20 ${M4} ff_after_dnl.m4 | diff - ${.CURDIR}/ff_after_dnl.out
26 ${M4} ${.CURDIR}/m4wrap.m4 | diff - ${.CURDIR}/m4wrap.out
32 ${M4} ${.CURDIR}/m4wrap3.m4 | diff - ${.CURDIR}/m4wrap3.out
35 ${M4} -g ${.CURDIR}/m4wrap3.m4 | diff - ${.CURDIR}/gm4wrap3.out
38 ${M4} ${.CURDIR}/patterns.m4 | diff - ${.CURDIR}/patterns.out
41 ${M4} -g ${.CURDIR}/gnupatterns.m4 | diff - ${.CURDIR}/gnupatterns.out
44 ${M4} -g ${.CURDIR}/gnupatterns2.m4 | diff - ${.CURDIR}/gnupatterns2.out
47 ${M4} -g ${.CURDIR}/gnuformat.m4 | diff - ${.CURDIR}/gnuformat.out
50 ${M4} ${.CURDIR}/translit.m4 | diff - ${.CURDIR}/translit.out
56 ${M4} -DN=${FIBOMAX} ${.CURDIR}/fibo.m4| diff
[all...]
/openbsd-current/regress/usr.bin/sed/
H A DMakefile15 diff ${.CURDIR}/$@.expected $@.out
22 diff ${.CURDIR}/$@.expected $@.out
26 diff ${.CURDIR}/$@.expected $@.out
30 diff ${.CURDIR}/$@.expected $@.out
34 diff ${.CURDIR}/$@.expected $@.out
39 diff ${.CURDIR}/sierpinski.expected $@.txt
44 diff ${.CURDIR}/$@.expected $@.txt
49 diff ${.CURDIR}/$@.expected $@.txt
53 diff ${.CURDIR}/$@.expected $@.out
57 diff
[all...]
/openbsd-current/regress/lib/libm/trivial1/
H A DMakefile6 ${PERL} ${.CURDIR}/$@.pl | diff -u - ${.CURDIR}/test-fp.out
/openbsd-current/regress/usr.bin/tail/
H A Dforward-lines.sh21 diff -u ${OUT} ${OUT}1 || exit 1
22 diff -u ${OUT} ${0%%.sh}.out || exit 1
H A Dreverse-lines-rprint.sh22 diff -u ${OUT} ${OUT}1 || exit 1
23 diff -u ${OUT} ${OUT}2 || exit 1
24 diff -u ${OUT} ${0%%.sh}.out || exit 1
/openbsd-current/gnu/llvm/libcxx/utils/ci/
H A Dgenerate-buildkite-pipeline14 if git diff --name-only HEAD~1 | grep -q -E "^libcxx/|^libcxxabi/|^libunwind/|^runtimes/|^cmake/"; then
18 if git diff --name-only HEAD~1 | grep -q -E "^clang/"; then
/openbsd-current/gnu/lib/libiberty/src/
H A Dternary.c39 int diff; local
48 diff = *s - curr->splitchar;
50 if (diff == 0)
62 else if (diff < 0)
114 int diff, spchar; local
121 diff = spchar - curr->splitchar;
123 if (diff == 0)
131 else if (diff < 0)
/openbsd-current/games/backgammon/common_source/
H A Dodds.c74 int a, diff, place, addon, menstuck; local
89 diff = abs(j - i);
93 for (k = 1; k < diff; k++)
94 if (k < 7 && diff - k < 7 &&
96 board[i + a * (diff - k)] >= 0))
97 odds(k, diff - k, addon);
98 if ((j == b || menstuck < 2) && diff < 7)
99 odds(diff, 0, addon);
/openbsd-current/gnu/usr.bin/cvs/
H A Dbuild.com3 $ set def [-.diff]
/openbsd-current/regress/usr.bin/diff3/
H A DMakefile7 merge -p /etc/motd /etc/motd /etc/motd | diff /etc/motd -

Completed in 307 milliseconds

1234567891011>>