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

/freebsd-10-stable/contrib/xz/src/liblzma/common/
H A Dindex.c34 lzma_vli uncompressed_base; member in struct:index_tree_node_s
227 /// Add a new node to the tree. node->uncompressed_base and
247 assert(tree->rightmost->uncompressed_base <= node->uncompressed_base);
321 || tree->leftmost->uncompressed_base == 0);
323 // Consecutive nodes may have the same uncompressed_base.
326 if (node->uncompressed_base > target) {
340 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, argument
348 s->node.uncompressed_base = uncompressed_base;
654 const lzma_vli uncompressed_base = g == NULL ? 0 local
[all...]

Completed in 51 milliseconds