Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp103 props.outStep_ST = _outStep; in Code()
220 props.outStep_ST = _outStep; in SetOutStreamSize()
/external/lzma/C/
DLzma2DecMt.h14 size_t outStep_ST; member
DLzma2DecMt.c39 p->outStep_ST = 1 << 20; in Lzma2DecMtProps_Init()
710 if (next - wrPos > p->props.outStep_ST) in Lzma2Dec_Decode_ST()
711 next = wrPos + p->props.outStep_ST; in Lzma2Dec_Decode_ST()
DXz.h380 size_t outStep_ST; member
DXzDec.c1397 p->outStep_ST = 1 << 20; in XzDecMtProps_Init()
2321 if (!p->outBuf || p->outBufSize != p->props.outStep_ST) in XzDecMt_Decode_ST()
2325 p->outBuf = (Byte *)ISzAlloc_Alloc(p->allocMid, p->props.outStep_ST); in XzDecMt_Decode_ST()
2328 p->outBufSize = p->props.outStep_ST; in XzDecMt_Decode_ST()
2394 outSize = p->props.outStep_ST - outPos; in XzDecMt_Decode_ST()