Searched refs:UINT8_C (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
H A Dstdint_h.c142 #if !defined(UINT8_C)
143 #error UINT8_C
/bionic/libc/include/
H A Dstdint.h113 #define UINT8_C(c) c macro
114 #define UINT_LEAST8_C(c) UINT8_C(c)
115 #define UINT_FAST8_C(c) UINT8_C(c)
/bionic/tools/versioner/current/
H A Dstdint.h113 #define UINT8_C(c) c macro
114 #define UINT_LEAST8_C(c) UINT8_C(c)
115 #define UINT_FAST8_C(c) UINT8_C(c)

Completed in 66 milliseconds