Searched defs:UINT64_C (Results 1 - 21 of 21) sorted by last modified time

/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h167 #ifndef UINT64_C
168 #define UINT64_C(C) C##ui64 macro
/external/syslinux/com32/include/
H A Dstdint.h88 #define UINT64_C(c) __UINT64_C(c) macro
98 #define UINT_LEAST64_C(c) UINT64_C(c)
104 #define UINT_FAST64_C(c) UINT64_C(c)
107 #define UINTMAX_C(c) UINT64_C(c)
/external/syslinux/dos/
H A Dstdint.h135 # define UINT64_C(n) n ## ULL macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64 macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64 macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64 macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64 macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py290 def UINT64_C(c): return c ## UL function
292 def UINT64_C(c): return c ## ULL function
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py161 def UINT64_C(c): return c ## UL function
163 def UINT64_C(c): return c ## ULL function
/external/python/cpython2/Lib/plat-sunos5/
H A DTYPES.py90 def UINT64_C(c): return __CONCAT__(c,ul) function
92 def UINT64_C(c): return __CONCAT__(c,ull) function
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h829 #if( !defined( UINT64_C ) )
831 #define UINT64_C( value ) value ## UI64 macro
833 #define UINT64_C( value ) value ## ULL macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64 macro
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h31 #ifndef UINT64_C
32 #define UINT64_C(x) x##UI64 macro
42 #ifndef UINT64_C
43 #define UINT64_C(x) x##UL macro
52 #ifndef UINT64_C
53 #define UINT64_C(x) x##ULL macro
/external/libusb/msvc/
H A Dstdint.h250 #define UINT64_C(val) val##ui64 macro
/external/libvncserver/compat/msvc/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dbasic_types.h31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## UI64 macro
42 #ifndef UINT64_C
43 #define UINT64_C(x) x ## UL macro
52 #ifndef UINT64_C
53 #define UINT64_C(x) x ## ULL macro
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h238 #define UINT64_C(val) val##ui64 macro
242 #define UINTMAX_C UINT64_C
/external/icu/icu4c/source/common/unicode/
H A Dumachine.h232 # ifndef UINT64_C
235 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
238 # define UINT64_C(c) c ## ULL macro
250 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
/external/compiler-rt/lib/builtins/
H A Dfp_lib.h36 # undef UINT64_C macro
37 # define UINT64_C(c) (c ## ULL) macro
66 #define REP_C UINT64_C
140 #define Word_LoMask UINT64_C(0x00000000ffffffff)
141 #define Word_HiMask UINT64_C(0xffffffff00000000)
142 #define Word_FullMask UINT64_C(0xffffffffffffffff)
/external/clang/lib/Headers/
H A Dstdint.h318 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro
321 # define UINT64_C(v) v ## U macro
477 # define UINT64_MAX UINT64_C(18446744073709551615)
/external/bison/darwin-lib/
H A Dstdint.h597 #undef UINT64_C macro
606 # define UINT64_C(x) x##UL macro
608 # define UINT64_C(x) x##ui64 macro
610 # define UINT64_C(x) x##ULL macro
629 # define UINTMAX_C(x) UINT64_C(x)

Completed in 656 milliseconds