HomeSort by relevance Sort by last modified time
    Searched defs:UINT64_C (Results 1 - 25 of 68) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 56 #define UINT64_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 56 #define UINT64_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 56 #define UINT64_C(c) c ## ULL
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 57 #define UINT64_C(c) c ## UL
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 56 #define UINT64_C(c) c ## ULL
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 31 #ifndef UINT64_C
32 #define UINT64_C(x) x ## UI64
42 #ifndef UINT64_C
43 #define UINT64_C(x) x ## UL
52 #ifndef UINT64_C
53 #define UINT64_C(x) x ## ULL
  /external/libyuv/files/include/libyuv/
basic_types.h 31 #ifndef UINT64_C
32 #define UINT64_C(x) x##UI64
42 #ifndef UINT64_C
43 #define UINT64_C(x) x##UL
52 #ifndef UINT64_C
53 #define UINT64_C(x) x##ULL
  /external/icu/icu4c/source/common/unicode/
umachine.h 209 # ifndef UINT64_C
212 * note: may be wrong for some 64 bit platforms - ensure your compiler provides UINT64_C
215 # define UINT64_C(c) c ## ULL
227 # define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615)))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 166 #ifndef UINT64_C
167 # define UINT64_C(C) C##ui64
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 #define UINT64_C(C) C##ui64
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 51 #define UINT64_C(c) (c ## ULL)
54 #define UINTMAX_C(c) UINT64_C(c)
  /external/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 167 #ifndef UINT64_C
168 # define UINT64_C(C) C##ui64
  /external/compiler-rt/lib/builtins/
fp_lib.h 36 # undef UINT64_C
37 # define UINT64_C(c) (c ## ULL)
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/syslinux/com32/include/
stdint.h 88 #define UINT64_C(c) __UINT64_C(c)
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/jemalloc/include/msvc_compat/C99/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /external/libusb/msvc/
stdint.h 250 #define UINT64_C(val) val##ui64
  /external/libvncserver/compat/msvc/
stdint.h 238 #define UINT64_C(val) val##ui64
242 #define UINTMAX_C UINT64_C
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 223 #define UINT64_C(val) val##ui64
227 #define UINTMAX_C UINT64_C
  /external/syslinux/dos/
stdint.h 135 # define UINT64_C(n) n ## ULL

Completed in 981 milliseconds

1 2 3