Home
last modified time | relevance | path

Searched refs:LZMA_MEMUSAGE_BASE (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/xz/src/liblzma/common/
HDalone_decoder.c121 + LZMA_MEMUSAGE_BASE; in alone_decode()
223 next->coder->memusage = LZMA_MEMUSAGE_BASE; in lzma_alone_decoder_init()
HDauto_decoder.c133 *memusage = LZMA_MEMUSAGE_BASE; in auto_decoder_memconfig()
HDcommon.h63 #define LZMA_MEMUSAGE_BASE (UINT64_C(1) << 15) macro
HDfilter_common.c336 return total + LZMA_MEMUSAGE_BASE; in lzma_raw_coder_memusage()
HDstream_decoder.c440 next->coder->memusage = LZMA_MEMUSAGE_BASE; in lzma_stream_decoder_init()
HDcommon.c438 if (new_memlimit != 0 && new_memlimit < LZMA_MEMUSAGE_BASE) in lzma_memlimit_set()
HDstream_encoder_mt.c1114 uint64_t total_memusage = LZMA_MEMUSAGE_BASE + sizeof(lzma_coder) in lzma_stream_encoder_mt_memusage()