Searched defs:header_num (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/v3/
H A Dblock_bitmaps.cc34 int header_num = HeaderNumberForNewBlock(block_type, block_count); local
35 if (header_num < 0)
39 if (!bitmaps_[header_num].CreateMapBlock(block_count, &index))
43 !bitmaps_[header_num].CreateMapBlock(block_count, &index)) {
48 Addr address(block_type, block_count, bitmaps_[header_num].FileId(), index);
58 int header_num = GetHeaderNumber(address); local
59 if (header_num < 0)
63 bitmaps_[header_num].DeleteMapBlock(address.start_block(),
95 int header_num = GetHeaderNumber(address);
96 if (header_num <
122 int header_num = block_type - 1; local
[all...]

Completed in 1178 milliseconds