/third_party/mesa3d/src/util/tests/ |
D | fast_urem_by_const_test.cpp | 42 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/ |
D | spherical.c | 43 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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | stdint.h | 12 #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/ |
D | mbr.cc | 61 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/ |
D | lvp_query.c | 159 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/ |
D | BranchProbability.cpp | 57 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/ |
D | nir_range_analysis.c | 1237 return (uint64_t)UINT32_MAX + 1; in mul_clamp() 1300 … UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, 1301 … UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, 1302 … UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, UINT32_MAX, 1303 … UINT32_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/ |
D | test-operands.cc | 60 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/ |
D | label_support.c | 131 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/ |
D | trasher.c | 66 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/ |
D | stdint-msvc2008.h | 142 #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/ |
D | stdint-msvc2008.h | 142 #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
|