OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_numShiftBits
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.h
66
UInt64
_numShiftBits
;
71
for (
_numShiftBits
= 0; range > (1 << 15);
_numShiftBits
++)
74
int Count(UInt64 value) { return int(value >>
_numShiftBits
); }
ProgressDialog2.h
127
unsigned
_numShiftBits
;
130
CU64ToI32Converter():
_numShiftBits
(0), _range(1) {}
135
for (
_numShiftBits
= 0; range >= ((UInt32)1 << 15);
_numShiftBits
++)
140
int res = (int)(val >>
_numShiftBits
);
Completed in 2113 milliseconds