Home
last modified time | relevance | path

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

/external/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/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.h339 #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