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

  /external/syslinux/com32/include/bitsize32/
stdint.h 20 #define __UINT64_C(c) c ## ULL
  /external/syslinux/com32/include/bitsize64/
stdint.h 20 #define __UINT64_C(c) c ## UL
  /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))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h 151 # define __UINT64_C(c) c ## UL
154 # define __UINT64_C(c) c ## ULL
174 # define UINT64_MAX (__UINT64_C(18446744073709551615))
192 # define UINT_LEAST64_MAX (__UINT64_C(18446744073709551615))
225 # define UINT_FAST64_MAX (__UINT64_C(18446744073709551615))
246 # define UINTMAX_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))
  /prebuilts/gdb/linux-x86/lib/python2.7/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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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))

Completed in 278 milliseconds