Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/config/include/boost/
Dcstdint.hpp78 # define UINTMAX_C(c) c##ULL macro
471 # define UINTMAX_C(value) value##ui64 macro
544 # define UINTMAX_C(value) UINT32_C(value) macro
547 # define UINTMAX_C(value) UINT64_C(value) macro
/external/musl/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/external/trusty/musl/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py96 def UINTMAX_C(c): return __CONCAT__(c,ul) function
100 def UINTMAX_C(c): return __CONCAT__(c,ull) function
104 def UINTMAX_C(c): return (c) function
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h83 #define UINTMAX_C(x) x ## ULL macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dstdint.h83 #define UINTMAX_C(x) x ## ULL macro
/external/trusty/lk/lib/libc/include/
Dstdint.h140 #define UINTMAX_C(c) UINT64_C(c) macro
/external/capstone/include/windowsce/
Dstdint.h131 #define UINTMAX_C(x) UINT64_C(x) macro
/external/libconfig/lib/win32/
Dstdint.h217 #define UINTMAX_C UINT64_C macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/bc/include/
Dstatus.h346 #define UINTMAX_C __UINTMAX_C macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py167 def UINTMAX_C(c): return c ## UL function
171 def UINTMAX_C(c): return c ## ULL function
/external/clang/lib/Headers/
Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py296 def UINTMAX_C(c): return c ## UL function
300 def UINTMAX_C(c): return c ## ULL function
/external/llvm-libc/include/llvm-libc-macros/
Dstdint-macros.h868 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro