Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dstdint_h.c145 #if !defined(UINT16_C) in stdint_h()
146 #error UINT16_C in stdint_h()
/bionic/libc/include/
Dstdint.h121 #define UINT16_C(c) c macro
122 #define UINT_LEAST16_C(c) UINT16_C(c)