Home
last modified time | relevance | path

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

/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
H A Dstdint.h81 #ifndef UINTMAX_C // [
82 # define UINTMAX_C UINT64_C macro
292 #ifndef UINTMAX_C // [
293 # define UINTMAX_C UINT64_C macro
/aosp12/bionic/tests/headers/posix/
H A Dstdint_h.c158 #if !defined(UINTMAX_C) in stdint_h()
159 #error UINTMAX_C in stdint_h()
/aosp12/bionic/libc/include/
H A Dstdint.h138 #define UINTMAX_C(c) UINT64_C(c) macro