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

1 2

  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 164 #ifndef UINT16_C
165 #error UINT16_C defined!
test_c.c 162 #ifndef UINT16_C
163 #error UINT16_C defined!
test_no_macros.cpp 162 #ifdef UINT16_C
163 #error UINT16_C defined!
test_constant_macros.cpp 163 #ifndef UINT16_C
164 #error UINT16_C is not defined!
test_limit_macros.cpp 163 #ifdef UINT16_C
164 #error UINT16_C is defined!
  /bionic/libc/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 126 # define UINT16_C(c) c ## U
127 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
DataTypes.h.in 154 #ifndef UINT16_C
155 # define UINT16_C(C) C##ui16
  /external/clang/lib/Headers/
stdint.h 388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
391 # define UINT16_C(v) v ## U
575 #define UINT16_MAX UINT16_C(65535)
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
391 # define UINT16_C(v) v ## U
575 #define UINT16_MAX UINT16_C(65535)
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
391 # define UINT16_C(v) v ## U
575 #define UINT16_MAX UINT16_C(65535)
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
391 # define UINT16_C(v) v ## U
575 #define UINT16_MAX UINT16_C(65535)
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
391 # define UINT16_C(v) v ## U
575 #define UINT16_MAX UINT16_C(65535)
  /external/mesa3d/include/c99/
stdint.h 236 #define UINT16_C(val) val##ui16

Completed in 120 milliseconds

1 2