OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:k_uint64_max
(Results
1 - 1
of
1
) sorted by null
/external/lzma/CPP/Common/
StringToInt.cpp
8
static const UInt64
k_UInt64_max
= UINT64_CONST(0xFFFFFFFFFFFFFFFF);
9
// static const UInt64
k_UInt64_max
= (UInt64)(Int64)-1;
Completed in 904 milliseconds