HomeSort by relevance Sort by last modified time
    Searched defs:block_count (Results 1 - 25 of 30) sorted by null

1 2

  /system/update_engine/payload_consumer/
extent_writer_unittest.cc 230 const int block_count = 4; local
240 while (bytes_written < (block_count * kBlockSize)) {
241 size_t bytes_to_write = min(block_count * kBlockSize - bytes_written,
257 brillo::Blob big(block_count * kBlockSize);
filesystem_verifier_action.cc 75 int block_count = 0, block_size = 0; local
76 if (utils::GetFilesystemSize(part_path, &block_count, &block_size)) {
77 part.source_size = static_cast<int64_t>(block_count) * block_size;
79 << " bytes (" << block_count << "x" << block_size << ").";
  /system/update_engine/payload_generator/
payload_generation_config.cc 42 int block_count, block_size; local
43 if (utils::GetFilesystemSize(path, &block_count, &block_size) &&
  /external/fio/os/
os-mac.h 120 uint64_t block_count; local
122 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
128 *bytes *= block_count;
  /external/google-breakpad/src/common/mac/
macho_id.cc 101 int block_count = MAX_BLOCK / 16; local
105 } while (--block_count);
  /external/libjpeg-turbo/
rdtarga.c 69 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
150 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
154 sinfo->block_count = 0; /* then read new block header */
156 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
374 source->block_count = source->dup_pixel_count = 0;
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.h 148 int block_count; member in struct:seq_queue
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 42 int block_count = graph()->blocks()->length(); local
43 for (int i = 0; i < block_count; ++i) {
lithium-allocator.cc 536 int block_count = graph_->blocks()->length(); local
537 live_in_sets_.Initialize(block_count, zone());
538 live_in_sets_.AddBlock(NULL, block_count, zone());
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
262 block_count = cr->max_sbs_perframe * sbs_in_frame / 100;
264 // cr->mb_index, and stopping when either block_count blocks have been found
310 block_count--;
311 } while (block_count && i != cr->sb_index);
  /system/update_engine/common/
utils_unittest.cc 207 int block_count = 0; local
209 EXPECT_TRUE(utils::GetFilesystemSize(img, &block_count, &block_size));
211 EXPECT_EQ(10 * 1024 * 1024 / 4096, block_count);
255 int block_count = -1; local
262 &block_count, &block_size));
264 EXPECT_EQ(1, block_count);
276 &block_count, &block_size));
278 EXPECT_EQ(6, block_count);
utils.cc 779 uint32_t block_count = local
790 block_count = le32toh(block_count);
798 TEST_AND_RETURN_FALSE(block_count > 0);
801 *out_block_count = block_count;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; local
408 block_count = cr->percent_refresh * cm->mi_rows * cm->mi_cols / 100;
410 // cr->mb_index, and stopping when either block_count blocks have been found
467 } while (cr->target_num_seg_blocks < block_count && i != cr->sb_index);
  /external/v8/src/compiler/
register-allocator-verifier.cc 480 const size_t block_count = sequence()->instruction_blocks().size(); local
481 for (size_t block_index = 0; block_index < block_count; ++block_index) {
  /external/mmc-utils/
mmc_cmds.c 1498 u_int16_t block_count; member in struct:rpmb_frame
    [all...]
  /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/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/opencv/cxcore/src/
cxmatrix.cpp 1685 int block_count = 0; local
1769 int block_count0, block_count, buf_size, elem_size; local
1906 int block_count0, block_count, buf_size, elem_size; local
    [all...]
  /external/opencv3/3rdparty/libwebp/webp/
encode.h 181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/webp/include/webp/
encode.h 205 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/webp/src/webp/
encode.h 205 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1648 int block_count = luma_count + channels - 1; local
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_encoder.cpp 1151 int block_count = luma_count + channels - 1; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
600 block_count --;
610 while(block_count && i != cpi->cyclic_refresh_mode_index);
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 332 __le64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block

Completed in 1184 milliseconds

1 2