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

12

/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc53 int block_count = graph()->blocks()->length(); local
54 for (int i = 0; i < block_count; ++i) {
H A Dlithium-allocator.cc565 int block_count = graph_->blocks()->length(); local
566 live_in_sets_.Initialize(block_count, zone());
567 live_in_sets_.AddBlock(NULL, block_count, zone());
H A Dhydrogen.cc497 int block_count,
501 reachable_(block_count, entry_block->zone()),
2445 int block_count = blocks_.length(); local
2446 for (int i = 0; i < block_count; ++i) {
2458 int block_count = blocks_.length(); local
2459 for (int i = 0; i < block_count; ++i) {
2473 int block_count = blocks_.length(); local
2474 phi_list_ = new(zone()) ZoneList<HPhi*>(block_count, zone());
2475 for (int i = 0; i < block_count; ++i) {
496 ReachabilityAnalyzer(HBasicBlock* entry_block, int block_count, HBasicBlock* dont_visit) argument
/external/chromium_org/media/webm/
H A Dwebm_parser_unittest.cc39 static scoped_ptr<Cluster> CreateCluster(int block_count) { argument
43 for (int i = 0; i < block_count; i++) {
51 static void CreateClusterExpectations(int block_count, argument
60 for (int i = 0; i < block_count; i++) {
H A Dwebm_cluster_parser_unittest.cc53 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));
51 CreateCluster(int timecode, const BlockInfo* block_info, int block_count) argument
88 VerifyBuffers(const WebMClusterParser::BufferQueue& audio_buffers, const WebMClusterParser::BufferQueue& video_buffers, const WebMClusterParser::BufferQueue& text_buffers, const BlockInfo* block_info, int block_count) argument
132 VerifyBuffers(const scoped_ptr<WebMClusterParser>& parser, const BlockInfo* block_info, int block_count) argument
156 VerifyTextBuffers( const scoped_ptr<WebMClusterParser>& parser, const BlockInfo* block_info_ptr, int block_count, int text_track_num, const WebMClusterParser::BufferQueue& text_buffers) argument
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/chromium_org/net/disk_cache/v3/
H A Dblock_bitmaps.cc57 bool BlockFiles::CreateBlock(FileType block_type, int block_count, argument
61 block_count < 1 || block_count > 4)
66 MappedFile* file = FileForNewBlock(block_type, block_count);
74 for (int i = block_count; i <= 4; i++) {
83 if (!CreateMapBlock(target_size, block_count, header, &index))
86 Addr address(block_type, block_count, header->this_file, index);
236 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { argument
242 while (NeedToGrowBlockFile(header, block_count)) {
H A Dbackend_impl_v3.cc192 bool BackendImpl::CreateBlock(FileType block_type, int block_count, argument
194 return block_files_.CreateBlock(block_type, block_count, block_address);
/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/chromium_org/net/disk_cache/
H A Dblock_files.cc180 bool BlockHeader::NeedToGrowBlockFile(int block_count) { argument
185 if (i >= block_count - 1 && header_->empty[i])
279 bool BlockFiles::CreateBlock(FileType block_type, int block_count, argument
283 block_count < 1 || block_count > 4)
288 MappedFile* file = FileForNewBlock(block_type, block_count);
296 for (int i = block_count; i <= 4; i++) {
305 if (!header.CreateMapBlock(target_size, block_count, &index))
308 Addr address(block_type, block_count, header->this_file, index);
516 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { argument
[all...]
H A Dbackend_impl.cc726 bool BackendImpl::CreateBlock(FileType block_type, int block_count, argument
728 return block_files_.CreateBlock(block_type, block_count, block_address);
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/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/webp/include/webp/
H A Dencode.h181 int block_count[3]; // number of intra4/intra16/skipped macroblocks member in struct:WebPAuxStats
/external/chromium_org/media/filters/
H A Dchunk_demuxer_unittest.cc297 void AppendCluster(int timecode, int block_count) { argument
298 AppendCluster(GenerateCluster(timecode, block_count));
302 int timecode, int block_count) {
313 int end_timecode = timecode + block_count * block_duration;
530 scoped_ptr<Cluster> GenerateCluster(int timecode, int block_count) { argument
531 return GenerateCluster(timecode, timecode, block_count);
545 int block_count) {
546 CHECK_GT(block_count, 0);
554 if (block_count == 1) {
567 for (int i = 0; i < block_count
301 AppendSingleStreamCluster(const std::string& source_id, int track_number, int timecode, int block_count) argument
543 GenerateCluster(int first_audio_timecode, int first_video_timecode, int block_count) argument
641 GenerateExpectedReads(int timecode, int block_count) argument
645 GenerateExpectedReads(int start_audio_timecode, int start_video_timecode, int block_count) argument
670 GenerateSingleStreamExpectedReads(int timecode, int block_count, DemuxerStream::Type type, int block_duration) argument
683 GenerateAudioStreamExpectedReads(int timecode, int block_count) argument
688 GenerateVideoStreamExpectedReads(int timecode, int block_count) argument
[all...]
/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/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);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c574 int block_count = cpi->cyclic_refresh_mode_max_mbs_perframe; local
600 block_count --;
610 while(block_count && i != cpi->cyclic_refresh_mode_index);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h568 __u32 block_count; member in struct:hfsplus_extent

Completed in 580 milliseconds

12