Searched defs:block_count (Results 1 - 22 of 22) sorted by relevance

/external/fio/os/
H A Dos-mac.h120 uint64_t block_count; local
122 if (ioctl(f->fd, DKIOCGETBLOCKCOUNT, &block_count) == -1)
128 *bytes *= block_count;
/external/google-breakpad/src/common/mac/
H A Dmacho_id.cc101 int block_count = MAX_BLOCK / 16; local
105 } while (--block_count);
/external/libjpeg-turbo/
H A Drdtarga.c69 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/
H A Dcaches-queues-lists.h148 int block_count; member in struct:seq_queue
/external/v8/src/crankshaft/
H A Dhydrogen-escape-analysis.cc42 int block_count = graph()->blocks()->length(); local
43 for (int i = 0; i < block_count; ++i) {
H A Dlithium-allocator.cc535 int block_count = graph_->blocks()->length(); local
536 live_in_sets_.Initialize(block_count, zone());
537 live_in_sets_.AddBlock(NULL, block_count, zone());
H A Dhydrogen.cc524 int block_count,
528 reachable_(block_count, entry_block->zone()),
4046 int block_count = blocks_.length(); local
4047 for (int i = 0; i < block_count; ++i) {
4059 int block_count = blocks_.length(); local
4060 for (int i = 0; i < block_count; ++i) {
4074 int block_count = blocks_.length(); local
4075 phi_list_ = new(zone()) ZoneList<HPhi*>(block_count, zone());
4076 for (int i = 0; i < block_count; ++i) {
523 ReachabilityAnalyzer(HBasicBlock* entry_block, int block_count, HBasicBlock* dont_visit) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_aq_cyclicrefresh.c397 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/mmc-utils/
H A Dmmc_cmds.c1498 u_int16_t block_count; member in struct:rpmb_frame
1874 .block_count = htobe16(1)
/external/v8/src/compiler/
H A Dregister-allocator-verifier.cc625 size_t block_count = sequence()->instruction_blocks().size(); local
626 incoming_maps_.reserve(block_count);
627 outgoing_maps_.reserve(block_count);
628 for (size_t i = 0; i < block_count; ++i) {
635 const size_t block_count = sequence()->instruction_blocks().size(); local
636 for (size_t block_index = 0; block_index < block_count; ++block_index) {
682 const size_t block_count = sequence()->instruction_blocks().size(); local
683 for (size_t block_index = 0; block_index < block_count; ++block_index) {
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2129 UINT8 block_count = 0; local
2138 block_count = 0;
2139 while (block_count < T1T_BLOCKS_PER_SEGMENT)
2141 p_t1t->lock_attr[block_count] = 0x00;
2142 block_count++;
2150 block_count = 0;
2158 p_t1t->lock_attr[block_count] = 0x00;
2163 p_t1t->lock_attr[block_count] = 0xFF;
2166 block_count++;
2184 block_count
[all...]
H A Drw_t2t_ndef.c2279 UINT8 block_count = 0; local
2292 block_count = 0;
2298 block_count = 0;
2306 p_t2t->lock_attr[block_count] = 0x00;
2311 p_t2t->lock_attr[block_count] = 0x0F;
2317 p_t2t->lock_attr[block_count] |= 0xF0;
2319 block_count++;
2337 p_t2t->lock_attr[block_count] = 0;
2354 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered;
2362 block_count
[all...]
/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/opencv3/3rdparty/libwebp/webp/
H A Dencode.h181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/webp/include/webp/
H A Dencode.h205 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/webp/src/webp/
H A Dencode.h205 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/e2fsprogs/misc/
H A De4defrag.c1060 * @block_count: the file's physical block count.
1062 static int get_best_count(ext4_fsblk_t block_count) argument
1070 ret = ((block_count - 1) /
1074 ret = ((block_count - 1) / blocks_per_group) + 1;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp1648 int block_count = luma_count + channels - 1; local
1753 memset( block, 0, block_count*64*sizeof(block[0][0]));
1793 for( i = 0; i < block_count; i++ )
/external/opencv3/modules/videoio/src/
H A Dcap_mjpeg_encoder.cpp1151 int block_count = luma_count + channels - 1; local
1276 memset( block, 0, block_count*64*sizeof(block[0][0]));
1402 for( i = 0; i < block_count; i++ )
/external/f2fs-tools/include/
H A Df2fs_fs.h332 __le64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c536 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
559 block_count = cpi->cyclic_refresh_mode_max_mbs_perframe;
566 if (cpi->common.frame_type != KEY_FRAME && block_count > 0)
583 block_count --;
593 while(block_count && i != cpi->cyclic_refresh_mode_index);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h569 __u32 block_count; member in struct:hfsplus_extent
742 __u64 block_count; /* total # of user blocks */ member in struct:f2fs_super_block

Completed in 830 milliseconds