OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_Hashers
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Compress/
CodecExports.cpp
20
extern const CHasherInfo *
g_Hashers
[];
196
if (id ==
g_Hashers
[i]->Id)
204
*hasher =
g_Hashers
[index]->CreateHasher();
225
const CHasherInfo &codec = *
g_Hashers
[codecIndex];
/external/lzma/CPP/7zip/Common/
CreateCoder.cpp
24
const CHasherInfo *
g_Hashers
[kNumHashersMax];
28
g_Hashers
[g_NumHashers++] = hashInfo;
185
const CHasherInfo &codec = *
g_Hashers
[i];
213
methods[i] = (*
g_Hashers
[i]).Id;
368
const CHasherInfo &codec = *
g_Hashers
[i];
Completed in 33 milliseconds