Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdint.h109 #define INT8_C(c) c macro
110 #define INT_LEAST8_C(c) INT8_C(c)
111 #define INT_FAST8_C(c) INT8_C(c)
/bionic/tests/headers/posix/
Dstdint_h.c129 #if !defined(INT8_C) in stdint_h()
130 #error INT8_C in stdint_h()