Home
last modified time | relevance | path

Searched defs:dict_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/gzip/
H A Dunlz.c282 off_t pos, ppos, spos, dict_size; member
321 lz_create(struct lz_decoder *lz, int fin, int fdout, int dict_size) in lz_create()
540 lz_decode(int fin, int fdout, unsigned dict_size, off_t *insize) in lz_decode()
604 unsigned dict_size = 1 << (c & 0x1f); in lz_get_dict_size() local
637 unsigned dict_size = lz_get_dict_size(header[5]); in unlz() local
/netbsd-src/external/public-domain/xz/dist/src/liblzma/lz/
H A Dlz_decoder.h48 size_t dict_size; member
H A Dlz_encoder.h135 size_t dict_size; member
/netbsd-src/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dlzma12.h217 uint32_t dict_size; member
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dcoder.c398 const uint32_t dict_size = opt->dict_size; in is_format_lzma() local