Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 25 of 58) sorted by relevance

123

/third_party/ltp/lib/newlib_tests/
Dtest_parse_filesize.c17 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/
Ddiv.c3 #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/
DconstFoldIntMin.frag8 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/
Dftstdlib.h73 #ifdef LLONG_MIN
74 #define FT_LLONG_MIN LLONG_MIN
/third_party/python/Lib/test/
Dtest_structmembers.py12 LLONG_MAX, LLONG_MIN, ULLONG_MAX, \
81 ts.T_LONGLONG = LLONG_MIN
82 self.assertEqual(ts.T_LONGLONG, LLONG_MIN)
/third_party/tzdata/
Dprivate.h253 # 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.h99 # define PY_OFF_T_MIN LLONG_MIN
118 # define PY_OFF_T_MIN LLONG_MIN
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_sdltest.c991 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/
Dllrintl.c26 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dllrintl.c26 if (!e && (x > LLONG_MAX || x < LLONG_MIN)) in llrintl()
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h143 # define INT_FAST64_MIN LLONG_MIN
177 # define INTMAX_MIN LLONG_MIN
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h143 # define INT_FAST64_MIN LLONG_MIN
177 # define INTMAX_MIN LLONG_MIN
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h143 # define INT_FAST64_MIN LLONG_MIN
177 # define INTMAX_MIN LLONG_MIN
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c28 return strtox(s, p, base, LLONG_MIN); in strtoll()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c28 return strtox(s, p, base, LLONG_MIN); in strtoll()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c28 return strtox(s, p, base, LLONG_MIN); in strtoll()
/third_party/musl/src/stdlib/
Dstrtol.c28 return strtox(s, p, base, LLONG_MIN); in strtoll()
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c51 return LLONG_MIN; in scanexp()
120 if (e10 == LLONG_MIN) { in decfloat()
373 if (e2 == LLONG_MIN) { in hexfloat()
/third_party/musl/src/internal/
Dfloatscan.c51 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/
Dfloatscan.c51 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/
Dfloatscan.c51 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/
Dlimits.h31 #define LLONG_MIN (-LLONG_MAX-1) macro
/third_party/musl/include/
Dlimits.h31 #define LLONG_MIN (-LLONG_MAX-1) macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h31 #define LLONG_MIN (-LLONG_MAX-1) macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h31 #define LLONG_MIN (-LLONG_MAX-1) macro

123