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

1 2

  /external/qemu/
targphys.h 16 #define TARGET_PHYS_ADDR_MAX UINT64_MAX
  /external/llvm/include/llvm/Support/
DataTypes.h 97 #if !defined(UINT64_MAX)
98 # define UINT64_MAX 0xffffffffffffffffULL
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 34 BlockFrequency Freq(UINT64_MAX);
50 BlockFrequency Freq(UINT64_MAX);
53 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX);
raw_ostream_test.cpp 77 EXPECT_EQ("18446744073709551615", printToString(UINT64_MAX));
108 EXPECT_EQ("18446744073709551615", printToStringUnbuffered(UINT64_MAX));
  /external/mesa3d/include/c99/
stdint.h 143 #define UINT64_MAX _UI64_MAX
157 #define UINT_LEAST64_MAX UINT64_MAX
171 #define UINT_FAST64_MAX UINT64_MAX
177 # define UINTPTR_MAX UINT64_MAX
187 #define UINTMAX_MAX UINT64_MAX
  /bionic/libc/include/
stdint.h 177 # define UINT64_MAX (__UINT64_C(18446744073709551615))
179 # define UINT_LEAST64_MAX UINT64_MAX
180 # define UINT_FAST64_MAX UINT64_MAX
238 # define UINTMAX_MAX UINT64_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 177 # define UINT64_MAX (__UINT64_C(18446744073709551615))
179 # define UINT_LEAST64_MAX UINT64_MAX
180 # define UINT_FAST64_MAX UINT64_MAX
238 # define UINTMAX_MAX UINT64_MAX
  /frameworks/compile/libbcc/runtime/lib/ppc/
fixunstfdi.c 59 return UINT64_MAX;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 182 # define UINT64_MAX (__UINT64_C(18446744073709551615))
184 # define UINT_LEAST64_MAX UINT64_MAX
185 # define UINT_FAST64_MAX UINT64_MAX
235 #define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h 177 # define UINT64_MAX (__UINT64_C(18446744073709551615))
179 # define UINT_LEAST64_MAX UINT64_MAX
180 # define UINT_FAST64_MAX UINT64_MAX
238 # define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h 177 # define UINT64_MAX (__UINT64_C(18446744073709551615))
179 # define UINT_LEAST64_MAX UINT64_MAX
180 # define UINT_FAST64_MAX UINT64_MAX
238 # define UINTMAX_MAX UINT64_MAX
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h 177 # define UINT64_MAX (__UINT64_C(18446744073709551615))
179 # define UINT_LEAST64_MAX UINT64_MAX
180 # define UINT_FAST64_MAX UINT64_MAX
238 # define UINTMAX_MAX UINT64_MAX
  /external/llvm/lib/Support/
BlockFrequency.cpp 74 if (n > 0 && Frequency > UINT64_MAX / n) {
103 Frequency = UINT64_MAX;
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 323 #undef UINT64_MAX
325 # define UINT64_MAX UINTMAX_C (18446744073709551615)
364 # define UINT_LEAST64_MAX UINT64_MAX
403 # define UINT_FAST64_MAX UINT64_MAX
428 #ifdef UINT64_MAX
429 # define UINTMAX_MAX UINT64_MAX
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 104 #ifndef UINT64_MAX
105 #error UINT64_MAX defined!
test_c.c 102 #ifndef UINT64_MAX
103 #error UINT64_MAX defined!
test_no_macros.cpp 102 #ifdef UINT64_MAX
103 #error UINT64_MAX defined!
  /external/clang/test/Preprocessor/
stdint.c 914 // TCE:UINT64_MAX_ UINT64_MAX
    [all...]
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 63 UINT64_MAX = (1 << 64) - 1
246 if uint64 > UINT64_MAX:
  /frameworks/base/libs/utils/
LinearTransform.cpp 67 *res = UINT64_MAX;
104 *res = UINT64_MAX;

Completed in 1461 milliseconds

1 2