OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_4K
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
addr.h
21
BLOCK_4K
= 4,
131
case
BLOCK_4K
:
150
return
BLOCK_4K
;
addr_unittest.cc
29
Addr addr3(
BLOCK_4K
, 0x44, 0x41508, 0x952536);
30
EXPECT_EQ(
BLOCK_4K
, addr3.file_type());
addr.cc
33
if (file_type() >
BLOCK_4K
)
block_files.cc
354
zero_buffer_ = new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4];
355
memset(zero_buffer_, 0, Addr::BlockSizeForFileType(
BLOCK_4K
) * 4);
434
buffer.reset(new char[Addr::BlockSizeForFileType(
BLOCK_4K
) * 4]);
Completed in 537 milliseconds