Searched refs:lzma_simple (Results 1 – 8 of 8) sorted by relevance
/minix/external/public-domain/xz/dist/src/liblzma/simple/ |
H A D | simple_private.h | 19 typedef struct lzma_simple_s lzma_simple; typedef 36 size_t (*filter)(lzma_simple *simple, uint32_t now_pos, 41 lzma_simple *simple; 71 size_t (*filter)(lzma_simple *simple, uint32_t now_pos,
|
H A D | x86.c | 27 x86_code(lzma_simple *simple, uint32_t now_pos, bool is_encoder, in x86_code() 130 &x86_code, sizeof(lzma_simple), 5, 1, is_encoder); in x86_coder_init()
|
H A D | arm.c | 18 arm_code(lzma_simple *simple lzma_attribute((__unused__)), in arm_code()
|
H A D | powerpc.c | 18 powerpc_code(lzma_simple *simple lzma_attribute((__unused__)), in powerpc_code()
|
H A D | armthumb.c | 18 armthumb_code(lzma_simple *simple lzma_attribute((__unused__)), in armthumb_code()
|
H A D | sparc.c | 18 sparc_code(lzma_simple *simple lzma_attribute((__unused__)), in sparc_code()
|
H A D | ia64.c | 18 ia64_code(lzma_simple *simple lzma_attribute((__unused__)), in ia64_code()
|
H A D | simple_coder.c | 224 size_t (*filter)(lzma_simple *simple, uint32_t now_pos, in lzma_simple_coder_init()
|