Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Dstdint.h174 #define UINT_FAST16_MAX UINT32_MAX
183 #define UINT32_MAX (4294967295U) macro
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
/bionic/tests/headers/posix/
Dstdint_h.c78 MACRO(UINT32_MAX); in stdint_h()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp473 while (thread_mask.load() != UINT32_MAX) in TEST()
525 while (thread_mask.load() != UINT32_MAX) in TEST()
/bionic/libc/seccomp/
Dseccomp_policy.cpp132 if (range_max == UINT32_MAX) { in ValidateSyscallArgInRange()