Home
last modified time | relevance | path

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

/external/musl/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py94 def INTMAX_C(c): return __CONCAT__(c,l) function
98 def INTMAX_C(c): return __CONCAT__(c,ll) function
102 def INTMAX_C(c): return (c) function
/external/arm-trusted-firmware/include/lib/libc/
Dstdint.h82 #define INTMAX_C(x) x ## LL macro
/external/capstone/include/windowsce/
Dstdint.h130 #define INTMAX_C(x) INT64_C(x) macro
/external/libconfig/lib/win32/
Dstdint.h216 #define INTMAX_C INT64_C macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h241 #define INTMAX_C INT64_C macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py165 def INTMAX_C(c): return c ## L function
169 def INTMAX_C(c): return c ## LL function
/external/clang/lib/Headers/
Dstdint.h703 #define INTMAX_C(v) __INTN_C(__INTMAX_WIDTH__, v) macro
/external/python/cpython2/Lib/plat-atheos/
DIN.py294 def INTMAX_C(c): return c ## L function
298 def INTMAX_C(c): return c ## LL function