Home
last modified time | relevance | path

Searched refs:btMode (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.h26 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member
DLzFind.h25 Byte btMode; member
DLzFind.c132 p->btMode = 1; in MatchFinder_SetDefaultSettings()
243 if (p->btMode) in MatchFinder_Create()
1007 if (!p->btMode) in MatchFinder_CreateVTable()
DLzmaEnc.c55 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()
82 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1); in LzmaEncProps_Normalize()
84 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1); in LzmaEncProps_Normalize()
89 ((p->btMode && p->algo) ? 2 : 1); in LzmaEncProps_Normalize()
464 p->matchFinderBase.btMode = (Byte)(props.btMode ? 1 : 0); in LzmaEnc_SetProps()
467 if (props.btMode) in LzmaEnc_SetProps()
1970 p->mtMode = (p->multiThread && !p->fastMode && (p->matchFinderBase.btMode != 0)); in LzmaEnc_Alloc()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h25 Byte btMode; member
DLzFind.c134 p->btMode = 1; in MatchFinder_SetDefaultSettings()
245 if (p->btMode) in MatchFinder_Create()
1009 if (!p->btMode) in MatchFinder_CreateVTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h25 Byte btMode; member
DLzFind.c134 p->btMode = 1; in MatchFinder_SetDefaultSettings()
245 if (p->btMode) in MatchFinder_Create()
1009 if (!p->btMode) in MatchFinder_CreateVTable()