Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/xz/src/liblzma/common/
HDindex.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()
654 const lzma_vli uncompressed_base = g == NULL ? 0 in lzma_index_append() local
660 if (uncompressed_base + uncompressed_size > LZMA_VLI_MAX) in lzma_index_append()
702 g->node.uncompressed_base = uncompressed_base; in lzma_index_append()
712 = uncompressed_base + uncompressed_size; in lzma_index_append()
[all …]