HomeSort by relevance Sort by last modified time
    Searched refs:INT16_C (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_const.h 49 #define INT16_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_const.h 49 #define INT16_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_const.h 49 #define INT16_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_const.h 50 #define INT16_C(c) c
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_const.h 49 #define INT16_C(c) c
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
int_typedefs.h 27 #define S16_C(x) INT16_C(x)
  /external/llvm/include/llvm/Support/
DataTypes.h 152 #ifndef INT16_C
153 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 152 #ifndef INT16_C
153 # define INT16_C(C) C##i16
DataTypes.h.cmake 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
DataTypes.h.in 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 151 #ifndef INT16_C
152 # define INT16_C(C) C##i16
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 152 #ifndef INT16_C
153 #define INT16_C(C) C##i16
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 152 #ifndef INT16_C
153 # define INT16_C(C) C##i16
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
DataTypes.h 152 #ifndef INT16_C
153 # define INT16_C(C) C##i16
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 55 #undef INT16_C
66 #define INT16_C(val) val##i16
277 #define INT16_C(val) val##i16
  /bionic/tests/headers/posix/
stdint_h.c 132 #if !defined(INT16_C)
133 #error INT16_C
  /external/syslinux/com32/include/
stdint.h 81 #define INT16_C(c) c
91 #define INT_LEAST16_C(c) INT16_C(c)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_stdint.h 44 #define INT16_C(c) (c)
  /external/syslinux/dos/
stdint.h 128 # define INT16_C(n) n
  /external/mesa3d/src/util/
u_atomic_test.c 133 test_atomic(int16_t, INT16_C(-1))
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 424 # define INT16_C(v) __int_c(v, __int16_c_suffix)
427 # define INT16_C(v) v
610 #define INT16_MAX INT16_C(32767)
611 #define INT16_MIN (-INT16_C(32767)-1)

Completed in 290 milliseconds

1 2 3 4