Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzma2DecMt.h18 size_t inBufSize_MT; member
H A DXz.h444 size_t inBufSize_MT; // size of small input data buffers for Multi-Thread decoding. Big number of such small buffers can be created member
H A DLzma2DecMt.c43 p->inBufSize_MT = 1 << 18; in Lzma2DecMtProps_Init()
898 p->mtc.inBufSize = p->props.inBufSize_MT; in Lzma2DecMt_Decode()
H A DXzDec.c1438 p->inBufSize_MT = 1 << 18; in XzDecMtProps_Init()
2718 p->mtc.inBufSize = p->props.inBufSize_MT; in XzDecMt_Decode()
/third_party/lzma/CPP/7zip/Compress/
H A DLzma2Decoder.cpp121 const size_t kOverheadSize = props.inBufSize_MT + (1 << 16); in Code()

Completed in 7 milliseconds