/netbsd-src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
H A D | range_decoder.h | 30 size_t *restrict in_pos, size_t in_size) in rc_read_init() 54 #define rc_to_local(range_decoder, in_pos) \ argument 61 #define rc_from_local(range_decoder, in_pos) \ argument
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | message.c | 285 progress_percentage(uint64_t in_pos) in progress_percentage() 420 progress_remaining(uint64_t in_pos, uint64_t elapsed) in progress_remaining() 506 progress_pos(uint64_t *in_pos, in progress_pos() 547 uint64_t in_pos; in message_progress_update() local 620 uint64_t in_pos; in progress_flush() local
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | vli_decoder.c | 18 const uint8_t *restrict in, size_t *restrict in_pos, in lzma_vli_decode()
|
H A D | filter_flags_decoder.c | 19 const uint8_t *in, size_t *in_pos, size_t in_size) in lzma_filter_flags_decode()
|
H A D | filter_buffer_encoder.c | 36 size_t in_pos = 0; in lzma_raw_buffer_encode() local
|
H A D | block_buffer_decoder.c | 18 const uint8_t *in, size_t *in_pos, size_t in_size, in lzma_block_buffer_decode()
|
H A D | block_header_decoder.c | 78 size_t in_pos = 2; in lzma_block_header_decode() local
|
H A D | block_buffer_encoder.c | 135 size_t in_pos = 0; in block_encode_uncompressed() local 193 size_t in_pos = 0; in block_encode_normal() local
|
H A D | stream_buffer_decoder.c | 19 const uint8_t *in, size_t *in_pos, size_t in_size, in lzma_stream_buffer_decode()
|
H A D | filter_buffer_decoder.c | 19 const uint8_t *in, size_t *in_pos, size_t in_size, in lzma_raw_buffer_decode()
|
H A D | common.c | 94 lzma_bufcpy(const uint8_t *restrict in, size_t *restrict in_pos, in lzma_bufcpy() 281 size_t in_pos = 0; in lzma_code() local
|
H A D | index_decoder.c | 58 const uint8_t *restrict in, size_t *restrict in_pos, in index_decode() 311 const uint8_t *in, size_t *in_pos, size_t in_size) in lzma_index_buffer_decode()
|
H A D | alone_encoder.c | 36 const uint8_t *restrict in, size_t *restrict in_pos, in alone_encode()
|
H A D | stream_encoder_mt.c | 234 size_t in_pos = 0; in worker_encode() local 554 const uint8_t *restrict in, size_t *restrict in_pos, in stream_encode_in() 668 const uint8_t *restrict in, size_t *restrict in_pos, in stream_encode_mt()
|
H A D | auto_decoder.c | 34 const uint8_t *restrict in, size_t *restrict in_pos, in auto_decode()
|
H A D | alone_decoder.c | 55 const uint8_t *restrict in, size_t *restrict in_pos, in alone_decode()
|
H A D | block_encoder.c | 49 const uint8_t *restrict in, size_t *restrict in_pos, in block_encode()
|
H A D | index_hash.c | 176 size_t *in_pos, size_t in_size) in lzma_index_hash_decode()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/simple/ |
H A D | simple_coder.c | 22 const uint8_t *restrict in, size_t *restrict in_pos, in copy_or_code() 70 const uint8_t *restrict in, size_t *restrict in_pos, in simple_code()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/ |
H A D | lz_decoder.c | 67 const uint8_t *restrict in, size_t *restrict in_pos, in decode_buffer() 130 const uint8_t *restrict in, size_t *restrict in_pos, in lz_decode()
|
H A D | lz_encoder.c | 82 const uint8_t *in, size_t *in_pos, size_t in_size, in fill_window() 161 const uint8_t *restrict in, size_t *restrict in_pos, in lz_encode()
|
/netbsd-src/external/public-domain/xz/dist/tests/ |
H A D | test_bcj_exact_size.c | 96 size_t in_pos = 0; in decompress_empty() local
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/delta/ |
H A D | delta_decoder.c | 31 const uint8_t *restrict in, size_t *restrict in_pos, in delta_decode()
|
H A D | delta_encoder.c | 53 const uint8_t *restrict in, size_t *restrict in_pos, in delta_encode()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/ |
H A D | lzma2_decoder.c | 58 const uint8_t *restrict in, size_t *restrict in_pos, in lzma2_decode()
|