XZ Utils
5.4.0
|
Calculates the encoded size of a variable-length integer. More...
#include "common.h"
Functions | |
uint32_t | lzma_vli_size (lzma_vli vli) |
Get the number of bytes required to encode a VLI. More... | |
Calculates the encoded size of a variable-length integer.
uint32_t lzma_vli_size | ( | lzma_vli | vli | ) |
Get the number of bytes required to encode a VLI.
vli | Integer whose encoded size is to be determined |
References LZMA_VLI_MAX.
Referenced by index_size_unpadded(), lzma_block_header_size(), and lzma_filter_flags_size().