Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c34 lzma_vli uncompressed_base; member
247 assert(tree->rightmost->uncompressed_base <= node->uncompressed_base); in index_tree_append()
321 || tree->leftmost->uncompressed_base == 0); in index_tree_locate()
326 if (node->uncompressed_base > target) { in index_tree_locate()
340 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, in index_stream_init() argument
348 s->node.uncompressed_base = uncompressed_base; in index_stream_init()
674 const lzma_vli uncompressed_base = g == NULL ? 0 in lzma_index_append() local
680 if (uncompressed_base + uncompressed_size > LZMA_VLI_MAX) in lzma_index_append()
723 g->node.uncompressed_base = uncompressed_base; in lzma_index_append()
733 = uncompressed_base + uncompressed_size; in lzma_index_append()
[all …]