Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dstdint_h.c135 #if !defined(INT32_C) in stdint_h()
136 #error INT32_C in stdint_h()
138 #if !defined(INT32_C) in stdint_h()
139 #error INT32_C in stdint_h()
/bionic/libc/include/
Dstdint.h119 #define INT_FAST16_C(c) INT32_C(c)
124 #define INT32_C(c) c macro
125 #define INT_LEAST32_C(c) INT32_C(c)
126 #define INT_FAST32_C(c) INT32_C(c)
149 # define INTPTR_C(c) INT32_C(c)
151 # define PTRDIFF_C(c) INT32_C(c)