Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/third_party/mesa3d/src/util/tests/
Dfast_urem_by_const_test.cpp42 return UINT32_MAX - (rand() % 16); in rand_uint()
91 test_case(0, UINT32_MAX); in TEST()
92 test_case(UINT32_MAX, 1); in TEST()
93 test_case(1, UINT32_MAX); in TEST()
94 test_case(UINT32_MAX, UINT32_MAX); in TEST()
95 test_case(UINT32_MAX, UINT32_MAX - 1); in TEST()
96 test_case(UINT32_MAX - 1, UINT32_MAX - 1); in TEST()
97 test_case(UINT32_MAX - 2, UINT32_MAX - 1); in TEST()
/third_party/ffmpeg/libavutil/
Dspherical.c43 uint64_t orig_width = (uint64_t) width * UINT32_MAX / in av_spherical_tile_bounds()
44 (UINT32_MAX - map->bound_right - map->bound_left); in av_spherical_tile_bounds()
45 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds()
46 (UINT32_MAX - map->bound_bottom - map->bound_top); in av_spherical_tile_bounds()
49 *left = (orig_width * map->bound_left + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
50 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
/third_party/musl/arch/x32/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/microblaze/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/porting/liteos_m/user/include/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/or1k/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/sh/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/mipsn32/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/powerpc/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/mips/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/arm/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/i386/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/porting/uniproton/kernel/include/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/musl/arch/m68k/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
17 #define UINTPTR_MAX UINT32_MAX
20 #define SIZE_MAX UINT32_MAX
/third_party/gptfdisk/
Dmbr.cc61 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB in MakeProtectiveMBR()
64 partitions[0].SetLocation(UINT32_C(1), UINT32_MAX); in MakeProtectiveMBR()
91 if (diskSize < UINT32_MAX) { // If the disk is under 2TiB in OptimizeEESize()
94 partitions[i].SetLengthLBA(UINT32_MAX - partitions[i].GetStartLBA()); in OptimizeEESize()
112 if ((start64 < UINT32_MAX) && (length64 < UINT32_MAX)) { in DeleteByLocation()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_query.c159 if (pstats[i] > UINT32_MAX) in lvp_GetQueryPoolResults()
160 *(uint32_t *)dptr = UINT32_MAX; in lvp_GetQueryPoolResults()
166 if (result.so_statistics.num_primitives_written > UINT32_MAX) in lvp_GetQueryPoolResults()
167 *(uint32_t *)dptr = UINT32_MAX; in lvp_GetQueryPoolResults()
171 if (result.so_statistics.primitives_storage_needed > UINT32_MAX) in lvp_GetQueryPoolResults()
172 *(uint32_t *)dptr = UINT32_MAX; in lvp_GetQueryPoolResults()
177 if (result.u64 > UINT32_MAX) in lvp_GetQueryPoolResults()
178 *(uint32_t *)dptr = UINT32_MAX; in lvp_GetQueryPoolResults()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBranchProbability.cpp57 while (Denominator > UINT32_MAX) { in getBranchProbability()
80 uint64_t ProductLow = (Num & UINT32_MAX) * N; in scale()
84 uint32_t Lower32 = ProductLow & UINT32_MAX; in scale()
85 uint32_t Mid32Partial = ProductHigh & UINT32_MAX; in scale()
95 if (UpperQ > UINT32_MAX) in scale()
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c1237 return (uint64_t)UINT32_MAX + 1; in mul_clamp()
1300UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX,
1301UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX,
1302UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX,
1303UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX,
1696 if (!stride || const_val <= UINT32_MAX - (UINT32_MAX / stride * stride)) in nir_addition_might_overflow()
/third_party/vixl/test/
Dtest-operands.cc60 VIXL_CHECK(op.GetImmediate() == UINT32_MAX); in TEST_AARCH32()
64 aarch32::Operand op = aarch32::Operand::From(UINT32_MAX); in TEST_AARCH32()
66 VIXL_CHECK(op.GetImmediate() == UINT32_MAX); in TEST_AARCH32()
86 VIXL_CHECK(op.GetImmediate() == UINT32_MAX); in TEST_AARCH32()
/third_party/selinux/libselinux/src/
Dlabel_support.c131 while (remaining_size > UINT32_MAX) { in digest_gen_hash()
132 Sha1Update(&context, ptr, UINT32_MAX); in digest_gen_hash()
133 remaining_size -= UINT32_MAX; in digest_gen_hash()
134 ptr += UINT32_MAX; in digest_gen_hash()
/third_party/ffmpeg/tools/
Dtrasher.c66 int burst = 1 + ran() * (uint64_t) (abs(maxburst) - 1) / UINT32_MAX; in main()
67 int pos = ran() * (uint64_t) length / UINT32_MAX; in main()
77 int val = ran() * 256ULL / UINT32_MAX; in main()
/third_party/libuv/include/uv/
Dstdint-msvc2008.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
/third_party/node/deps/uv/include/uv/
Dstdint-msvc2008.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

12345678910>>...20