Searched refs:btMode (Results 1 - 13 of 13) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.h22 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member in struct:_CLzmaEncProps
H A DLzFind.h38 int btMode; member in struct:_CMatchFinder
H A DLzmaEnc.c57 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1;
72 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1);
74 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1);
75 if (p->numThreads < 0) p->numThreads = ((p->btMode && p->algo) ? 2 : 1);
437 p->matchFinderBase.btMode = props.btMode;
440 if (props.btMode)
1924 Bool btMode; local
1927 btMode
[all...]
H A DLzFind.c113 p->btMode = 1;
219 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
731 if (!p->btMode)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Lz/
H A DMatchFinder.h37 int btMode; member in struct:_CMatchFinder
H A DMatchFinder.c116 p->btMode = 1;
210 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
722 if (!p->btMode)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Lz/
H A DMatchFinder.h37 int btMode; member in struct:_CMatchFinder
H A DMatchFinder.c116 p->btMode = 1;
210 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
722 if (!p->btMode)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Lz/
H A DMatchFinder.h37 int btMode; member in struct:_CMatchFinder
H A DMatchFinder.c116 p->btMode = 1;
210 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize);
722 if (!p->btMode)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp236 bool btMode = (_matchFinderBase.btMode != 0);
238 _mtMode = (_multiThread && !_fastMode && btMode);
247 if (!btMode)
277 static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *numHashBytes /* , int *skipModeBits */) argument
289 *btMode = 0;
312 *btMode = 1;
356 if (!ParseMatchFinder(prop.bstrVal, &_matchFinderBase.btMode, &_matchFinderBase.numHashBytes /* , &_matchFinderBase.skipModeBits */))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp236 bool btMode = (_matchFinderBase.btMode != 0);
238 _mtMode = (_multiThread && !_fastMode && btMode);
247 if (!btMode)
277 static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *numHashBytes /* , int *skipModeBits */) argument
289 *btMode = 0;
312 *btMode = 1;
356 if (!ParseMatchFinder(prop.bstrVal, &_matchFinderBase.btMode, &_matchFinderBase.numHashBytes /* , &_matchFinderBase.skipModeBits */))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp236 bool btMode = (_matchFinderBase.btMode != 0);
238 _mtMode = (_multiThread && !_fastMode && btMode);
247 if (!btMode)
277 static int ParseMatchFinder(const wchar_t *s, int *btMode, UInt32 *numHashBytes /* , int *skipModeBits */) argument
289 *btMode = 0;
312 *btMode = 1;
356 if (!ParseMatchFinder(prop.bstrVal, &_matchFinderBase.btMode, &_matchFinderBase.numHashBytes /* , &_matchFinderBase.skipModeBits */))

Completed in 105 milliseconds