Home
last modified time | relevance | path

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

/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/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h226 #define INTMAX_C INT64_C macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h241 #define INTMAX_C INT64_C macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h241 #define INTMAX_C INT64_C macro
/external/libusb/msvc/
Dstdint.h253 #define INTMAX_C(val) val##i64 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