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

/external/jpeg/
H A Drdtarga.c67 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
153 sinfo->block_count = 0; /* then read new block header */
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
372 source->block_count = source->dup_pixel_count = 0;
/external/qemu/distrib/jpeg-6b/
H A Drdtarga.c67 int block_count; /* # of pixels remaining in RLE block */ member in struct:_tga_source_struct
149 if (--sinfo->block_count < 0) { /* decrement pixels remaining in block */
153 sinfo->block_count = 0; /* then read new block header */
155 sinfo->block_count = i & 0x7F; /* number of pixels after this one */
372 source->block_count = source->dup_pixel_count = 0;
/external/chromium/net/disk_cache/
H A Dblock_files.cc165 // records. |block_count| is the number of blocks to allocate.
167 int block_count) {
172 if (i >= block_count - 1 && header->empty[i])
241 bool BlockFiles::CreateBlock(FileType block_type, int block_count, argument
245 block_count < 1 || block_count > 4)
250 MappedFile* file = FileForNewBlock(block_type, block_count);
257 for (int i = block_count; i <= 4; i++) {
266 if (!CreateMapBlock(target_size, block_count, header, &index))
269 Addr address(block_type, block_count, heade
166 NeedToGrowBlockFile(const disk_cache::BlockFileHeader* header, int block_count) argument
469 FileForNewBlock(FileType block_type, int block_count) argument
[all...]
H A Dbackend_impl.cc877 bool BackendImpl::CreateBlock(FileType block_type, int block_count, argument
879 return block_files_.CreateBlock(block_type, block_count, block_address);
/external/qemu/hw/
H A Dgoldfish_mmc.c79 uint32_t block_count; member in struct:goldfish_mmc_state
99 QFIELD_INT32(block_count),
364 s->block_count = 1;
374 result = goldfish_mmc_bdrv_read(s, arg, s->buffer_address, s->block_count);
381 s->block_count = 1;
392 result = goldfish_mmc_bdrv_write(s, arg, s->buffer_address, s->block_count);
482 s->block_count = val + 1;
/external/libnfc-nci/src/nfc/tags/
H A Drw_t1t_ndef.c2127 UINT8 block_count = 0; local
2136 block_count = 0;
2137 while (block_count < T1T_BLOCKS_PER_SEGMENT)
2139 p_t1t->lock_attr[block_count] = 0x00;
2140 block_count++;
2148 block_count = 0;
2156 p_t1t->lock_attr[block_count] = 0x00;
2161 p_t1t->lock_attr[block_count] = 0xFF;
2164 block_count++;
2182 block_count
[all...]
H A Drw_t2t_ndef.c2293 UINT8 block_count = 0; local
2306 block_count = 0;
2312 block_count = 0;
2320 p_t2t->lock_attr[block_count] = 0x00;
2325 p_t2t->lock_attr[block_count] = 0x0F;
2331 p_t2t->lock_attr[block_count] |= 0xF0;
2333 block_count++;
2351 p_t2t->lock_attr[block_count] = 0;
2368 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered;
2376 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/webp/include/webp/
H A Dencode.h163 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:__anon15014
/external/grub/stage2/
H A Dfsys_reiserfs.c475 unsigned int block_count = INFO->journal_block_count; local
484 journal_read (block_count, sizeof (header), (char *) &header);
486 if (desc_block >= block_count)
506 commit_block = (desc_block + desc.j_len + 1) & (block_count - 1);
555 desc_block = (commit_block + 1) & (block_count - 1);
/external/libvpx/vp8/encoder/
H A Donyx_if.c432 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
476 if (block_count > 0)
477 block_count--;
/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/v8/src/
H A Dlithium-allocator.cc555 int block_count = graph_->blocks()->length(); local
556 live_in_sets_.Initialize(block_count);
557 live_in_sets_.AddBlock(NULL, block_count);
H A Dhydrogen.cc445 int block_count,
449 reachable_(block_count, ZONE),
918 int block_count = blocks_.length(); local
919 for (int i = 0; i < block_count; ++i) {
931 int block_count = blocks_.length(); local
932 for (int i = 0; i < block_count; ++i) {
946 int block_count = blocks_.length(); local
947 phi_list_ = new ZoneList<HPhi*>(block_count);
948 for (int i = 0; i < block_count; ++i) {
444 ReachabilityAnalyzer(HBasicBlock* entry_block, int block_count, HBasicBlock* dont_visit) argument
/external/e2fsprogs/lib/blkid/
H A Dprobe.h568 __u32 block_count; member in struct:hfsplus_extent

Completed in 704 milliseconds