Searched refs:block_count (Results 1 - 25 of 38) sorted by relevance

12

/external/autotest/client/site_tests/platform_DMVerityCorruption/
H A Dplatform_DMVerityCorruption.py14 block_count):
16 run_count, backing_path, block_size, block_count))
18 run_count = run_count % block_count
22 block_count):
24 run_count, backing_path, block_size, block_count))
26 dev.seek(block_count * block_size, os.SEEK_SET)
/external/autotest/client/site_tests/platform_DMVerityBitCorruption/
H A Dplatform_DMVerityBitCorruption.py18 block_count):
20 run_count, backing_path, block_size, block_count))
21 run_count = run_count % block_count
30 block_count):
32 run_count, backing_path, block_size, block_count))
35 dev.seek(block_count * block_size, os.SEEK_SET)
39 dev.seek(block_count * block_size, os.SEEK_SET)
/external/fio/os/
H A Dos-mac.h53 uint64_t block_count; local
55 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
61 *bytes *= block_count;
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceThreadPool.h207 Index block_count = divup(n, block_size); local
211 static_cast<double>(block_count) /
212 (divup<int>(block_count, numThreads()) * numThreads());
215 for (Index prev_block_count = block_count; prev_block_count > 1;) {
237 block_count = coarser_block_count;
246 // block_count leaves that do actual computations.
247 Barrier barrier(static_cast<unsigned int>(block_count));
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
H A DStandard_Suite.py222 class block_count(aetools.NProperty): class in inherits:aetools.NProperty
285 block_count = block_count variable
346 'block_count' : block_count,
373 'block_count' : block_count,
459 'Xblk' : block_count,
/external/autotest/client/site_tests/platform_CrosDisksFormat/
H A Dplatform_CrosDisksFormat.py30 block_count=65536,
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1685 int block_count = 0; local
1691 for( i = 0; i < len; i += block_count )
1696 block_count = MIN( count, len - i );
1700 cvGetRows( data, &data_part, i, i + block_count );
1701 cvGetRows( tmp_data, &tdata_part, 0, block_count );
1702 cvGetRows( tmp_avg, &avg_part, i, i + block_count );
1703 cvGetRows( tmp_avg_r, &tmp_avg_part, 0, block_count );
1708 cvGetCols( data, &data_part, i, i + block_count );
1709 cvGetCols( tmp_data, &tdata_part, 0, block_count );
1710 cvGetCols( tmp_avg, &avg_part, i, i + block_count );
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
[all...]
/external/f2fs-tools/fsck/
H A Dmain.c487 if (c.defrag_start > get_sb(block_count))
495 if (c.defrag_start + c.defrag_len > get_sb(block_count))
496 c.defrag_len = get_sb(block_count) - c.defrag_start;
505 c.defrag_target > get_sb(block_count))
547 get_sb(log_blocksize)) <= get_sb(block_count)) {
H A Df2fs.h296 return end + le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count);
370 if (addr >= le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count) ||
H A Dresize.c25 set_sb(block_count, c.target_sectors >>
125 get_sb(block_count)) {
/external/libjpeg-turbo/
H A Drdtarga.c70 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
151 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
155 sinfo->block_count = 0; /* then read new block header */
157 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
375 source->block_count = source->dup_pixel_count = 0;
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
H A Dplatform_CrosDisksFilesystem.py39 block_count=config['block_count'],
/external/squashfs-tools/squashfs-tools/
H A Dcaches-queues-lists.c179 queue->block_count ++;
214 queue->block_count --;
243 queue->fragment_count = queue->block_count = 0;
256 size = fragment_queue ? queue->fragment_count : queue->block_count;
H A Dcaches-queues-lists.h148 int block_count; member in struct:seq_queue
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_schedule_instructions.cpp434 int hw_reg_count, int block_count,
446 this->reg_pressure_in = rzalloc_array(mem_ctx, int, block_count);
448 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
449 for (int i = 0; i < block_count; i++)
453 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
454 for (int i = 0; i < block_count; i++)
458 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
459 for (int i = 0; i < block_count; i++)
570 int block_count,
586 int block_count,
433 instruction_scheduler(backend_shader *s, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) argument
584 fs_instruction_scheduler(fs_visitor *v, int grf_count, int hw_reg_count, int block_count, instruction_scheduler_mode mode) argument
[all...]
/external/mesa3d/src/amd/vulkan/
H A Dradv_meta_buffer.c298 uint64_t block_count = round_up_u64(size, 1024); local
346 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
360 uint64_t block_count = round_up_u64(size, 1024); local
423 radv_CmdDispatch(radv_cmd_buffer_to_handle(cmd_buffer), block_count, 1, 1); local
/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc101 int block_count = MAX_BLOCK / 16; local
105 } while (--block_count);
/external/syslinux/utils/
H A Disohybrid.c199 uint32_t block_count; /* number of blocks in partition */ member in struct:apple_part_header
899 part->block_count = bendian_int(4);
911 part->block_count = bendian_int(efi_count / 4);
925 part->block_count = bendian_int(mac_count / 4);
935 part->block_count = bendian_int(efi_lba - start/2048 - 10);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h572 __u32 block_count; member in struct:hfsplus_extent
745 __u64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block
773 uint64_t block_count; member in struct:exfat_super_block
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c331 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
342 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100;
344 // cr->mb_index, and stopping when either block_count blocks have been found
413 } while (cr->target_num_seg_blocks < block_count && i != cr->sb_index);
/external/v8/src/crankshaft/
H A Dhydrogen-escape-analysis.cc43 int block_count = graph()->blocks()->length(); local
44 for (int i = 0; i < block_count; ++i) {
/external/autotest/client/cros/
H A Dverity_utils.py263 def mod_nothing(self, run_count, backing_path, block_size, block_count):
H A Dcros_disks.py515 def __init__(self, block_size, block_count, filesystem_type,
521 block_count: The number of blocks in the image.
531 self._block_count = block_count
/external/webp/include/webp/
H A Dencode.h203 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/webp/src/webp/
H A Dencode.h203 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats

Completed in 850 milliseconds

12