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

1 2 3

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 51 #define INT64_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 51 #define INT64_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 51 #define INT64_C(c) c ## LL
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 52 #define INT64_C(c) c ## L
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 51 #define INT64_C(c) c ## LL
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 28 #ifndef INT64_C
29 #define INT64_C(x) x ## I64
39 #ifndef INT64_C
40 #define INT64_C(x) x ## L
49 #ifndef INT64_C
50 #define INT64_C(x) x ## LL
  /external/libyuv/files/include/libyuv/
basic_types.h 28 #ifndef INT64_C
29 #define INT64_C(x) x##I64
39 #ifndef INT64_C
40 #define INT64_C(x) x##L
49 #ifndef INT64_C
50 #define INT64_C(x) x##LL
  /external/icu/icu4c/source/common/unicode/
umachine.h 201 # ifndef INT64_C
204 * note: may be wrong for some 64 bit platforms - ensure your compiler provides INT64_C
207 # define INT64_C(c) c ## LL
219 # define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1))
223 # define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807)))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 # define INT64_C(C) C##i64
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 163 #ifndef INT64_C
164 # define INT64_C(C) C##i64
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 163 #ifndef INT64_C
164 # define INT64_C(C) C##i64
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 163 #ifndef INT64_C
164 # define INT64_C(C) C##i64
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 163 #ifndef INT64_C
164 # define INT64_C(C) C##i64
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 #define INT64_C(C) C##i64
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 46 #define INT64_C(c) (c ## LL)
53 #define INTMAX_C(c) INT64_C(c)
  /external/llvm/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 # define INT64_C(C) C##i64
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 # define INT64_C(C) C##i64
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 164 #ifndef INT64_C
165 # define INT64_C(C) C##i64
  /external/syslinux/com32/include/
stdint.h 83 #define INT64_C(c) __INT64_C(c)
93 #define INT_LEAST64_C(c) INT64_C(c)
101 #define INT_FAST64_C(c) INT64_C(c)
106 #define INTMAX_C(c) INT64_C(c)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 233 #define INT64_C(val) val##i64
241 #define INTMAX_C INT64_C
  /external/libusb/msvc/
stdint.h 245 #define INT64_C(val) val##i64
  /external/libvncserver/compat/msvc/
stdint.h 233 #define INT64_C(val) val##i64
241 #define INTMAX_C INT64_C
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 218 #define INT64_C(val) val##i64
226 #define INTMAX_C INT64_C
  /external/syslinux/dos/
stdint.h 130 # define INT64_C(n) n ## LL
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 48 // miloyip: Originally Visual Studio 2010 uses its own stdint.h. However it generates warning with INT64_C(), so change to use this file for vs2010.
57 #undef INT64_C
68 #define INT64_C(val) val##i64
79 # define INTMAX_C INT64_C
279 #define INT64_C(val) val##i64
290 # define INTMAX_C INT64_C

Completed in 620 milliseconds

1 2 3