Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/jsoncpp/test/data/
A Dlegacy_test_real_11.json2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
A Dlegacy_test_real_11.expected2 // the same as LONG_MIN in base 10 and digit less than LONG_MIN's last digit in
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtol.c186 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in _strtol_r()
207 acc = neg ? LONG_MIN : LONG_MAX; in _strtol_r()
A Dstrtoul_bk.c18 #undef LONG_MIN
19 #define LONG_MIN (-LONG_MAX-1) macro
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h42 #ifndef LONG_MIN
43 #define LONG_MIN (-LONG_MAX - 1) macro
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngconf.h504 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dpngconf.h504 #elif LONG_MIN < -2147483646 && LONG_MAX > 2147483646
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_fuzzer.c430 const Sint64 minValue = LONG_MIN; in SDLTest_RandomSint32BoundaryValue()
/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_sdltest.c824 Sint32 long_min = LONG_MIN; in sdltest_randomBoundaryNumberSint32()
1050 Sint32 long_min = LONG_MIN; in sdltest_randomIntegerInRange()
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c342 #define FSEEK_OFF_MIN LONG_MIN
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp_python_wrap.c3357 if (SWIG_IsOK(res) && SWIG_CanCastAsInteger(&d, LONG_MIN, LONG_MAX)) {

Completed in 25 milliseconds