HomeSort by relevance Sort by last modified time
    Searched refs:btMode (Results 1 - 13 of 13) sorted by null

  /external/lzma/CPP/7zip/Compress/
LzmaEncoder.cpp 36 static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numHashBytes)
48 *btMode = 0;
62 *btMode = 1;
75 return ParseMatchFinder(prop.bstrVal, &ep.btMode, &ep.numHashBytes) ? S_OK : E_INVALIDARG;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzmaEnc.h 26 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */
LzFind.h 25 Byte btMode;
LzmaEnc.c 55 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1;
82 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1);
84 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1);
89 ((p->btMode && p->algo) ? 2 : 1);
464 p->matchFinderBase.btMode = (Byte)(props.btMode ? 1 : 0);
467 if (props.btMode)
    [all...]
LzFind.c 132 p->btMode = 1;
243 if (p->btMode)
1007 if (!p->btMode)
  /external/lzma/C/
LzmaEnc.h 26 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */
LzFind.h 25 Byte btMode;
LzmaEnc.c 55 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1;
82 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1);
84 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1);
89 ((p->btMode && p->algo) ? 2 : 1);
464 p->matchFinderBase.btMode = (Byte)(props.btMode ? 1 : 0);
467 if (props.btMode)
    [all...]
LzFind.c 132 p->btMode = 1;
243 if (p->btMode)
1007 if (!p->btMode)
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 25 Byte btMode;
LzFind.c 134 p->btMode = 1;
245 if (p->btMode)
1009 if (!p->btMode)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 25 Byte btMode;
LzFind.c 134 p->btMode = 1;
245 if (p->btMode)
1009 if (!p->btMode)

Completed in 6366 milliseconds