Searched defs:UINT32_MAX (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A 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/tools/versioner/current/
H A 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

Completed in 1427 milliseconds