Home
last modified time | relevance | path

Searched refs:numHashOutBits (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DLzmaEnc.h26 unsigned numHashOutBits; /* default = ? */ member
H A DLzFind.h47 Byte numHashOutBits; member
H A DLzFind.c225 p->numHashOutBits = 0; in MatchFinder_SetDefaultSettings()
395 if (p->numHashOutBits != 0) in MatchFinder_Create()
397 unsigned numBits = p->numHashOutBits; in MatchFinder_Create()
H A DLzmaEnc.c63 p->numHashOutBits = 0; in LzmaEncProps_Init()
583 MFB.numHashOutBits = (Byte)props.numHashOutBits; in LzmaEnc_SetProps()
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp107 ep.numHashOutBits = prop.ulVal; in SetLzmaProp()

Completed in 9 milliseconds