Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 16 of 16) 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/libcxx/test/std/depr/depr.c.headers/
Dstdint_h.pass.cpp288 #ifndef UINTMAX_C in main()
289 #error UINTMAX_C not defined in main()
Dinttypes_h.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp289 #ifndef UINTMAX_C in main()
290 #error UINTMAX_C not defined in main()
/external/clang/test/Preprocessor/
Dstdint.c1495 UINTMAX_C_(0) UINTMAX_C(0)
/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/libcxx/include/
Dcstdint98 UINTMAX_C(value)
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h242 #define UINTMAX_C UINT64_C macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h227 #define UINTMAX_C UINT64_C macro
/external/libusb/msvc/
Dstdint.h254 #define UINTMAX_C(val) val##ui64 macro
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined
/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
/external/clang/lib/Headers/
Dstdint.h704 #define UINTMAX_C(v) __UINTN_C(__INTMAX_WIDTH__, v) macro
/external/libexif/m4m/
Dstdint.m4655 # define UINTMAX_C(c) c ## UL
658 # define UINTMAX_C(c) c ## ULL
/external/libmtp/m4/
Dstdint.m4653 # define UINTMAX_C(c) c ## UL
656 # define UINTMAX_C(c) c ## ULL