Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp43 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local
44 if (numHashBytesLoc < 4 || numHashBytesLoc > 4) in ParseMatchFinder()
49 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()
57 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local
58 if (numHashBytesLoc < 2 || numHashBytesLoc > 4) in ParseMatchFinder()
63 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()