HomeSort by: relevance | last modified time | path
    Searched refs:backwards (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libc/arch/vax/string/
bcopy.S 47 blss 3f # overlapping, must do backwards
  /src/sys/kern/
subr_time_arith.c 486 int backwards; local
503 /* Did the clock wind backwards? */
504 backwards = (timespeccmp(&it->it_value, now, >));
517 if (__predict_true(!backwards)) {
545 * now [backwards] overruns now [forwards]
560 * - If now_ns < last_val -- which happens iff backwards, i.e.,
561 * the clock was wound backwards -- then remainder is zero or
568 * - If now_ns > last_val -- which happens iff !backwards,
584 if (backwards) {
kern_synch.c 508 static bool backwards = false; local
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/lib/libkern/arch/vax/
blkcpy.S 40 blss 3f # overlapping, must do backwards
  /src/common/lib/libc/arch/m68k/string/
bcopy.S 95 jlt .Lbcback | yes, must copy backwards
  /src/usr.bin/make/unit-tests/
directive-undef.mk 126 .undef INDIRECT # for backwards compatibility.
Makefile 245 TESTS+= opt-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 */

Completed in 63 milliseconds