Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/common/
H A Dindex.c47 lzma_vli compressed_base; member
273 assert(tree->leftmost->compressed_base in index_tree_append()
274 > node->compressed_base); in index_tree_append()
280 assert(tree->rightmost->compressed_base in index_tree_append()
281 < node->compressed_base); in index_tree_append()
399 index_stream_init(lzma_vli compressed_base, lzma_vli uncompressed_base, in index_stream_init() argument
408 s->node.compressed_base = compressed_base; in index_stream_init()
618 index_file_size(lzma_vli compressed_base, lzma_vli unpadded_sum, in index_file_size() argument
627 lzma_vli file_size = compressed_base + 2 * LZMA_STREAM_HEADER_SIZE in index_file_size()
646 return index_file_size(s->node.compressed_base - i->compressed_bias, in lzma_index_file_size()
[all …]
/freebsd/contrib/xz/
H A DChangeLog16571 than UNPADDED_SIZE_MAX, but no check was done once compressed_base was