Searched refs:__UINT64_C (Results 1 - 8 of 8) sorted by relevance

/external/syslinux/com32/include/bitsize32/
H A Dstdint.h20 #define __UINT64_C(c) c ## ULL macro
/external/syslinux/com32/include/bitsize64/
H A Dstdint.h20 #define __UINT64_C(c) c ## UL macro
/external/syslinux/com32/include/
H A Dstdint.h44 #define UINT64_MAX (__UINT64_C(18446744073709551615))
88 #define UINT64_C(c) __UINT64_C(c)
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h268 #undef __UINT64_C macro
271 # define __UINT64_C(c) c ## UL macro
274 # define __UINT64_C(c) c ## ULL macro
287 #define UINT64_MAX (__UINT64_C(18446744073709551615))
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py88 def __UINT64_C(c): return c ## UL function
92 def __UINT64_C(c): return c ## ULL function
104 UINT64_MAX = (__UINT64_C(18446744073709551615))
115 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615))
129 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615))
136 UINTMAX_MAX = (__UINT64_C(18446744073709551615))
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py221 def __UINT64_C(c): return c ## UL function
225 def __UINT64_C(c): return c ## ULL function
235 UINT64_MAX = (__UINT64_C(18446744073709551615))
244 UINT_LEAST64_MAX = (__UINT64_C(18446744073709551615))
257 UINT_FAST64_MAX = (__UINT64_C(18446744073709551615))
264 UINTMAX_MAX = (__UINT64_C(18446744073709551615))
/external/elfutils/tests/
H A Drun-readelf-zp.sh45 [ 1f9] __UINT64_C(c) c ## UL
H A Drun-dwarf-getmacros.sh403 __UINT64_C(c) c ## UL

Completed in 412 milliseconds