Home
last modified time | relevance | path

Searched refs:UINT8_MAX (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dstdint.h161 #define UINT8_MAX (255) macro
162 #define UINT_LEAST8_MAX UINT8_MAX
163 #define UINT_FAST8_MAX UINT8_MAX
/bionic/tests/headers/posix/
Dstdint_h.c76 MACRO(UINT8_MAX); in stdint_h()