/external/chromium/net/disk_cache/ |
H A D | block_files.h | 39 // to be used (as defined on cache_addr.h), block_count is the number of 41 bool CreateBlock(FileType block_type, int block_count, Addr* block_address); 68 MappedFile* FileForNewBlock(FileType block_type, int block_count);
|
H A D | block_files.cc | 165 // 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 D | backend_impl.h | 108 // Creates a new storage block of size block_count. 109 bool CreateBlock(FileType block_type, int block_count,
|
H A D | backend_impl.cc | 877 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 D | goldfish_mmc.c | 79 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/opencv/cxcore/src/ |
H A D | cxmatrix.cpp | 1685 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/jpeg/ |
H A D | rdtarga.c | 67 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 D | rdtarga.c | 67 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/webkit/Tools/CygwinDownloader/ |
H A D | cygwin-downloader.py | 16 def download_progress_hook(block_count, block_size, total_blocks):
|
/external/libnfc-nci/src/nfc/tags/ |
H A D | rw_t1t_ndef.c | 2129 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 D | rw_t2t_ndef.c | 2289 UINT8 block_count = 0; local 2302 block_count = 0; 2308 block_count = 0; 2316 p_t2t->lock_attr[block_count] = 0x00; 2321 p_t2t->lock_attr[block_count] = 0x0F; 2327 p_t2t->lock_attr[block_count] |= 0xF0; 2329 block_count++; 2347 p_t2t->lock_attr[block_count] = 0; 2364 p_t2t->lock_attr[block_count] |= 0x01 << bits_covered; 2372 block_count [all...] |
/external/grub/stage2/ |
H A D | fsys_reiserfs.c | 475 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/webp/include/webp/ |
H A D | encode.h | 179 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
|
/external/webp/src/enc/ |
H A D | webpenc.c | 329 stats->block_count[i] = enc->block_count_[i];
|
/external/opencv/otherlibs/highgui/ |
H A D | grfmt_jpeg.cpp | 1648 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/e2fsprogs/lib/blkid/ |
H A D | probe.h | 568 __u32 block_count; member in struct:hfsplus_extent
|
H A D | probe.c | 1265 ext_block_count = blkid_be32(extents[ext].block_count);
|
/external/v8/src/ |
H A D | lithium-allocator.cc | 555 int block_count = graph_->blocks()->length(); local 556 live_in_sets_.Initialize(block_count); 557 live_in_sets_.AddBlock(NULL, block_count);
|
H A D | hydrogen.cc | 445 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/libvpx/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 454 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local 480 block_count --; 490 while(block_count && i != cpi->cyclic_refresh_mode_index);
|