OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseData
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h
116
struct
SparseData
{
127
COMPILE_ASSERT(sizeof(
SparseData
) == sizeof(SparseHeader) + kNumSparseBits / 8,
sparse_control.h
160
SparseData
child_data_; // Parent and allocation map of child_.
sparse_control_v3.h
158
SparseData
child_data_; // Parent and allocation map of child_.
sparse_control.cc
88
if (len < static_cast<int>(sizeof(disk_cache::
SparseData
)))
93
disk_cache::
SparseData
* data =
94
reinterpret_cast<disk_cache::
SparseData
*>(buffer);
339
if (data_len < static_cast<int>(sizeof(
SparseData
)) ||
401
if (data_len < static_cast<int>(sizeof(
SparseData
)))
sparse_control_v3.cc
88
if (len < static_cast<int>(sizeof(disk_cache::
SparseData
)))
93
disk_cache::
SparseData
* data =
94
reinterpret_cast<disk_cache::
SparseData
*>(buffer);
318
if (data_len < static_cast<int>(sizeof(
SparseData
)) ||
403
if (data_len < static_cast<int>(sizeof(
SparseData
)))
Completed in 3147 milliseconds