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

1 2 3 4 5 6 7

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 50 #define INT32_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 50 #define INT32_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 50 #define INT32_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 51 #define INT32_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 50 #define INT32_C(c) c
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 157 #ifndef INT32_C
158 # define INT32_C(C) C##i32
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 157 #ifndef INT32_C
158 # define INT32_C(C) C##i32
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 157 #ifndef INT32_C
158 # define INT32_C(C) C##i32
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 #define INT32_C(C) C##i32
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/machine/
_stdint.h 40 #define INT32_C(c) (c)
  /external/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 158 #ifndef INT32_C
159 # define INT32_C(C) C##i32
  /external/syslinux/com32/include/
stdint.h 82 #define INT32_C(c) c
92 #define INT_LEAST32_C(c) INT32_C(c)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 232 #define INT32_C(val) val##i32
  /external/libusb/msvc/
stdint.h 242 #define INT32_C(val) (INT_LEAST32_MAX-INT_LEAST32_MAX+(val))
  /external/libvncserver/compat/msvc/
stdint.h 232 #define INT32_C(val) val##i32
  /external/syslinux/dos/
stdint.h 129 # define INT32_C(n) n

Completed in 772 milliseconds

1 2 3 4 5 6 7