Home
last modified time | relevance | path

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

/bionic/libc/include/
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/tests/headers/posix/
Dstdint_h.c142 #if !defined(UINT8_C) in stdint_h()
143 #error UINT8_C in stdint_h()