Searched refs:TIMET_MIN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dtime.c742 #define TIMET_MIN (~(time_t)0 <= 0 ? (time_t)(((unsigned_time_t)1) << (sizeof(time_t) * CHAR_BIT - 1)) : (time_t)0) macro
806 if (TIMET_MIN == 0) {
829 if (TIMET_MIN == 0) {
836 if (wi < TIMET_MIN || TIMET_MAX < wi)
1751 if (t < TIME_SCALE * (wideint_t)TIMET_MIN ||
1771 if (lt(timexv, mul(INT2FIX(TIME_SCALE), TIMET2NUM(TIMET_MIN))) ||
2839 guess_lo = TIMET_MIN;
H A Dthread.c77 #define TIMET_MIN (~(time_t)0 <= 0 ? (time_t)(((unsigned_time_t)1) << (sizeof(time_t) * CHAR_BIT - 1)) : (time_t)0) macro

Completed in 567 milliseconds