Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/ffmpeg/libavutil/
Dspherical.c42 uint64_t orig_width = (uint64_t) width * UINT32_MAX / in av_spherical_tile_bounds()
43 (UINT32_MAX - map->bound_right - map->bound_left); in av_spherical_tile_bounds()
44 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds()
45 (UINT32_MAX - map->bound_bottom - map->bound_top); in av_spherical_tile_bounds()
48 *left = (orig_width * map->bound_left + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
49 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
/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/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/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/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/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/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/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/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/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/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/porting/liteos_m/kernel/include/bits/
Dstdint.h13 #define UINT_FAST16_MAX UINT32_MAX
14 #define UINT_FAST32_MAX UINT32_MAX
18 #define UINTPTR_MAX UINT32_MAX
21 #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/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/mingw-w64/mingw-w64-headers/crt/
Dstdint.h88 #define UINT32_MAX 0xffffffffU /* 4294967295U */ macro
104 #define UINT_LEAST32_MAX UINT32_MAX
120 #define UINT_FAST32_MAX UINT32_MAX
132 #define UINTPTR_MAX UINT32_MAX
156 #define SIZE_MAX UINT32_MAX
/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/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dfdt_addresses.c76 if ((addr > UINT32_MAX) || ((UINT32_MAX + 1 - addr) < size)) in fdt_appendprop_addrrange()
89 if (size > UINT32_MAX) in fdt_appendprop_addrrange()
/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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h91 #define UINT32_MAX 4294967295U macro
140 #ifndef UINT32_MAX
141 #define UINT32_MAX 4294967295U macro
/third_party/ffmpeg/libavformat/
Dttaenc.c80 ffio_init_checksum(s->pb, ff_crcEDB88320_update, UINT32_MAX); in tta_write_header()
81 ffio_init_checksum(tta->seek_table, ff_crcEDB88320_update, UINT32_MAX); in tta_write_header()
142 crc = ffio_get_checksum(s->pb) ^ UINT32_MAX; in tta_write_trailer()
146 crc = ffio_get_checksum(tta->seek_table) ^ UINT32_MAX; in tta_write_trailer()
/third_party/musl/arch/aarch64/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
/third_party/musl/arch/x86_64/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
/third_party/musl/arch/riscv64/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX
/third_party/musl/arch/mips64/bits/
Dstdint.h12 #define UINT_FAST16_MAX UINT32_MAX
13 #define UINT_FAST32_MAX UINT32_MAX

12345678910>>...15