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

1 2

  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 83 #ifndef UINT_FAST32_MAX
84 #error UINT_FAST32_MAX defined!
test_c.c 81 #ifndef UINT_FAST32_MAX
82 #error UINT_FAST32_MAX defined!
test_no_macros.cpp 81 #ifdef UINT_FAST32_MAX
82 #error UINT_FAST32_MAX defined!
test_constant_macros.cpp 82 #ifdef UINT_FAST32_MAX
83 #error UINT_FAST32_MAX is defined!
test_limit_macros.cpp 82 #ifndef UINT_FAST32_MAX
83 #error UINT_FAST32_MAX is not defined!
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 220 # define UINT_FAST32_MAX (18446744073709551615UL)
223 # define UINT_FAST32_MAX (4294967295U)
  /bionic/libc/include/
stdint.h 146 # define UINT_FAST32_MAX UINT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 146 # define UINT_FAST32_MAX UINT32_MAX
  /external/mesa3d/include/c99/
stdint.h 170 #define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 151 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 146 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 146 # define UINT_FAST32_MAX UINT32_MAX
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 146 # define UINT_FAST32_MAX UINT32_MAX
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 389 #undef UINT_FAST32_MAX
392 #define UINT_FAST32_MAX ULONG_MAX
  /external/clang/lib/Headers/
stdint.h 549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX
  /prebuilt/sdk/11/renderscript/clang-include/
stdint.h 549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX
  /prebuilt/sdk/12/renderscript/clang-include/
stdint.h 549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX
  /prebuilt/sdk/13/renderscript/clang-include/
stdint.h 549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX
  /prebuilt/sdk/14/renderscript/clang-include/
stdint.h 549 # define UINT_FAST32_MAX __UINT_LEAST32_MAX

Completed in 397 milliseconds

1 2