Searched refs:UINTMAX_C (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Preprocessor/
H A Dstdint.c1495 UINTMAX_C_(0) UINTMAX_C(0)
/external/syslinux/dos/
H A Dstdint.h138 # define UINTMAX_C(n) n ## ULL macro
/external/python/cpython2/Lib/plat-sunos5/
H A 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/syslinux/com32/include/
H A Dstdint.h107 #define UINTMAX_C(c) UINT64_C(c) macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp288 #ifndef UINTMAX_C
289 #error UINTMAX_C not defined
H A Dinttypes_h.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp289 #ifndef UINTMAX_C
290 #error UINTMAX_C not defined
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/libusb/msvc/
H A Dstdint.h254 #define UINTMAX_C(val) val##ui64 macro
/external/libvncserver/compat/msvc/
H A Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h227 #define UINTMAX_C UINT64_C macro
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py167 def UINTMAX_C(c): return c ## UL function
171 def UINTMAX_C(c): return c ## ULL function
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py296 def UINTMAX_C(c): return c ## UL function
300 def UINTMAX_C(c): return c ## ULL function
/external/clang/lib/Headers/
H A Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro

Completed in 994 milliseconds