Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp64 # define UINTMAX_C(c) c##ULL macro
424 # define UINTMAX_C(value) value##ui64 macro
496 # define UINTMAX_C(value) UINT32_C(value) macro
499 # define UINTMAX_C(value) UINT64_C(value) macro