OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_numSolidBytes
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h
37
UInt64
_numSolidBytes
;
64
void InitSolidSize() {
_numSolidBytes
= (UInt64)(Int64)(-1); }
HandlerOut.cpp
421
_numSolidBytes
= v;
425
_numSolidBytes
= (v << 10);
429
_numSolidBytes
= (v << 20);
433
_numSolidBytes
= (v << 30);
/external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp
150
_numSolidBytes
= ((UInt64)prop.Value.ulVal) << 7;
152
if (
_numSolidBytes
< kMinSize)
153
_numSolidBytes
= kMinSize;
164
_numSolidBytes
= 0;
385
options.NumSolidBytes =
_numSolidBytes
;
Completed in 186 milliseconds