/third_party/ltp/lib/newlib_tests/ |
D | test_parse_filesize.c | 17 if ((ret = tst_parse_filesize("1", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 27 if ((ret = tst_parse_filesize("1k", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 36 if ((ret = tst_parse_filesize("1m", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 45 if ((ret = tst_parse_filesize("1g", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 55 if ((ret = tst_parse_filesize("1K", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 64 if ((ret = tst_parse_filesize("1M", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 73 if ((ret = tst_parse_filesize("1G", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 83 if ((ret = tst_parse_filesize("k", &val, LLONG_MIN, LLONG_MAX))) { in do_test() 92 if ((ret = tst_parse_filesize("100", &val, LLONG_MIN, 10))) { in do_test() 110 if ((ret = tst_parse_filesize("10garbage", &val, LLONG_MIN, LLONG_MAX))) { in do_test()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | div.c | 3 #define LLONG_MIN (-__LONG_LONG_MAX__ - 1) macro 11 static long long yll = LLONG_MIN / -1; 15 static long long zll = LLONG_MIN % -1;
|
/third_party/glslang/Test/ |
D | constFoldIntMin.frag | 8 int64_t w = -9223372036854775808L / -1L; // LLONG_MIN 11 int64_t z = -9223372036854775808L % -1L; // LLONG_MIN
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
D | ftstdlib.h | 73 #ifdef LLONG_MIN 74 #define FT_LLONG_MIN LLONG_MIN
|
/third_party/python/Lib/test/ |
D | test_structmembers.py | 12 LLONG_MAX, LLONG_MIN, ULLONG_MAX, \ 81 ts.T_LONGLONG = LLONG_MIN 82 self.assertEqual(ts.T_LONGLONG, LLONG_MIN)
|
/third_party/tzdata/ |
D | private.h | 253 # ifndef LLONG_MIN 254 # define LLONG_MIN (-1 - LLONG_MAX) macro 261 # define INT_FAST64_MIN LLONG_MIN 305 # define INTMAX_MIN LLONG_MIN 649 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
|
/third_party/python/Modules/_io/ |
D | _iomodule.h | 99 # define PY_OFF_T_MIN LLONG_MIN 118 # define PY_OFF_T_MIN LLONG_MIN
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_sdltest.c | 991 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(LLONG_MIN, 99, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 998 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(LLONG_MIN + 1, LLONG_MAX, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 1001 sresult == LLONG_MIN, in sdltest_randomBoundaryNumberSint64() 1002 …(LLONG_MIN+1,LLONG_MAX,SDL_FALSE); expected: %"SDL_PRIs64", got: %"SDL_PRIs64, LLONG_MIN, sresult); in sdltest_randomBoundaryNumberSint64() 1008 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(LLONG_MIN, LLONG_MAX - 1, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 1018 sresult = (Sint64)SDLTest_RandomSint64BoundaryValue(LLONG_MIN, LLONG_MAX, SDL_FALSE); in sdltest_randomBoundaryNumberSint64() 1021 sresult == LLONG_MIN, in sdltest_randomBoundaryNumberSint64() 1022 …rs(LLONG_MIN,LLONG_MAX,SDL_FALSE); expected: %"SDL_PRIs64", got: %"SDL_PRIs64, LLONG_MIN, sresult); in sdltest_randomBoundaryNumberSint64()
|
/third_party/musl/src/math/ |
D | llrintl.c | 26 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | llrintl.c | 26 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | private.h | 143 # define INT_FAST64_MIN LLONG_MIN 177 # define INTMAX_MIN LLONG_MIN
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 143 # define INT_FAST64_MIN LLONG_MIN 177 # define INTMAX_MIN LLONG_MIN
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | private.h | 143 # define INT_FAST64_MIN LLONG_MIN 177 # define INTMAX_MIN LLONG_MIN
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 28 return strtox(s, p, base, LLONG_MIN); in strtoll()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtol.c | 28 return strtox(s, p, base, LLONG_MIN); in strtoll()
|
/third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
D | strtol.c | 28 return strtox(s, p, base, LLONG_MIN); in strtoll()
|
/third_party/musl/src/stdlib/ |
D | strtol.c | 28 return strtox(s, p, base, LLONG_MIN); in strtoll()
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | floatscan.c | 51 return LLONG_MIN; in scanexp() 120 if (e10 == LLONG_MIN) { in decfloat() 373 if (e2 == LLONG_MIN) { in hexfloat()
|
/third_party/musl/src/internal/ |
D | floatscan.c | 51 return LLONG_MIN; in scanexp() 120 if (e10 == LLONG_MIN) { in decfloat() 373 if (e2 == LLONG_MIN) { in hexfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | floatscan.c | 51 return LLONG_MIN; in scanexp() 120 if (e10 == LLONG_MIN) { in decfloat() 373 if (e2 == LLONG_MIN) { in hexfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | floatscan.c | 51 return LLONG_MIN; in scanexp() 120 if (e10 == LLONG_MIN) { in decfloat() 373 if (e2 == LLONG_MIN) { in hexfloat()
|
/third_party/musl/ndk_musl_include/ |
D | limits.h | 31 #define LLONG_MIN (-LLONG_MAX-1) macro
|
/third_party/musl/include/ |
D | limits.h | 31 #define LLONG_MIN (-LLONG_MAX-1) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | limits.h | 31 #define LLONG_MIN (-LLONG_MAX-1) macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | limits.h | 31 #define LLONG_MIN (-LLONG_MAX-1) macro
|