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.h22 int btMode; /* 0 - hashChain Mode, 1 - binTree mode - normal, default = 1 */ member
DLzFind.h38 int btMode; member
DLzmaEnc.c62 p->lc = p->lp = p->pb = p->algo = p->fb = p->btMode = p->numHashBytes = p->numThreads = -1; in LzmaEncProps_Init()
77 if (p->btMode < 0) p->btMode = (p->algo == 0 ? 0 : 1); in LzmaEncProps_Normalize()
79 if (p->mc == 0) p->mc = (16 + (p->fb >> 1)) >> (p->btMode ? 0 : 1); in LzmaEncProps_Normalize()
83 ((p->btMode && p->algo) ? 2 : 1); in LzmaEncProps_Normalize()
448 p->matchFinderBase.btMode = props.btMode; in LzmaEnc_SetProps()
451 if (props.btMode) in LzmaEnc_SetProps()
1936 Bool btMode; in LzmaEnc_Alloc() local
1941 btMode = (p->matchFinderBase.btMode != 0); in LzmaEnc_Alloc()
1942 p->mtMode = (p->multiThread && !p->fastMode && btMode); in LzmaEnc_Alloc()
DLzFind.c113 p->btMode = 1; in MatchFinder_SetDefaultSettings()
219 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
731 if (!p->btMode) in MatchFinder_CreateVTable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h38 int btMode; member
DLzFind.c132 p->btMode = 1; in MatchFinder_SetDefaultSettings()
238 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
750 if (!p->btMode) in MatchFinder_CreateVTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.h38 int btMode; member
DLzFind.c132 p->btMode = 1; in MatchFinder_SetDefaultSettings()
238 p->numSons = (p->btMode ? newCyclicBufferSize * 2 : newCyclicBufferSize); in MatchFinder_Create()
750 if (!p->btMode) in MatchFinder_CreateVTable()