Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp103 props.outStep_ST = _outStep; in Code()
220 props.outStep_ST = _outStep; in SetOutStreamSize()
/third_party/lzma/C/
H A DLzma2DecMt.h14 size_t outStep_ST; member
H A DLzma2DecMt.c39 p->outStep_ST = 1 << 20; in Lzma2DecMtProps_Init()
713 if (next - wrPos > p->props.outStep_ST) in Lzma2Dec_Decode_ST()
714 next = wrPos + (SizeT)p->props.outStep_ST; in Lzma2Dec_Decode_ST()
H A DXz.h439 size_t outStep_ST; // size of output buffer for Single-Thread decoding member
H A DXzDec.c1433 p->outStep_ST = 1 << 20; in XzDecMtProps_Init()
2388 if (!p->outBuf || p->outBufSize != p->props.outStep_ST) in XzDecMt_Decode_ST()
2392 p->outBuf = (Byte *)ISzAlloc_Alloc(p->allocMid, p->props.outStep_ST); in XzDecMt_Decode_ST()
2395 p->outBufSize = p->props.outStep_ST; in XzDecMt_Decode_ST()
2461 outSize = p->props.outStep_ST - outPos; in XzDecMt_Decode_ST()

Completed in 7 milliseconds