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

1 2

  /external/llvm/include/llvm/Support/
DataTypes.h 155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16
  /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!
  /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 952 UINT16_C_(0) UINT16_C(0)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/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)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilts/ndk/android-ndk-r7/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)
  /prebuilts/ndk/android-ndk-r7/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)
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
stdint.h 121 # define UINT16_C(c) c ## U
122 # define UINT_LEAST16_C(c) UINT16_C(c)

Completed in 166 milliseconds

1 2