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

1 2 3 4 5

  /external/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
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 155 #ifndef INT16_C
156 #error INT16_C defined!
test_c.c 153 #ifndef INT16_C
154 #error INT16_C defined!
test_no_macros.cpp 155 #ifdef INT16_C
156 #error INT16_C defined!
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdint.hpp 377 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
398 #ifndef INT16_C
399 # define INT16_C(value) value##i16
439 # if (USHRT_MAX == 0xffff) && !defined(INT16_C)
440 # define INT16_C(value) static_cast<boost::int16_t>(value)
  /development/ndk/platforms/android-3/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
stdint.h 108 # define INT16_C(c) c
109 # define INT_LEAST16_C(c) INT16_C(c)

Completed in 1514 milliseconds

1 2 3 4 5