HomeSort by relevance Sort by last modified time
    Searched defs:UINT16_C (Results 1 - 24 of 24) sorted by null

  /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-fuchsia/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/lib/stdlib/machine/
_stdint.h 49 #define UINT16_C(c) (c)
  /external/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 236 #define UINT16_C(val) val##ui16
  /external/jemalloc_new/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/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 221 #define UINT16_C(val) val##ui16
  /bionic/libc/include/
stdint.h 121 #define UINT16_C(c) c
122 #define UINT_LEAST16_C(c) UINT16_C(c)
  /device/google/fuchsia/bioniccompat/include/
stdint.h 266 #define UINT16_C(c) __UINT16_C(c)
  /external/clang/lib/Headers/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /external/python/cpython2/Lib/plat-sunos5/
TYPES.py 86 def UINT16_C(c): return __CONCAT__(c,u)
  /external/python/cpython2/Lib/plat-linux2/
IN.py 157 def UINT16_C(c): return c ## U
  /external/mdnsresponder/mDNSShared/
CommonServices.h 821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 286 def UINT16_C(c): return c ## U

Completed in 547 milliseconds