Searched refs:INT64_MAX (Results 1 – 9 of 9) sorted by relevance
/AliOS-Things-master/components/SDL2/test/ |
A D | testautomation_sdltest.c | 12 #define INT64_MAX _I64_MAX macro 1002 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(INT64_MIN + 1, INT64_MAX, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 1012 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(INT64_MIN, INT64_MAX - 1, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 1015 sresult == INT64_MAX, in sdltest_randomBoundaryNumberSint64() 1016 …LONG_MIN,LLONG_MAX - 1,SDL_FALSE); expected: %"SDL_PRIs64", got: %"SDL_PRIs64, INT64_MAX, sresult); in sdltest_randomBoundaryNumberSint64() 1022 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(INT64_MIN, INT64_MAX, SDL_FALSE); in sdltest_randomBoundaryNumberSint64()
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_fuzzer.c | 37 #define INT64_MAX _I64_MAX macro 444 const Sint64 maxValue = INT64_MAX; in SDLTest_RandomSint64BoundaryValue()
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_http.c | 63 if (n > INT64_MAX / 10) { in parse_uint() 67 if (n > INT64_MAX - (s[i] - '0')) { in parse_uint()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.h | 45 #define BF_RAW_EXP_MAX INT64_MAX
|
A D | quickjs.h | 56 #if INTPTR_MAX >= INT64_MAX
|
A D | libbf.c | 2586 v = (uint64_t)INT64_MAX + a->sign; in bf_get_int64() 2588 v = INT64_MAX; in bf_get_int64() 2610 v = (uint64_t)INT64_MAX + 1; in bf_get_int64() 2620 v = INT64_MAX; in bf_get_int64()
|
A D | quickjs.c | 10624 else if (d > INT64_MAX) in JS_ToInt64SatFree() 10625 *pres = INT64_MAX; in JS_ToInt64SatFree() 53109 if (isnan(d) || d > INT64_MAX) in js_atomics_wait() 53110 timeout = INT64_MAX; in js_atomics_wait() 53138 if (timeout == INT64_MAX) { in js_atomics_wait()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duk_config.h | 1726 #define DUK_INT64_MAX INT64_MAX
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 74 function that checks if the offset is not bigger than INT64_MAX, so as
|
Completed in 153 milliseconds