HomeSort by relevance Sort by last modified time
    Searched refs:block_count (Results 26 - 50 of 56) sorted by null

12 3

  /external/syslinux/utils/
isohybrid.c 199 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/
probe.h 572 __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/
vp9_aq_cyclicrefresh.c 331 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);
  /system/extras/f2fs_utils/
f2fs_sparseblock.c 53 D_DISP_u64(sb, block_count);
211 return (unsigned int)(le64_to_cpu(sb.block_count)*F2FS_BLKSIZE/DEFAULT_SECTOR_SIZE);
414 info->total_blocks = sb->block_count;
  /external/f2fs-tools/fsck/
f2fs.h 296 return end + le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count);
370 if (addr >= le64_to_cpu(F2FS_RAW_SUPER(sbi)->block_count) ||
resize.c 25 set_sb(block_count, c.target_sectors >>
125 get_sb(block_count)) {
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 43 int block_count = graph()->blocks()->length(); local
44 for (int i = 0; i < block_count; ++i) {
lithium-allocator.cc 537 int block_count = graph_->blocks()->length(); local
538 live_in_sets_.Initialize(block_count, zone());
539 live_in_sets_.AddBlock(NULL, block_count, zone());
    [all...]
  /external/webp/include/webp/
encode.h 203 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/webp/src/webp/
encode.h 203 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.cpp 238 size_t Function::block_count() const { return blocks_.size(); } function in class:libspirv::Function
  /system/update_engine/payload_generator/
delta_diff_utils.cc 878 uint32_t block_count = local
    [all...]
inplace_generator.cc 60 vector<Extent> Allocate(const uint64_t block_count) {
63 ret[0].set_num_blocks(block_count);
64 next_block_ += block_count;
  /toolchain/binutils/binutils-2.25/binutils/
windmc.c 667 int block_count, i; local
683 block_count = mc_get_block_count (nl, elems);
685 dta_off = (rc_uint_type) ((BIN_MESSAGETABLE_BLOCK_SIZE * block_count) + BIN_MESSAGETABLE_SIZE - 4);
692 target_put_32 (mtbl->cblocks, block_count);
  /external/autotest/client/cros/
cros_disks.py 515 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
verity_utils.py 263 def mod_nothing(self, run_count, backing_path, block_size, block_count):
  /external/v8/src/compiler/
register-allocator-verifier.cc 509 const size_t block_count = sequence()->instruction_blocks().size(); local
510 for (size_t block_index = 0; block_index < block_count; ++block_index) {
  /system/vold/
EncryptInplace.cpp 208 u32 block_count = std::min(info.blocks_per_group, local
224 for (block = 0; block < block_count; block++) {
  /external/webp/src/enc/
webp_enc.c 288 stats->block_count[i] = enc->block_count_[i];
  /external/e2fsprogs/misc/
e4defrag.c 1010 * @block_count: the file's physical block count.
1012 static int get_best_count(ext4_fsblk_t block_count)
1020 ret = ((block_count - 1) /
1024 ret = ((block_count - 1) / blocks_per_group) + 1;
    [all...]
  /external/ImageMagick/coders/
gif.c 883 block_count;
888 count=ReadBlob(image,1,&block_count);
891 count=ReadBlob(image,(size_t) block_count,data);
892 if (count != (ssize_t) block_count)
875 block_count; local
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 180 set_sb(block_count, c.total_sectors >> log_sectors_per_block);
859 offset >= get_sb(main_blkaddr) + get_sb(block_count))
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1648 int block_count = luma_count + channels - 1; local
    [all...]
  /external/mmc-utils/
mmc_cmds.c 1498 u_int16_t block_count; member in struct:rpmb_frame
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 790 int blk, block_count;
824 block_count = 0;
881 blocks[block_count].address = address;
882 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
884 blocks[block_count].flags = predef_flags;
886 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
887 block_count++;
893 if (block_count > 0)
896 qsort (blocks, block_count, sizeof (property_table_entry),
901 for (blk = 1; blk < block_count; blk++
787 int blk, block_count; local
    [all...]

Completed in 3684 milliseconds

12 3