Home
last modified time | relevance | path

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

/trueos/contrib/xz/src/liblzma/common/
HDindex.c34 lzma_vli uncompressed_base; member
248 assert(tree->rightmost->uncompressed_base <= node->uncompressed_base); in index_tree_append()
322 || tree->leftmost->uncompressed_base == 0); in index_tree_locate()
327 if (node->uncompressed_base > target) { in index_tree_locate()
341 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, in index_stream_init() argument
349 s->node.uncompressed_base = uncompressed_base; in index_stream_init()
654 const lzma_vli uncompressed_base = g == NULL ? 0 in lzma_index_append() local
692 g->node.uncompressed_base = uncompressed_base; in lzma_index_append()
702 = uncompressed_base + uncompressed_size; in lzma_index_append()
753 this->node.uncompressed_base += info->uncompressed_size; in index_cat_helper()
[all …]