/src/usr.bin/make/unit-tests/ |
opt-backwards.mk | 1 # $NetBSD: opt-backwards.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
|
directive-undef.mk | 126 .undef INDIRECT # for backwards compatibility.
|
Makefile | 245 TESTS+= opt-backwards
|
/src/lib/libc/arch/vax/string/ |
bcopy.S | 47 blss 3f # overlapping, must do backwards
|
/src/sys/lib/libkern/arch/vax/ |
blkcpy.S | 40 blss 3f # overlapping, must do backwards
|
/src/sys/kern/ |
subr_time_arith.c | 484 int backwards; local in function:itimer_transition 501 /* Did the clock wind backwards? */ 502 backwards = (timespeccmp(&it->it_value, now, >)); 515 if (__predict_true(!backwards)) { 543 * now [backwards] overruns now [forwards] 558 * - If now_ns < last_val -- which happens iff backwards, i.e., 559 * the clock was wound backwards -- then remainder is zero or 566 * - If now_ns > last_val -- which happens iff !backwards, 582 if (backwards) {
|
kern_synch.c | 508 static bool backwards = false; local in function:updatertime 513 if (__predict_false(bintimecmp(now, &l->l_stime, <)) && !backwards) { 524 backwards = true; 526 " timecounter went backwards" 1227 "monotonic clock has gone backwards\n",
|
/src/sys/external/isc/libsodium/dist/m4/ |
ltoptions.m4 | 120 dnl aclocal-1.4 backwards compatibility: 156 dnl aclocal-1.4 backwards compatibility: 208 dnl aclocal-1.4 backwards compatibility: 262 dnl aclocal-1.4 backwards compatibility: 319 dnl aclocal-1.4 backwards compatibility: 418 dnl aclocal-1.4 backwards compatibility:
|
libtool.m4 | 101 dnl aclocal-1.4 backwards compatibility: 920 dnl aclocal-1.4 backwards compatibility: 1621 dnl aclocal-1.4 backwards compatibility: 1665 dnl aclocal-1.4 backwards compatibility: 1811 dnl aclocal-1.4 backwards compatibility: 2047 dnl aclocal-1.4 backwards compatibility: 3218 dnl aclocal-1.4 backwards compatibility: 3331 dnl aclocal-1.4 backwards compatibility: 3756 dnl aclocal-1.4 backwards compatibility: 3860 dnl aclocal-1.4 backwards compatibility [all...] |
/src/common/lib/libc/arch/m68k/string/ |
bcopy.S | 95 jlt .Lbcback | yes, must copy backwards
|
/src/common/lib/libc/arch/mips/string/ |
bcopy.S | 89 bne t0,zero,6f # copy backwards
|
/src/sys/arch/vax/boot/xxboot/ |
start.S | 102 # If not, the next .org would try to move backwards.
|
/src/common/dist/zlib/contrib/delphi/ |
ZLib.pas | 102 backwards. The special case of setting the stream position to zero is 104 the uncompressed data has been reached. Seeking backwards, seeking relative
|
/src/sys/external/isc/libsodium/dist/build-aux/ |
ltmain.sh | 6130 /* search backwards for last DIR_SEPARATOR */
|
/src/sys/external/isc/libsodium/dist/ |
ltmain.sh | 4752 /* search backwards for last DIR_SEPARATOR */
|