Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp51 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local
52 if (numHashBytesLoc < 4 || numHashBytesLoc > 4) in ParseMatchFinder()
57 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()
65 int numHashBytesLoc = (int)(*s++ - L'0'); in ParseMatchFinder() local
66 if (numHashBytesLoc < 2 || numHashBytesLoc > 4) in ParseMatchFinder()
72 *numHashBytes = numHashBytesLoc; in ParseMatchFinder()