HomeSort by relevance Sort by last modified time
    Searched defs:UINT16_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 54 #define UINT16_C(c) c ## U
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 54 #define UINT16_C(c) c ## U
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 54 #define UINT16_C(c) c ## U
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 55 #define UINT16_C(c) c ## U
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 54 #define UINT16_C(c) c ## U
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 #define UINT16_C(C) C##ui16
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/machine/
_stdint.h 44 #define UINT16_C(c) (c)
  /external/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /external/syslinux/com32/include/
stdint.h 86 #define UINT16_C(c) c ## U
96 #define UINT_LEAST16_C(c) UINT16_C(c)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/libusb/msvc/
stdint.h 248 #define UINT16_C(val) (val)
  /external/libvncserver/compat/msvc/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/syslinux/dos/
stdint.h 133 # define UINT16_C(n) n ## U

Completed in 595 milliseconds

1 2 3 4 5 6 7