Home
last modified time | relevance | path

Searched refs:INTMAX_MIN (Results 1 - 15 of 15) sorted by relevance

/third_party/FreeBSD/lib/libc/stdlib/
H A Dstrtoimax.c118 cutoff = neg ? (uintmax_t)-(INTMAX_MIN + INTMAX_MAX) + INTMAX_MAX in strtoimax_l()
144 acc = neg ? INTMAX_MIN : INTMAX_MAX; in strtoimax_l()
/third_party/icu/icu4c/source/tools/tzcode/
H A 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/skia/third_party/externals/icu/source/tools/tzcode/
H A 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/musl/porting/liteos_m/kernel/include/
H A Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/include/
H A Dstdint.h77 #define INTMAX_MIN INT64_MIN macro
/third_party/musl/libc-test/src/api/
H A Dstdint.c75 C(INTMAX_MIN) in f()
H A Dinttypes.c77 C(INTMAX_MIN) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h185 #define INTMAX_MIN INT64_MIN macro
/third_party/tzdata/
H A Dprivate.h364 # define INTMAX_MIN LLONG_MIN macro
368 # define INTMAX_MIN LONG_MIN macro
H A Dzic.c924 if (hi_end == lo_end + 2 || hi == INTMAX_MIN) in timerange_option()
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c578 || ((m == INTMAX_MAX || m == INTMAX_MIN) in opt_intmax()
/third_party/openssl/apps/lib/
H A Dopt.c578 || ((m == INTMAX_MAX || m == INTMAX_MIN) in opt_intmax()

Completed in 16 milliseconds