HomeSort by relevance Sort by last modified time
    Searched defs:block_count (Results 26 - 38 of 38) sorted by null

12

  /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/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 424 int block_count = block_dims.x * block_dims.y * block_dims.z; local
426 port::MathUtil::CeilOfRatio(block_count, multiprocessor_count);
    [all...]
  /external/webp/include/webp/
encode.h 206 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/webp/src/webp/
encode.h 206 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /system/update_engine/payload_generator/
delta_diff_utils.cc 931 uint32_t block_count = local
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1648 int block_count = luma_count + channels - 1; local
    [all...]
  /external/v8/src/crankshaft/
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...]
hydrogen.cc 701 int block_count,
705 reachable_(block_count, entry_block->zone()),
3568 int block_count = blocks_.length(); local
3581 int block_count = blocks_.length(); local
3596 int block_count = blocks_.length(); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 508 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
531 block_count = cpi->cyclic_refresh_mode_max_mbs_perframe;
538 if (cpi->common.frame_type != KEY_FRAME && block_count > 0) {
552 block_count--;
560 } while (block_count && i != cpi->cyclic_refresh_mode_index);
    [all...]
  /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/f2fs-tools/include/
f2fs_fs.h 579 __le64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 6992 unsigned int last_block_buf_count = 0, block_count = 1; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-xtensa.c 798 int blk, block_count;
832 block_count = 0;
889 blocks[block_count].address = address;
890 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
892 blocks[block_count].flags = predef_flags;
894 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
895 block_count++;
901 if (block_count > 0)
904 qsort (blocks, block_count, sizeof (property_table_entry),
909 for (blk = 1; blk < block_count; blk++
795 int blk, block_count; local
    [all...]

Completed in 997 milliseconds

12