Home
last modified time | relevance | path

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

/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/bc/include/
Dbcl.h128 #define UINTMAX_C __UINTMAX_C macro
/external/capstone/include/windowsce/
Dstdint.h131 #define UINTMAX_C(x) UINT64_C(x) macro
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h88 #define UINTMAX_C(x) x ## ULL macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_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/llvm-project/clang/lib/Headers/
Dstdint.h690 #define UINTMAX_C(v) __int_c(v, __UINTMAX_C_SUFFIX__) macro
/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