Searched defs:__unused__ (Results 1 – 18 of 18) sorted by relevance
/freebsd/contrib/xz/src/xz/ |
H A D | sandbox.c | 97 sandbox_enable_strict_if_allowed(int src_fd lzma_attribute((__unused__)), in sandbox_enable_strict_if_allowed() 98 int pipe_event_fd lzma_attribute((__unused__)), in sandbox_enable_strict_if_allowed() 99 int pipe_write_fd lzma_attribute((__unused__))) in sandbox_enable_strict_if_allowed() 216 sandbox_enable_strict_if_allowed(int src_fd lzma_attribute((__unused__)), in sandbox_enable_strict_if_allowed() 217 int pipe_event_fd lzma_attribute((__unused__)), in sandbox_enable_strict_if_allowed() 218 int pipe_write_fd lzma_attribute((__unused__))) in sandbox_enable_strict_if_allowed()
|
H A D | options.c | 154 const char *valuestr lzma_attribute((__unused__))) in set_delta() 198 const char *valuestr lzma_attribute((__unused__))) in set_bcj()
|
H A D | message.c | 95 progress_signal_handler(int sig lzma_attribute((__unused__))) in progress_signal_handler()
|
/freebsd/contrib/xz/src/liblzma/common/ |
H A D | index_encoder.c | 44 const lzma_allocator *allocator lzma_attribute((__unused__)), in index_encode() 45 const uint8_t *restrict in lzma_attribute((__unused__)), in index_encode() 46 size_t *restrict in_pos lzma_attribute((__unused__)), in index_encode() 47 size_t in_size lzma_attribute((__unused__)), in index_encode() 50 lzma_action action lzma_attribute((__unused__))) in index_encode()
|
H A D | index_decoder.c | 59 uint8_t *restrict out lzma_attribute((__unused__)), in index_decode() 60 size_t *restrict out_pos lzma_attribute((__unused__)), in index_decode() 61 size_t out_size lzma_attribute((__unused__)), in index_decode() 62 lzma_action action lzma_attribute((__unused__))) in index_decode()
|
H A D | file_info.c | 251 uint8_t *restrict out lzma_attribute((__unused__)), in file_info_decode() 252 size_t *restrict out_pos lzma_attribute((__unused__)), in file_info_decode() 253 size_t out_size lzma_attribute((__unused__)), in file_info_decode() 254 lzma_action action lzma_attribute((__unused__))) in file_info_decode()
|
H A D | block_encoder.c | 150 const lzma_filter *filters lzma_attribute((__unused__)), in block_encoder_update()
|
H A D | lzip_decoder.c | 340 lzip_decoder_get_check(const void *coder_ptr lzma_attribute((__unused__))) in lzip_decoder_get_check()
|
H A D | stream_encoder_mt.c | 917 const lzma_filter *reversed_filters in stream_encoder_mt_update()
|
/freebsd/contrib/xz/src/liblzma/simple/ |
H A D | riscv.c | 353 riscv_encode(void *simple lzma_attribute((__unused__)), in riscv_encode() 355 bool is_encoder lzma_attribute((__unused__)), in riscv_encode() 634 riscv_decode(void *simple lzma_attribute((__unused__)), in riscv_decode() 636 bool is_encoder lzma_attribute((__unused__)), in riscv_decode()
|
H A D | armthumb.c | 17 armthumb_code(void *simple lzma_attribute((__unused__)), in armthumb_code()
|
H A D | arm.c | 17 arm_code(void *simple lzma_attribute((__unused__)), in arm_code()
|
H A D | sparc.c | 17 sparc_code(void *simple lzma_attribute((__unused__)), in sparc_code()
|
H A D | powerpc.c | 17 powerpc_code(void *simple lzma_attribute((__unused__)), in powerpc_code()
|
H A D | arm64.c | 27 arm64_code(void *simple lzma_attribute((__unused__)), in arm64_code()
|
H A D | ia64.c | 17 ia64_code(void *simple lzma_attribute((__unused__)), in ia64_code()
|
/freebsd/contrib/xz/src/liblzma/lzma/ |
H A D | lzma2_encoder.c | 309 lzma_vli id lzma_attribute((__unused__)), const void *options, in lzma2_encoder_init()
|
/freebsd/contrib/xz/src/liblzma/lz/ |
H A D | lz_encoder.c | 509 const lzma_filter *filters_null lzma_attribute((__unused__)), in lz_encoder_update()
|