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

  /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/external/gpl3/gcc/dist/gcc/
expmed.cc 680 "backwards" from the size of the unit we are inserting into.
956 const bool backwards = WORDS_BIG_ENDIAN && fieldmode != BLKmode;
981 = backwards ^ reverse
986 = backwards
1574 "backwards" from the size of the unit we are extracting from.
1908 const bool backwards = WORDS_BIG_ENDIAN;
1936 = (backwards ? target_size / UNITS_PER_WORD - i - 1 : i);
1938 unsigned int bit_offset = (backwards ^ reverse
1974 backwards ? total_words - i - 1 : i,
955 const bool backwards = WORDS_BIG_ENDIAN && fieldmode != BLKmode; local
1904 const bool backwards = WORDS_BIG_ENDIAN; local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 679 "backwards" from the size of the unit we are inserting into.
951 const bool backwards = WORDS_BIG_ENDIAN && fieldmode != BLKmode;
976 = backwards ^ reverse
981 = backwards
1567 "backwards" from the size of the unit we are extracting from.
1895 const bool backwards = WORDS_BIG_ENDIAN;
1923 = (backwards ? target_size / UNITS_PER_WORD - i - 1 : i);
1925 unsigned int bit_offset = (backwards ^ reverse
1960 backwards ? total_words - i - 1 : i,
950 const bool backwards = WORDS_BIG_ENDIAN && fieldmode != BLKmode; local
1891 const bool backwards = WORDS_BIG_ENDIAN; local
  /src/external/gpl3/gcc/dist/gcc/config/csky/
csky.cc 873 /* Similarly for an entry inserted for a backwards ref. */
900 HOST_WIDE_INT backwards; member in struct:minipool_fixup
1101 /* Not yet required for a backwards ref. */
1374 fix->backwards = 0;
1380 gcc_assert (fix->forwards || fix->backwards);
1388 -1 * (long)fix->backwards, (long)fix->forwards);
  /src/external/gpl3/gcc.old/dist/gcc/config/csky/
csky.cc 869 /* Similarly for an entry inserted for a backwards ref. */
896 HOST_WIDE_INT backwards; member in struct:minipool_fixup
1097 /* Not yet required for a backwards ref. */
1370 fix->backwards = 0;
1376 gcc_assert (fix->forwards || fix->backwards);
1384 -1 * (long)fix->backwards, (long)fix->forwards);

Completed in 45 milliseconds