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

1 2 3 4 5 6

  /external/qemu/
targphys.h 16 #define TARGET_PHYS_ADDR_MAX UINT64_MAX
  /external/chromium_org/build/
intsafe_workaround.h 25 #undef UINT64_MAX
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 33 BlockFrequency Freq(UINT64_MAX);
49 BlockFrequency Freq(UINT64_MAX);
52 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX);
66 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX);
70 EXPECT_EQ(Freq.getFrequency(), UINT64_MAX);
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 140 #define UINT64_MAX 0xffffffffffffffffULL /* 18446744073709551615ULL */
156 #define UINT_LEAST64_MAX UINT64_MAX
172 #define UINT_FAST64_MAX UINT64_MAX
179 #define UINTPTR_MAX UINT64_MAX
189 #define UINTMAX_MAX UINT64_MAX
205 #define SIZE_MAX UINT64_MAX
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 138 #define UINT64_MAX 18446744073709551615ULL
154 #define UINT_LEAST64_MAX UINT64_MAX
170 #define UINT_FAST64_MAX UINT64_MAX
183 #define UINTPTR_MAX UINT64_MAX
192 #define UINTMAX_MAX UINT64_MAX
208 #define SIZE_MAX UINT64_MAX
  /external/bison/lib/
bitrotate.h 31 #ifdef UINT64_MAX
38 return ((x << n) | (x >> (64 - n))) & UINT64_MAX;
47 return ((x >> n) | (x << (64 - n))) & UINT64_MAX;
  /external/chromium_org/third_party/mesa/src/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
  /external/chromium_org/third_party/re2/mswin/
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
  /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 167 # define UINT64_MAX (__UINT64_C(18446744073709551615))
169 # define UINT_LEAST64_MAX UINT64_MAX
170 # define UINT_FAST64_MAX UINT64_MAX
226 # define UINTMAX_MAX UINT64_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 167 # define UINT64_MAX (__UINT64_C(18446744073709551615))
169 # define UINT_LEAST64_MAX UINT64_MAX
170 # define UINT_FAST64_MAX UINT64_MAX
226 # define UINTMAX_MAX UINT64_MAX
  /external/compiler-rt/lib/ppc/
fixunstfdi.c 58 return UINT64_MAX;
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/4/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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/6/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/7/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

Completed in 1190 milliseconds

1 2 3 4 5 6