Home
last modified time | relevance | path

Searched defs:__UINT64_C (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/include/bitsize64/
Dstdint.h20 #define __UINT64_C(c) c ## UL macro
/external/syslinux/com32/include/bitsize32/
Dstdint.h20 #define __UINT64_C(c) c ## ULL macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h271 # define __UINT64_C(c) c ## UL macro
274 # define __UINT64_C(c) c ## ULL macro
/external/python/cpython2/Lib/plat-linux2/
DIN.py88 def __UINT64_C(c): return c ## UL function
92 def __UINT64_C(c): return c ## ULL function
/external/python/cpython2/Lib/plat-atheos/
DIN.py221 def __UINT64_C(c): return c ## UL function
225 def __UINT64_C(c): return c ## ULL function