Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h177 # define INTMAX_MIN LLONG_MIN macro
180 # define INTMAX_MIN __LONG_LONG_MIN__ macro
187 # define INTMAX_MIN LONG_MIN macro
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h177 # define INTMAX_MIN LLONG_MIN macro
180 # define INTMAX_MIN __LONG_LONG_MIN__ macro
187 # define INTMAX_MIN LONG_MIN macro
/third_party/FreeBSD/lib/libc/stdlib/
Dstrtoimax.c115 cutoff = neg ? (uintmax_t)-(INTMAX_MIN + INTMAX_MAX) + INTMAX_MAX in strtoimax_l()
139 acc = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax_l()
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/include/
Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/libc-test/src/api/
Dstdint.c75 C(INTMAX_MIN) in f()
Dinttypes.c77 C(INTMAX_MIN) in f()
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.h185 #define INTMAX_MIN INT64_MIN macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h185 #define INTMAX_MIN INT64_MIN macro
/third_party/tzdata/
Dprivate.h362 # define INTMAX_MIN LLONG_MIN macro
366 # define INTMAX_MIN LONG_MIN macro
Dzic.c927 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/third_party/openssl/apps/lib/
Dopt.c578 || ((m == INTMAX_MAX || m == INTMAX_MIN) in opt_intmax()
/third_party/node/deps/openssl/openssl/apps/lib/
Dopt.c578 || ((m == INTMAX_MAX || m == INTMAX_MIN) in opt_intmax()