Searched refs:LONG_MIN (Results 1 – 11 of 11) sorted by relevance
2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
186 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in _strtol_r()207 acc = neg ? LONG_MIN : LONG_MAX; in _strtol_r()
18 #undef LONG_MIN19 #define LONG_MIN (-LONG_MAX-1) macro
42 #ifndef LONG_MIN43 #define LONG_MIN (-LONG_MAX - 1) macro
504 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
430 const Sint64 minValue = LONG_MIN; in SDLTest_RandomSint32BoundaryValue()
824 Sint32 long_min = LONG_MIN; in sdltest_randomBoundaryNumberSint32()1050 Sint32 long_min = LONG_MIN; in sdltest_randomIntegerInRange()
342 #define FSEEK_OFF_MIN LONG_MIN
3357 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {
Completed in 25 milliseconds