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

1 2

  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 212 #ifndef UINTMAX_C
213 #error UINTMAX_C defined!
test_c.c 210 #ifndef UINTMAX_C
211 #error UINTMAX_C defined!
test_no_macros.cpp 210 #ifdef UINTMAX_C
211 #error UINTMAX_C defined!
test_constant_macros.cpp 211 #ifndef UINTMAX_C
212 #error UINTMAX_C is not defined!
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 325 # define UINT64_MAX UINTMAX_C (18446744073709551615)
557 #undef UINTMAX_C
559 # define UINTMAX_C(x) x##ULL
561 # define UINTMAX_C(x) UINT64_C(x)
563 # define UINTMAX_C(x) x##UL
  /bionic/libc/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /development/ndk/platforms/android-3/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /external/clang/test/Preprocessor/
stdint.c 959 UINTMAX_C_(0) UINTMAX_C(0)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h 312 # define UINTMAX_C(c) c ## UL
315 # define UINTMAX_C(c) c ## ULL
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 238 #define UINTMAX_C(c) UINT64_C(c)
250 #define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
stdint.h 243 # define UINTMAX_C(c) UINT64_C(c)
259 # define UINTMAX_C(c) UINT32_C(c)

Completed in 145 milliseconds

1 2