/external/chromium_org/v8/src/ |
hydrogen-escape-analysis.cc | 65 int block_count = graph()->blocks()->length(); local 66 for (int i = 0; i < block_count; ++i) {
|
lithium-allocator.cc | 568 int block_count = graph_->blocks()->length(); local 569 live_in_sets_.Initialize(block_count, zone()); 570 live_in_sets_.AddBlock(NULL, block_count, zone()); [all...] |
hydrogen.cc | 524 int block_count, 528 reachable_(block_count, entry_block->zone()), 3284 int block_count = blocks_.length(); local 3297 int block_count = blocks_.length(); local 3312 int block_count = blocks_.length(); local [all...] |
/external/chromium_org/media/webm/ |
webm_cluster_parser_unittest.cc | 53 int block_count) { 57 for (int i = 0; i < block_count; i++) { 92 int block_count) { 96 for (int i = 0; i < block_count; i++) { 134 int block_count) { 153 block_count); 159 int block_count, 162 const BlockInfo* const block_info_end = block_info_ptr + block_count; 222 int block_count = arraysize(kDefaultBlockInfo); local 223 scoped_ptr<Cluster> cluster(CreateCluster(0, kDefaultBlockInfo, block_count)); 241 int block_count = arraysize(kDefaultBlockInfo); local 250 int block_count = arraysize(kDefaultBlockInfo); local 297 int block_count = arraysize(kBlockInfo); local 326 int block_count = arraysize(kBlockInfo); local [all...] |
/external/jpeg/ |
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/ |
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/hw/ |
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/chromium_org/third_party/libwebp/webp/ |
encode.h | 181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
|
/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/webp/include/webp/ |
encode.h | 181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
|
/external/grub/stage2/ |
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); [all...] |
/external/libvpx/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/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 1648 int block_count = luma_count + channels - 1; local [all...] |
/external/v8/src/ |
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); [all...] |
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) { [all...] |
/external/e2fsprogs/lib/blkid/ |
probe.h | 568 __u32 block_count; member in struct:hfsplus_extent
|