Searched defs:__unused__ (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
H A D | index_encoder.c | 45 const lzma_allocator *allocator lzma_attribute((__unused__)), in index_encode() 46 const uint8_t *restrict in lzma_attribute((__unused__)), in index_encode() 47 size_t *restrict in_pos lzma_attribute((__unused__)), in index_encode() 48 size_t in_size lzma_attribute((__unused__)), in index_encode() 51 lzma_action action lzma_attribute((__unused__))) in index_encode()
|
H A D | index_decoder.c | 60 uint8_t *restrict out lzma_attribute((__unused__)), in index_decode() 61 size_t *restrict out_pos lzma_attribute((__unused__)), in index_decode() 62 size_t out_size lzma_attribute((__unused__)), in index_decode() 63 lzma_action action lzma_attribute((__unused__))) in index_decode()
|
H A D | alone_encoder.c | 35 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_encode()
|
H A D | alone_decoder.c | 54 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_decode()
|
H A D | block_encoder.c | 150 const lzma_filter *filters lzma_attribute((__unused__)), in block_encoder_update()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/simple/ |
H A D | armthumb.c | 18 armthumb_code(void *simple lzma_attribute((__unused__)), in armthumb_code()
|
H A D | powerpc.c | 18 powerpc_code(void *simple lzma_attribute((__unused__)), in powerpc_code()
|
H A D | arm.c | 18 arm_code(void *simple lzma_attribute((__unused__)), in arm_code()
|
H A D | sparc.c | 18 sparc_code(void *simple lzma_attribute((__unused__)), in sparc_code()
|
H A D | ia64.c | 18 ia64_code(void *simple lzma_attribute((__unused__)), in ia64_code()
|
H A D | simple_coder.c | 215 const lzma_filter *filters_null lzma_attribute((__unused__)), in simple_coder_update()
|
/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | options.c | 153 const char *valuestr lzma_attribute((__unused__))) in set_delta() 197 const char *valuestr lzma_attribute((__unused__))) in set_bcj()
|
H A D | signals.c | 189 signal_handler(DWORD type lzma_attribute((__unused__))) in signal_handler()
|
H A D | message.c | 90 progress_signal_handler(int sig lzma_attribute((__unused__))) in progress_signal_handler()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/delta/ |
H A D | delta_encoder.c | 90 const lzma_filter *filters_null lzma_attribute((__unused__)), in delta_encoder_update()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/ |
H A D | lz_decoder.c | 129 const lzma_allocator *allocator lzma_attribute((__unused__)), in lz_decode()
|
H A D | lz_encoder.c | 508 const lzma_filter *filters_null lzma_attribute((__unused__)), in lz_encoder_update()
|