Searched refs:start_block (Results 1 – 19 of 19) sorted by relevance
/external/chromium/net/disk_cache/ |
D | addr_unittest.cc | 24 EXPECT_EQ(25, addr2.start_block()); in TEST_F() 33 EXPECT_EQ(0x2536, addr3.start_block()); in TEST_F()
|
D | addr.cc | 11 int Addr::start_block() const { in start_block() function in disk_cache::Addr
|
D | block_files.cc | 291 size_t offset = address.start_block() * address.BlockSize() + in DeleteBlock() 297 DeleteMapBlock(address.start_block(), address.num_blocks(), header); in DeleteBlock() 352 bool rv = UsedMapBlock(address.start_block(), address.num_blocks(), header); in IsValid() 360 size_t offset = address.start_block() * address.BlockSize() + in IsValid()
|
D | stats.cc | 77 size_t offset = address.start_block() * address.BlockSize() + in LoadStats() 100 size_t offset = address.start_block() * address.BlockSize() + in StoreStats()
|
D | addr.h | 89 int start_block() const;
|
D | storage_block-inl.h | 42 return address_.start_block() * address_.BlockSize(); in offset()
|
D | entry_impl.cc | 430 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize; in CreateEntry() 760 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize; in GetKey() 977 file_offset += address.start_block() * address.BlockSize() + in InternalReadData() 1065 file_offset += address.start_block() * address.BlockSize() + in InternalWriteData() 1299 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize; in CopyToLocalBuffer() 1392 offset = address.start_block() * address.BlockSize() + kBlockHeaderSize; in Flush()
|
D | block_files_unittest.cc | 270 int start = address[i].start_block(); in TEST_F()
|
D | sparse_control.cc | 113 size_t file_offset = address.start_block() * address.BlockSize() + in ReadData()
|
/external/jpeg/ |
D | jdcoefct.c | 597 int start_block = 0; in decompress_data() local 605 start_block = coef->pub.MCU_columns_to_skip * in decompress_data() 612 output_col = start_block * compptr->DCT_scaled_size; in decompress_data() 613 buffer_ptr += start_block; in decompress_data() 614 for (block_num = start_block; block_num < width_in_blocks; block_num++) { in decompress_data()
|
/external/qemu/distrib/jpeg-6b/ |
D | jdcoefct.c | 597 int start_block = 0; in decompress_data() local 605 start_block = coef->pub.MCU_columns_to_skip * in decompress_data() 612 output_col = start_block * compptr->DCT_scaled_size; in decompress_data() 613 buffer_ptr += start_block; in decompress_data() 614 for (block_num = start_block; block_num < width_in_blocks; block_num++) { in decompress_data()
|
/external/webp/src/dsp/ |
D | dsp.h | 89 int start_block, int end_block,
|
D | enc.c | 44 int start_block, int end_block, in CollectHistogram() argument 47 for (j = start_block; j < end_block; ++j) { in CollectHistogram()
|
D | enc_sse2.c | 58 int start_block, int end_block, in CollectHistogramSSE2() argument 62 for (j = start_block; j < end_block; ++j) { in CollectHistogramSSE2()
|
/external/kernel-headers/original/linux/ |
D | swap.h | 104 sector_t start_block; member
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 567 __u32 start_block; member
|
D | probe.c | 1245 cat_block = blkid_be32(extents[0].start_block); in probe_hfsplus() 1264 ext_block_start = blkid_be32(extents[ext].start_block); in probe_hfsplus()
|
/external/v8/src/ |
D | lithium-allocator.cc | 2025 HBasicBlock* start_block = GetBlock(start); in FindOptimalSplitPos() local 2028 if (end_block == start_block) { in FindOptimalSplitPos() 2037 block->parent_loop_header()->block_id() > start_block->block_id()) { in FindOptimalSplitPos()
|
/external/e2fsprogs/e2fsck/ |
D | pass1.c | 1675 blk64_t start_block, in scan_extent_node() argument 1701 else if (extent.e_lblk < start_block) in scan_extent_node() 1811 start_block = pb->last_block = extent.e_lblk + extent.e_len - 1; in scan_extent_node()
|