Home
last modified time | relevance | path

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

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Compress/
H A DDeflateConst.h41 const Byte kLenStart32[kFixedLenTableSize] = variable
H A DDeflateDecoder.cpp266 len = kLenStart32[sym]; in CodeSpec()
H A DDeflateEncoder.cpp59 unsigned c = kLenStart32[i]; in CFastPosInit()
149 m_LenStart = deflate64Mode ? kLenStart64 : kLenStart32; in CCoder()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Compress/
H A DDeflateConst.h41 const Byte kLenStart32[kFixedLenTableSize] = variable
H A DDeflateDecoder.cpp266 len = kLenStart32[sym]; in CodeSpec()
H A DDeflateEncoder.cpp57 unsigned c = kLenStart32[i]; in CFastPosInit()
137 m_LenStart = deflate64Mode ? kLenStart64 : kLenStart32; in CCoder()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Compress/
H A DDeflateConst.h41 const Byte kLenStart32[kFixedLenTableSize] = variable
H A DDeflateDecoder.cpp201 len = kLenStart32[number]; in CodeSpec()
H A DDeflateEncoder.cpp53 int c = kLenStart32[i]; in CFastPosInit()
101 m_LenStart = deflate64Mode ? kLenStart64 : kLenStart32; in CCoder()