Searched refs:LONG_MAX (Results 1 – 20 of 20) sorted by relevance
19 #define LONG_MIN (-LONG_MAX-1)20 #undef LONG_MAX21 #define LONG_MAX __LONG_MAX__ macro25 #define ULONG_MAX (LONG_MAX * 2UL + 1)
44 #if LONG_MAX == 2147483647L47 #if LONG_MAX == 9223372036854775807L
48 #if LONG_MAX == 2147483647L51 #if LONG_MAX == 9223372036854775807L
49 #if LONG_MAX == 2147483647L52 #if LONG_MAX == 9223372036854775807L
55 #if LONG_MAX == 2147483647L58 #if LONG_MAX == 9223372036854775807L
50 #if LONG_MAX == 2147483647L53 #if LONG_MAX == 9223372036854775807L
54 #if LONG_MAX == 2147483647L57 #if LONG_MAX == 9223372036854775807L
186 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in _strtol_r()207 acc = neg ? LONG_MIN : LONG_MAX; in _strtol_r()
38 #ifndef LONG_MAX39 #define LONG_MAX ((long)(~0UL>>1)) macro43 #define LONG_MIN (-LONG_MAX - 1)63 #define MAX_SCHEDULE_TIMEOUT LONG_MAX
107 if ( numElements > LONG_MAX / arrstack->sizeItem ) in cf2_arrstack_setNumElements()
504 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
429 const Sint64 maxValue = LONG_MAX; in SDLTest_RandomSint32BoundaryValue()
825 Sint32 long_max = LONG_MAX; in sdltest_randomBoundaryNumberSint32()1051 Sint32 long_max = LONG_MAX; in sdltest_randomIntegerInRange()
343 #define FSEEK_OFF_MAX LONG_MAX
380 if (lret == LONG_MAX) { in js_load_file()
3357 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
Completed in 39 milliseconds