Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp420 # define UINT64_C(value) value##ui64 macro
463 # define UINT64_C(value) value##uLL macro
470 # define UINT64_C(value) value##uLL macro
478 # define UINT64_C(value) value##uL macro
486 # define UINT64_C(value) value##uLL macro
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h539 # define UINT64_C(x) x##UL macro
541 # define UINT64_C(x) x##ui64 macro
543 # define UINT64_C(x) x##ULL macro