Home
last modified time | relevance | path

Searched defs:dict_repeat (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.h203 dict_repeat(lzma_dict *restrict dict, in dict_repeat() function
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c350 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() function