Searched refs:UINT32_MAX (Results 1 - 25 of 204) sorted by relevance

123456789

/external/syslinux/com32/include/bitsize32/
H A Dstdintlimits.h9 #define UINT_FAST16_MAX UINT32_MAX
10 #define UINT_FAST32_MAX UINT32_MAX
14 #define UINTPTR_MAX UINT32_MAX
23 # define SIZE_MAX UINT32_MAX //(4294967295U)
/external/swiftshader/third_party/LLVM/unittests/Support/
H A DBlockFrequencyTest.cpp14 BranchProbability Prob(UINT32_MAX - 1, UINT32_MAX);
21 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
35 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
51 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
/external/llvm/unittests/Support/
H A DBlockFrequencyTest.cpp22 BranchProbability Prob(UINT32_MAX / 3, UINT32_MAX);
33 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
55 BranchProbability Prob(UINT32_MAX / 2, UINT32_MAX);
79 BranchProbability Prob(UINT32_MAX, UINT32_MAX);
H A DBranchProbabilityTest.cpp108 BP BigZero(0, UINT32_MAX);
109 BP BigOne(UINT32_MAX, UINT32_MAX);
129 EXPECT_EQ(UINT32_MAX, BP(1, 1).scale(UINT32_MAX));
130 EXPECT_EQ(UINT32_MAX, BP(7, 7).scale(UINT32_MAX));
146 EXPECT_EQ(1u, BP(Two31, UINT32_MAX).scale(2));
147 EXPECT_EQ(Two31, BP(Two31, UINT32_MAX).scale(Two31 * 2));
148 EXPECT_EQ(9223372036854775807ULL, BP(Two31, UINT32_MAX)
[all...]
H A DScaledNumberTest.cpp46 EXPECT_EQ(getRounded32(UINT32_MAX, 0, false), SP32(UINT32_MAX, 0));
47 EXPECT_EQ(getRounded32(UINT32_MAX, 0, true), SP32(1 << 31, 1));
52 EXPECT_EQ(getRounded64(UINT32_MAX, 0, false), SP64(UINT32_MAX, 0));
53 EXPECT_EQ(getRounded64(UINT32_MAX, 0, true), SP64(UINT64_C(1) << 32, 0));
59 const uint64_t Max32In64 = UINT32_MAX;
62 EXPECT_EQ(getAdjusted32(UINT32_MAX), SP32(UINT32_MAX, 0));
63 EXPECT_EQ(getAdjusted32(Max32In64 << 1), SP32(UINT32_MAX,
[all...]
/external/llvm/lib/Support/
H A DBranchProbability.cpp55 while (Denominator > UINT32_MAX) {
78 uint64_t ProductLow = (Num & UINT32_MAX) * N;
82 uint32_t Lower32 = ProductLow & UINT32_MAX;
83 uint32_t Mid32Partial = ProductHigh & UINT32_MAX;
97 if (UpperQ > UINT32_MAX)
/external/gptfdisk/
H A Dmbr.cc64 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB
67 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX);
94 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB
97 partitions[i].SetLengthLBA(UINT32_MAX - partitions[i].GetStartLBA());
115 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) {
/external/llvm/include/llvm/Support/
H A DDataTypes.h92 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-android/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
139 #ifndef UINT32_MAX
140 # define UINT32_MAX 4294967295U macro
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
H A DDataTypes.h91 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 #define UINT32_MAX 4294967295U macro
/external/arm-neon-tests/
H A Dref_vaddhn.c74 VDUP(vector1, q, int, s, 64, 2, 24*((uint64_t)UINT32_MAX+1));
77 VDUP(vector1, q, uint, u, 64, 2, 3*((uint64_t)UINT32_MAX+1));
81 VDUP(vector2, q, int, s, 64, 2, (uint64_t)UINT32_MAX);
84 VDUP(vector2, q, uint, u, 64, 2, (uint64_t)UINT32_MAX);
/external/libese/libese-sysdeps/include/ese/
H A Dsysdeps.h22 #define ESE_UINT32_MAX (UINT32_MAX)
/external/vixl/test/
H A Dtest-operands.cc60 VIXL_CHECK(op.GetImmediate() == UINT32_MAX);
64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX);
66 VIXL_CHECK(op.GetImmediate() == UINT32_MAX);
86 VIXL_CHECK(op.GetImmediate() == UINT32_MAX);
/external/libusb/msvc/
H A Dstdint.h139 #define UINT32_MAX 0xffffffffU /* 4294967295U */ macro
155 #define UINT_LEAST32_MAX UINT32_MAX
171 #define UINT_FAST32_MAX UINT32_MAX
183 #define UINTPTR_MAX UINT32_MAX
207 #define SIZE_MAX UINT32_MAX
/external/iptables/extensions/
H A Dlibebt_nflog.c83 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX))
90 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX))
97 if (!xtables_strtoui(optarg, NULL, &i, 1, UINT32_MAX))
/external/llvm/include/llvm/Transforms/
H A DInstrumentation.h173 /// weights to strictly less than UINT32_MAX.
175 return MaxCount < UINT32_MAX ? 1 : MaxCount / UINT32_MAX + 1;
184 assert(Scaled <= UINT32_MAX && "overflow 32-bits");
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h142 #define UINT32_MAX _UI32_MAX macro
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
/external/libvncserver/compat/msvc/
H A Dstdint.h142 #define UINT32_MAX _UI32_MAX macro
156 #define UINT_LEAST32_MAX UINT32_MAX
170 #define UINT_FAST32_MAX UINT32_MAX
181 # define UINTPTR_MAX UINT32_MAX
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h127 #define UINT32_MAX _UI32_MAX macro
141 #define UINT_LEAST32_MAX UINT32_MAX
155 #define UINT_FAST32_MAX UINT32_MAX
166 # define UINTPTR_MAX UINT32_MAX
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h58 #if !defined(UINT32_MAX)
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h58 #if !defined(UINT32_MAX)

Completed in 1104 milliseconds

123456789