Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 19 of 19) sorted by relevance

/external/chromium/net/disk_cache/
Daddr_unittest.cc24 EXPECT_EQ(25, addr2.start_block()); in TEST_F()
33 EXPECT_EQ(0x2536, addr3.start_block()); in TEST_F()
Daddr.cc11 int Addr::start_block() const { in start_block() function in disk_cache::Addr
Dblock_files.cc291 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()
Dstats.cc77 size_t offset = address.start_block() * address.BlockSize() + in LoadStats()
100 size_t offset = address.start_block() * address.BlockSize() + in StoreStats()
Daddr.h89 int start_block() const;
Dstorage_block-inl.h42 return address_.start_block() * address_.BlockSize(); in offset()
Dentry_impl.cc430 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()
Dblock_files_unittest.cc270 int start = address[i].start_block(); in TEST_F()
Dsparse_control.cc113 size_t file_offset = address.start_block() * address.BlockSize() + in ReadData()
/external/jpeg/
Djdcoefct.c597 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/
Djdcoefct.c597 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/
Ddsp.h89 int start_block, int end_block,
Denc.c44 int start_block, int end_block, in CollectHistogram() argument
47 for (j = start_block; j < end_block; ++j) { in CollectHistogram()
Denc_sse2.c58 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/
Dswap.h104 sector_t start_block; member
/external/e2fsprogs/lib/blkid/
Dprobe.h567 __u32 start_block; member
Dprobe.c1245 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/
Dlithium-allocator.cc2025 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/
Dpass1.c1675 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()