Searched refs:_distTableSize (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp196 _distTableSize(kDefaultDictionaryLogSize * 2),
402 _distTableSize = dicLogSize * 2;
1525 for (posSlot = 0; posSlot < _distTableSize; posSlot++)
1527 for (posSlot = kEndPosModelIndex; posSlot < _distTableSize; posSlot++)
H A DLZMAEncoder.h285 UInt32 _distTableSize; member in class:NCompress::NLZMA::CEncoder
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp196 _distTableSize(kDefaultDictionaryLogSize * 2),
402 _distTableSize = dicLogSize * 2;
1525 for (posSlot = 0; posSlot < _distTableSize; posSlot++)
1527 for (posSlot = kEndPosModelIndex; posSlot < _distTableSize; posSlot++)
H A DLZMAEncoder.h285 UInt32 _distTableSize; member in class:NCompress::NLZMA::CEncoder
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp196 _distTableSize(kDefaultDictionaryLogSize * 2),
402 _distTableSize = dicLogSize * 2;
1525 for (posSlot = 0; posSlot < _distTableSize; posSlot++)
1527 for (posSlot = kEndPosModelIndex; posSlot < _distTableSize; posSlot++)
H A DLZMAEncoder.h285 UInt32 _distTableSize; member in class:NCompress::NLZMA::CEncoder

Completed in 133 milliseconds