OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_numBlocksLog
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Common/
StreamObjects.cpp
172
if (_tags == 0 || numBlocksLog !=
_numBlocksLog
)
178
_numBlocksLog
= numBlocksLog;
188
size_t numBlocks = (size_t)1 <<
_numBlocksLog
;
211
size_t cacheIndex = (size_t)cacheTag & (((size_t)1 <<
_numBlocksLog
) - 1);
StreamObjects.h
123
unsigned
_numBlocksLog
;
Completed in 397 milliseconds