HomeSort by relevance Sort by last modified time
    Searched full:uint32_max (Results 1 - 25 of 480) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/lldb/test/lang/c/recurse/
main.c 16 // If we have just the program name as an argument, use UINT32_MAX so we
18 uint32_t depth = UINT32_MAX;
24 depth = UINT32_MAX;
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 13 BranchProbability Prob(UINT32_MAX - 1, UINT32_MAX);
24 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
46 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
70 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
BranchProbabilityTest.cpp 102 BP BigZero(0, UINT32_MAX);
103 BP BigOne(UINT32_MAX, UINT32_MAX);
123 EXPECT_EQ(UINT32_MAX, BP(1, 1).scale(UINT32_MAX));
124 EXPECT_EQ(UINT32_MAX, BP(7, 7).scale(UINT32_MAX));
140 EXPECT_EQ(1u, BP(Two31, UINT32_MAX).scale(2));
141 EXPECT_EQ(Two31, BP(Two31, UINT32_MAX).scale(Two31 * 2));
142 EXPECT_EQ(Two63 + Two31, BP(Two31, UINT32_MAX).scale(UINT64_MAX))
    [all...]
ScaledNumberTest.cpp 47 EXPECT_EQ(getRounded32(UINT32_MAX, 0, false), SP32(UINT32_MAX, 0));
48 EXPECT_EQ(getRounded32(UINT32_MAX, 0, true), SP32(1 << 31, 1));
53 EXPECT_EQ(getRounded64(UINT32_MAX, 0, false), SP64(UINT32_MAX, 0));
54 EXPECT_EQ(getRounded64(UINT32_MAX, 0, true), SP64(UINT64_C(1) << 32, 0));
60 const uint64_t Max32In64 = UINT32_MAX;
63 EXPECT_EQ(getAdjusted32(UINT32_MAX), SP32(UINT32_MAX, 0));
64 EXPECT_EQ(getAdjusted32(Max32In64 << 1), SP32(UINT32_MAX, 1))
    [all...]
  /external/qemu/include/exec/
hwaddr.h 18 #define TARGET_PHYS_ADDR_MAX UINT32_MAX
  /external/lldb/source/Core/
ArchSpec.cpp 147 #define CPU_ANY (UINT32_MAX)
157 { ArchSpec::eCore_arm_generic , llvm::MachO::CPUTypeARM , CPU_ANY, UINT32_MAX , UINT32_MAX },
158 { ArchSpec::eCore_arm_generic , llvm::MachO::CPUTypeARM , 0 , UINT32_MAX , SUBTYPE_MASK },
159 { ArchSpec::eCore_arm_armv4 , llvm::MachO::CPUTypeARM , 5 , UINT32_MAX , SUBTYPE_MASK },
160 { ArchSpec::eCore_arm_armv4t , llvm::MachO::CPUTypeARM , 5 , UINT32_MAX , SUBTYPE_MASK },
161 { ArchSpec::eCore_arm_armv6 , llvm::MachO::CPUTypeARM , 6 , UINT32_MAX , SUBTYPE_MASK },
162 { ArchSpec::eCore_arm_armv5 , llvm::MachO::CPUTypeARM , 7 , UINT32_MAX , SUBTYPE_MASK },
163 { ArchSpec::eCore_arm_armv5e , llvm::MachO::CPUTypeARM , 7 , UINT32_MAX , SUBTYPE_MASK },
164 { ArchSpec::eCore_arm_armv5t , llvm::MachO::CPUTypeARM , 7 , UINT32_MAX , SUBTYPE_MASK }
    [all...]
ValueObjectSyntheticFilter.cpp 45 return UINT32_MAX;
67 m_synthetic_children_count(UINT32_MAX),
108 if (m_synthetic_children_count < UINT32_MAX)
184 m_synthetic_children_count = UINT32_MAX;
225 if (index == UINT32_MAX)
241 if (index == UINT32_MAX)
247 return UINT32_MAX;
  /external/lldb/source/Utility/
TimeSpecTimeout.cpp 17 if (timeout_usec == UINT32_MAX)
34 if (timeout_usec == UINT32_MAX)
KQueue.h 62 uint32_t timeout_usec = UINT32_MAX); // UINT32_MAX means infinite timeout
  /bionic/libc/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
183 #define UINT_LEAST32_MAX UINT32_MAX
184 #define UINT_FAST32_MAX UINT32_MAX
205 # define WINT_MAX UINT32_MAX
222 # define UINTPTR_MAX UINT32_MAX
225 # define SIZE_MAX UINT32_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
  /external/bison/lib/
inttypes.in.h 161 # ifdef UINT32_MAX
167 # ifdef UINT32_MAX
173 # ifdef UINT32_MAX
179 # ifdef UINT32_MAX
345 # if UINT_FAST8_MAX > UINT32_MAX
353 # if UINT_FAST8_MAX > UINT32_MAX
361 # if UINT_FAST8_MAX > UINT32_MAX
369 # if UINT_FAST8_MAX > UINT32_MAX
393 # if UINT_FAST16_MAX > UINT32_MAX
401 # if UINT_FAST16_MAX > UINT32_MAX
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdint.h 173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U)
184 #define UINT_LEAST32_MAX UINT32_MAX
185 #define UINT_FAST32_MAX UINT32_MAX
206 # define WINT_MAX UINT32_MAX
223 # define UINTPTR_MAX UINT32_MAX
226 # define SIZE_MAX UINT32_MAX
  /external/chromium_org/build/
intsafe_workaround.h 23 #undef UINT32_MAX
  /external/lldb/source/Interpreter/
OptionGroupPlatform.cpp 57 if (m_os_version_major != UINT32_MAX)
80 m_os_version_major = UINT32_MAX;
81 m_os_version_minor = UINT32_MAX;
82 m_os_version_update = UINT32_MAX;
  /external/lldb/source/Target/
ThreadSpec.cpp 17 m_index (UINT32_MAX),
72 if (m_index == UINT32_MAX)
122 return (m_index != UINT32_MAX || m_tid != LLDB_INVALID_THREAD_ID || !m_name.empty() || !m_queue_name.empty());
145 if (GetIndex() != UINT32_MAX)
  /external/llvm/lib/Support/
BranchProbability.cpp 37 uint64_t ProductLow = (Num & UINT32_MAX) * N;
41 uint32_t Lower32 = ProductLow & UINT32_MAX;
42 uint32_t Mid32Partial = ProductHigh & UINT32_MAX;
56 if (UpperQ > UINT32_MAX)
  /external/chromium_org/third_party/WebKit/ManualTests/
array-out-of-memory.html 10 // to overflow. The vector needs to be ((target + 1) * sizeof(JSValue*)) bytes long to hold 'target', or approximately 2/3 UINT32_MAX. Upon growing
11 // the array an additional 50% capacity will be allocated, plus the storage object header, taking the size of the allocation over UINT32_MAX.
  /external/llvm/lib/CodeGen/
MachineBranchProbabilityInfo.cpp 36 assert(MBB->succ_size() < UINT32_MAX);
46 if (Sum <= UINT32_MAX)
51 assert((Sum / UINT32_MAX) < UINT32_MAX);
52 Scale = (Sum / UINT32_MAX) + 1;
59 assert(Sum <= UINT32_MAX);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 118 # define UINT_FAST16_MAX UINT32_MAX
149 # define UINT32_MAX (4294967295U)
150 # define UINT_LEAST32_MAX UINT32_MAX
151 # define UINT_FAST32_MAX UINT32_MAX
216 # define UINTPTR_MAX UINT32_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 118 # define UINT_FAST16_MAX UINT32_MAX
149 # define UINT32_MAX (4294967295U)
150 # define UINT_LEAST32_MAX UINT32_MAX
151 # define UINT_FAST32_MAX UINT32_MAX
216 # define UINTPTR_MAX UINT32_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 118 # define UINT_FAST16_MAX UINT32_MAX
149 # define UINT32_MAX (4294967295U)
150 # define UINT_LEAST32_MAX UINT32_MAX
151 # define UINT_FAST32_MAX UINT32_MAX
216 # define UINTPTR_MAX UINT32_MAX
247 #define UINTMAX_MAX UINT32_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 118 # define UINT_FAST16_MAX UINT32_MAX
149 # define UINT32_MAX (4294967295U)
150 # define UINT_LEAST32_MAX UINT32_MAX
151 # define UINT_FAST32_MAX UINT32_MAX
216 # define UINTPTR_MAX UINT32_MAX
247 #define UINTMAX_MAX UINT32_MAX

Completed in 487 milliseconds

1 2 3 4 5 6 7 8 91011>>