Home
last modified time | relevance | path

Searched refs:block_count (Results 226 – 250 of 3049) sorted by relevance

12345678910>>...122

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.c-torture/compile/
H A Dpr16461.c4 int DVDReadBlocksPath(int offset, int block_count) { in DVDReadBlocksPath() argument
8 ret = DVDinput_read(block_count); in DVDReadBlocksPath()
10 ret2 = DVDinput_read(block_count); in DVDReadBlocksPath()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dblock_cache.h163 DataBlockCache(size_t block_count, BlockFactoryT factory = BlockFactoryT())
166 SetBlockCount(block_count); in factory()
174 void SetBlockCount(size_t block_count) in SetBlockCount() argument
183 data.resize((block_count + macroblock_size - 1) >> MacroblockExponent); in SetBlockCount()
200 size_t block_count = data.size(); in Age() local
202 data.resize(block_count); in Age()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/virtio/vulkan/
H A Dvn_device.c138 uint32_t block_count, in merge_extension_names() argument
151 if (!find_extension_names(block_exts, block_count, exts[i])) in merge_extension_names()
177 uint32_t block_count = 0; in vn_device_fix_create_info() local
210 block_exts[block_count++] = VK_KHR_SWAPCHAIN_EXTENSION_NAME; in vn_device_fix_create_info()
211 block_exts[block_count++] = in vn_device_fix_create_info()
213 block_exts[block_count++] = in vn_device_fix_create_info()
218 block_exts[block_count++] = VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME; in vn_device_fix_create_info()
221 block_exts[block_count++] = in vn_device_fix_create_info()
248 assert(block_count <= ARRAY_SIZE(block_exts)); in vn_device_fix_create_info()
250 if (!extra_count && (!block_count || !dev_info->enabledExtensionCount)) in vn_device_fix_create_info()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/murmurhash3/src/
H A Dmmh3_32.rs24 let block_count = len / read_size; in murmurhash3_x86_32() localVariable
28 for i in 0..block_count as usize { in murmurhash3_x86_32()
42 if len & 3 == 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u32) << 16; } in murmurhash3_x86_32()
43 if len & 3 >= 2 { k1 ^= (bytes[(block_count * read_size) as usize + 1] as u32) << 8; } in murmurhash3_x86_32()
44 if len & 3 >= 1 { k1 ^= bytes[(block_count * read_size) as usize + 0] as u32; in murmurhash3_x86_32()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/murmurhash3/src/
H A Dmmh3_32.rs24 let block_count = len / read_size; in murmurhash3_x86_32() localVariable
28 for i in 0..block_count as usize { in murmurhash3_x86_32()
42 if len & 3 == 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u32) << 16; } in murmurhash3_x86_32()
43 if len & 3 >= 2 { k1 ^= (bytes[(block_count * read_size) as usize + 1] as u32) << 8; } in murmurhash3_x86_32()
44 if len & 3 >= 1 { k1 ^= bytes[(block_count * read_size) as usize + 0] as u32; in murmurhash3_x86_32()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/murmurhash3-0.0.5/src/
H A Dmmh3_32.rs24 let block_count = len / read_size; in murmurhash3_x86_32() localVariable
28 for i in 0..block_count as usize { in murmurhash3_x86_32()
42 if len & 3 == 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u32) << 16; } in murmurhash3_x86_32()
43 if len & 3 >= 2 { k1 ^= (bytes[(block_count * read_size) as usize + 1] as u32) << 8; } in murmurhash3_x86_32()
44 if len & 3 >= 1 { k1 ^= bytes[(block_count * read_size) as usize + 0] as u32; in murmurhash3_x86_32()
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dchunk_read_planner_unittest.cc32 int first_block, int block_count, in checkReadingChunk() argument
36 planner.prepare(first_block, block_count, available_parts); in checkReadingChunk()
50 first_block * MFSBLOCKSIZE, block_count)); in checkReadingChunk()
53 static void checkReadingChunk(int first_block, int block_count, in checkReadingChunk() argument
61 checkReadingChunk(part_data, first_block, block_count, available_parts); in checkReadingChunk()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/murmurhash3/src/
H A Dmmh3_32.rs24 let block_count = len / read_size; in murmurhash3_x86_32() localVariable
28 for i in 0..block_count as usize { in murmurhash3_x86_32()
42 if len & 3 == 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u32) << 16; } in murmurhash3_x86_32()
43 if len & 3 >= 2 { k1 ^= (bytes[(block_count * read_size) as usize + 1] as u32) << 8; } in murmurhash3_x86_32()
44 if len & 3 >= 1 { k1 ^= bytes[(block_count * read_size) as usize + 0] as u32; in murmurhash3_x86_32()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/murmurhash3/src/
H A Dmmh3_32.rs24 let block_count = len / read_size; in murmurhash3_x86_32() localVariable
28 for i in 0..block_count as usize { in murmurhash3_x86_32()
42 if len & 3 == 3 { k1 ^= (bytes[(block_count * read_size) as usize + 2] as u32) << 16; } in murmurhash3_x86_32()
43 if len & 3 >= 2 { k1 ^= (bytes[(block_count * read_size) as usize + 1] as u32) << 8; } in murmurhash3_x86_32()
44 if len & 3 >= 1 { k1 ^= bytes[(block_count * read_size) as usize + 0] as u32; in murmurhash3_x86_32()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/dos/
H A Dprogram_mem.cpp51 Bit16u largest_block=0,total_blocks=0,block_count=0; in Run() local
52 for (;; block_count++) { in Run()
65 …if (block_count>0) WriteOut(MSG_Get("PROGRAM_MEM_UPPER"),total_blocks*16/1024,block_count,largest_… in Run()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/
H A Daes.py41 block_count = int(ceil(float(len(data)) / BLOCK_SIZE_BYTES))
44 for i in range(block_count):
62 block_count = int(ceil(float(len(data)) / BLOCK_SIZE_BYTES))
65 for i in range(block_count):
95 block_count = int(ceil(float(len(data)) / BLOCK_SIZE_BYTES))
99 for i in range(block_count):
121 block_count = int(ceil(float(len(data)) / BLOCK_SIZE_BYTES))
125 for i in range(block_count):
147 block_count = int(ceil(float(len(data)) / BLOCK_SIZE_BYTES))
151 for i in range(block_count):
/dports/sysutils/fwup/fwup-1.9.0/src/
H A Duboot_env.c39 int block_count = cfg_getint(cfg, "block-count"); in uboot_env_verify_cfg() local
40 if (block_count <= 0 || block_count >= UINT16_MAX) in uboot_env_verify_cfg()
49 int redundant_right = block_offset_redund + block_count; in uboot_env_verify_cfg()
50 if ((redundant_left >= block_offset && redundant_left < block_offset + block_count) || in uboot_env_verify_cfg()
51 (redundant_right > block_offset && redundant_right < block_offset + block_count)) in uboot_env_verify_cfg()
63 output->block_count = cfg_getint(cfg, "block-count"); in uboot_env_create_cfg()
64 output->env_size = output->block_count * FWUP_BLOCK_SIZE; in uboot_env_create_cfg()
84 if (output->block_count == 0 || output->block_count >= UINT16_MAX) in uboot_env_create_cfg()
/dports/math/algae/algae-4.3.6/src/
H A Ddynio.c384 bcw.bn = ++block_count;
390 rcw.pf = block_count;
401 bcw.bn = ++block_count;
408 rcw.pf = block_count;
414 bcw.bn = ++block_count;
420 rcw.pf = block_count;
810 if (block_count >= 0)
814 bcw.bn = ++block_count;
820 rcw.pf = block_count;
832 block_count = -1;
[all …]
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Dwrite-buffer.c38 static int block_count; variable
54 block_count++; in write_buffer_new_block()
95 if (block_count > write_buffer_max_blocks) in write_buffer()
128 block_count = 0; in write_buffer_flush()
170 block_count = 0; in write_buffer_init()

12345678910>>...122