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

1 2

  /bionic/libc/stdlib/
strtoumax.c 76 case x: cutoff = UINTMAX_MAX / x; \
77 cutlim = UINTMAX_MAX % x; \
85 cutoff = UINTMAX_MAX / base;
86 cutlim = UINTMAX_MAX % base;
102 acc = UINTMAX_MAX;
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 119 #ifndef UINTMAX_MAX
120 #error UINTMAX_MAX defined!
test_c.c 117 #ifndef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
test_no_macros.cpp 117 #ifdef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
test_constant_macros.cpp 118 #ifdef UINTMAX_MAX
119 #error UINTMAX_MAX is defined!
  /bionic/libc/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /external/clang/test/Preprocessor/
stdint.c 939 UINTMAX_MAX_ UINTMAX_MAX
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 235 #define UINTMAX_MAX UINT64_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
stdint.h 238 # define UINTMAX_MAX UINT64_MAX
254 # define UINTMAX_MAX UINT32_MAX

Completed in 841 milliseconds

1 2