Home
last modified time | relevance | path

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

/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DDeflateDecoder.cpp31 bool CCoder::DecodeLevels(Byte *levels, unsigned numSymbols) in DecodeLevels() function in NCompress::NDeflate::NDecoder::CCoder
136 if (!DecodeLevels(tmpLevels, numLitLenLevels + _numDistLevels)) in ReadTables()
H A DDeflateDecoder.h67 bool DecodeLevels(Byte *levels, unsigned numSymbols);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DDeflateDecoder.cpp31 bool CCoder::DecodeLevels(Byte *levels, unsigned numSymbols) in DecodeLevels() function in NCompress::NDeflate::NDecoder::CCoder
136 if (!DecodeLevels(tmpLevels, numLitLenLevels + _numDistLevels)) in ReadTables()
H A DDeflateDecoder.h68 bool DecodeLevels(Byte *levels, unsigned numSymbols);