Home
last modified time | relevance | path

Searched defs:numDictBits (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzxDecoder.h88 HRESULT Set_ExternalWindow_DictBits(Byte *win, unsigned numDictBits) in Set_ExternalWindow_DictBits()
H A DLzxDecoder.cpp1477 HRESULT CDecoder::SetParams2(unsigned numDictBits) throw()
1490 HRESULT CDecoder::Set_DictBits_and_Alloc(unsigned numDictBits) throw()
H A DQuantumDecoder.cpp332 HRESULT CDecoder::SetParams(unsigned numDictBits) in SetParams()