Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 - 19 of 19) sorted by relevance

/third_party/FreeBSD/lib/libc/stdlib/
H A Dstrtoumax.c98 cutoff = UINTMAX_MAX / base; in strtoumax_l()
99 cutlim = UINTMAX_MAX % base; in strtoumax_l()
122 acc = UINTMAX_MAX; in strtoumax_l()
/third_party/musl/libc-test/src/functionalext/supplement/stdlib/
H A Dstrtoumax.c68 if (result != UINTMAX_MAX - subnum + 1) { in strtoumax_0300()
/third_party/tzdata/
H A Dprivate.h402 #ifndef UINTMAX_MAX
405 # define UINTMAX_MAX ULLONG_MAX macro
408 # define UINTMAX_MAX ULONG_MAX macro
H A Dzic.c1319 mathematical value of ((UINTMAX_MAX + 1) - (UINTMAX_MAX + 1) % BASE**6) in random_dirent()
1321 uint_fast64_t unfair_min = - ((UINTMAX_MAX % base__6 + 1) % base__6); in random_dirent()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro
/third_party/musl/include/
H A Dstdint.h79 #define UINTMAX_MAX UINT64_MAX macro
/third_party/musl/libc-test/src/api/
H A Dstdint.c77 C(UINTMAX_MAX) in f()
H A Dinttypes.c79 C(UINTMAX_MAX) in f()
/third_party/node/deps/openssl/openssl/include/openssl/
H A De_os2.h256 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h187 #define UINTMAX_MAX UINT64_MAX macro
/third_party/openssl/include/openssl/
H A De_os2.h256 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
/third_party/openssl/ohos_lite/include/openssl/
H A Dossl_typ.h180 defined(INTMAX_MAX) && defined(UINTMAX_MAX)
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h191 #ifndef UINTMAX_MAX
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h191 #ifndef UINTMAX_MAX
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dopt.c564 defined(INTMAX_MAX) && defined(UINTMAX_MAX) && \
607 || (m == UINTMAX_MAX && errno == ERANGE) in opt_uintmax()
/third_party/openssl/apps/lib/
H A Dopt.c564 defined(INTMAX_MAX) && defined(UINTMAX_MAX) && \
607 || (m == UINTMAX_MAX && errno == ERANGE) in opt_uintmax()

Completed in 16 milliseconds