Home
last modified time | relevance | path

Searched refs:g_Hashers (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp24 const CHasherInfo *g_Hashers[kNumHashersMax]; variable
28 g_Hashers[g_NumHashers++] = hashInfo; in RegisterHasher()
185 const CHasherInfo &codec = *g_Hashers[i]; in FindHashMethod()
213 methods[i] = (*g_Hashers[i]).Id; in GetHashMethods()
368 const CHasherInfo &codec = *g_Hashers[i]; in CreateHasher()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp20 extern const CHasherInfo *g_Hashers[];
196 if (id == g_Hashers[i]->Id) in FindHasherClassId()
204 *hasher = g_Hashers[index]->CreateHasher(); in CreateHasher2()
225 const CHasherInfo &codec = *g_Hashers[codecIndex]; in GetHasherProp()