Searched refs:matchFinderCycles (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp387 UInt32 matchFinderCycles = 16 + numFastBytes / 2; local
401 if (!GetNumber(parser[NKey::kMatchFinderCycles].PostStrings[0], matchFinderCycles))
450 properties[9].ulVal = (UInt32)matchFinderCycles;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp387 UInt32 matchFinderCycles = 16 + numFastBytes / 2; local
401 if (!GetNumber(parser[NKey::kMatchFinderCycles].PostStrings[0], matchFinderCycles))
450 properties[9].ulVal = (UInt32)matchFinderCycles;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA_Alone/
H A DLzmaAlone.cpp387 UInt32 matchFinderCycles = 16 + numFastBytes / 2; local
401 if (!GetNumber(parser[NKey::kMatchFinderCycles].PostStrings[0], matchFinderCycles))
450 properties[9].ulVal = (UInt32)matchFinderCycles;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c354 UInt32 matchFinderCycles; member in struct:_CLzmaEnc
424 p->matchFinderCycles = props.mc;

Completed in 137 milliseconds