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

/freebsd-12-stable/contrib/xz/src/liblzma/common/
H A Dindex.c67 lzma_vli unpadded_sum; member in struct:__anon7578
89 /// unpadded_sum: The previous value is rounded up to the next
92 /// is records[last].unpadded_sum in the last Record group of
536 index_file_size(lzma_vli compressed_base, lzma_vli unpadded_sum, argument
543 // This might go over LZMA_VLI_MAX due to too big unpadded_sum
546 + stream_padding + vli_ceil4(unpadded_sum);
565 g == NULL ? 0 : g->records[g->last].unpadded_sum,
653 : vli_ceil4(g->records[g->last].unpadded_sum);
703 g->records[g->last].unpadded_sum
1041 + vli_ceil4(g->records[g->last].unpadded_sum);
[all...]

Completed in 328 milliseconds