Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dstdint_h.c132 #if !defined(INT16_C) in stdint_h()
133 #error INT16_C in stdint_h()
/bionic/libc/include/
Dstdint.h117 #define INT16_C(c) c macro
118 #define INT_LEAST16_C(c) INT16_C(c)