Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp82 #define SET_PROP_32(_id_, _dest_) case NCoderPropID::_id_: ep._dest_ = (int)v; break; macro
153 SET_PROP_32(kLevel, level) in SetLzmaProp()
154 SET_PROP_32(kNumFastBytes, fb) in SetLzmaProp()
156 SET_PROP_32(kAlgorithm, algo) in SetLzmaProp()
158 SET_PROP_32(kPosStateBits, pb) in SetLzmaProp()
159 SET_PROP_32(kLitPosBits, lp) in SetLzmaProp()
160 SET_PROP_32(kLitContextBits, lc) in SetLzmaProp()
161 SET_PROP_32(kNumThreads, numThreads) in SetLzmaProp()

Completed in 2 milliseconds