HomeSort by relevance Sort by last modified time
    Searched refs:__UINT64_C (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 268 #undef __UINT64_C
271 # define __UINT64_C(c) c ## UL
274 # define __UINT64_C(c) c ## ULL
287 #define UINT64_MAX (__UINT64_C(18446744073709551615))
  /external/python/cpython2/Lib/plat-linux2/
IN.py 88 def __UINT64_C(c): return c ## UL
92 def __UINT64_C(c): return c ## ULL
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/
IN.py 221 def __UINT64_C(c): return c ## UL
225 def __UINT64_C(c): return c ## ULL
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))
  /device/google/fuchsia/bioniccompat/include/
stdint.h 253 #define __UINT64_C(c) __int_c(c, __UINT64_C_SUFFIX__)
268 #define UINT64_C(c) __UINT64_C(c)
  /external/elfutils/tests/
run-readelf-zp.sh 45 [ 1f9] __UINT64_C(c) c ## UL
run-dwarf-getmacros.sh 403 __UINT64_C(c) c ## UL

Completed in 905 milliseconds