HomeSort by relevance Sort by last modified time
    Searched full:uint64_max (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/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
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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/bison/m4/
inttypes.m4 83 [defined UINT64_MAX],
84 [UINT64_MAX == ULONG_MAX],
  /external/lldb/source/Utility/
StringExtractor.cpp 137 m_index = UINT64_MAX;
160 m_index = UINT64_MAX;
198 m_index = UINT64_MAX;
230 m_index = UINT64_MAX;
260 m_index = UINT64_MAX;
292 m_index = UINT64_MAX;
360 m_index = UINT64_MAX;
395 m_index = UINT64_MAX;
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 115 #if !defined(UINT64_MAX)
116 # define UINT64_MAX 0xffffffffffffffffULL
DataTypes.h.in 115 #if !defined(UINT64_MAX)
116 # define UINT64_MAX 0xffffffffffffffffULL
  /external/llvm/unittests/Support/
raw_ostream_test.cpp 77 EXPECT_EQ("18446744073709551615", printToString(UINT64_MAX));
108 EXPECT_EQ("18446744073709551615", printToStringUnbuffered(UINT64_MAX));
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 104 #ifndef UINT64_MAX
105 #error UINT64_MAX defined!
test_constant_macros.cpp 105 #ifdef UINT64_MAX
106 #error UINT64_MAX is defined!
test_limit_macros.cpp 104 #ifndef UINT64_MAX
105 #error UINT64_MAX is not defined!
test_no_macros.cpp 104 #ifdef UINT64_MAX
105 #error UINT64_MAX defined!
  /external/compiler-rt/lib/builtins/ppc/
fixunstfdi.c 58 return UINT64_MAX;
  /external/lldb/include/lldb/Utility/
Range.h 24 static const ValueType OPEN_END = UINT64_MAX;
  /external/lldb/source/Interpreter/
OptionGroupFormat.cpp 54 if (m_byte_size.GetDefaultValue() < UINT64_MAX)
56 if (m_count.GetDefaultValue() < UINT64_MAX)
150 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX;
151 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX;
  /frameworks/av/media/libstagefright/webm/
WebmFrame.cpp 44 mAbsTimecode(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/lldb/source/API/
SBSection.cpp 183 return UINT64_MAX;
198 return GetSectionData (0, UINT64_MAX);
220 if (file_size == UINT64_MAX)
  /external/nanopb-c/tests/alltypes_pointer/
encode_alltypes_pointer.c 95 static uint64_t uint64_max = UINT64_MAX; local
101 &uint64_min, &uint64_max,

Completed in 1032 milliseconds

1 2 34 5 6 7 8 91011