Home
last modified time | relevance | path

Searched refs:__UINT64_C (Results 1 – 7 of 7) sorted by relevance

/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
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/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h268 #undef __UINT64_C
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-atheos/
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/
Drun-readelf-zp.sh45 [ 1f9] __UINT64_C(c) c ## UL
Drun-dwarf-getmacros.sh403 __UINT64_C(c) c ## UL
/external/libexif/m4m/
Dstdint.m4682 # define UINT64_MAX (__UINT64_C(18446744073709551615))
/external/libmtp/m4/
Dstdint.m4680 # define UINT64_MAX (__UINT64_C(18446744073709551615))