Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dstdint_h.c158 #if !defined(UINTMAX_C) in stdint_h()
159 #error UINTMAX_C in stdint_h()
/bionic/libc/include/
Dstdint.h138 #define UINTMAX_C(c) UINT64_C(c) macro