Home
last modified time | relevance | path

Searched refs:UINT_FAST64_MAX (Results 1 - 10 of 10) sorted by relevance

/third_party/tzdata/
H A Dprivate.h391 #ifndef UINT_FAST64_MAX
394 # define UINT_FAST64_MAX ULONG_MAX macro
398 # define UINT_FAST64_MAX ULLONG_MAX macro
H A Dzic.c1269 nrand = rand_max < UINT_FAST64_MAX ? rand_max + 1 : 0, in get_rand_u64()
1270 rmod = INT_MAX < UINT_FAST64_MAX ? 0 : UINT_FAST64_MAX / nrand + 1, in get_rand_u64()
1283 rmax = rmax < rmax1 ? rmax1 : UINT_FAST64_MAX; in get_rand_u64()
1284 } while (rmax < UINT_FAST64_MAX); in get_rand_u64()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdint.h70 #define UINT_FAST64_MAX UINT64_MAX macro
/third_party/musl/porting/liteos_m/user/include/
H A Dstdint.h70 #define UINT_FAST64_MAX UINT64_MAX macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdint.h70 #define UINT_FAST64_MAX UINT64_MAX macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdint.h70 #define UINT_FAST64_MAX UINT64_MAX macro
/third_party/musl/include/
H A Dstdint.h70 #define UINT_FAST64_MAX UINT64_MAX macro
/third_party/musl/libc-test/src/api/
H A Dstdint.c71 C(UINT_FAST64_MAX) in f()
H A Dinttypes.c73 C(UINT_FAST64_MAX) in f()
/third_party/node/deps/uv/include/uv/
H A Dstdint-msvc2008.h171 #define UINT_FAST64_MAX UINT64_MAX macro

Completed in 10 milliseconds