Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 1 of 1) sorted by relevance

/lib/xz/
Dxz_dec_lzma2.c44 struct dictionary { struct
264 struct dictionary dict;
286 static void dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()
300 static void dict_limit(struct dictionary *dict, size_t out_max) in dict_limit()
309 static inline bool dict_has_space(const struct dictionary *dict) in dict_has_space()
320 static inline uint32_t dict_get(const struct dictionary *dict, uint32_t dist) in dict_get()
333 static inline void dict_put(struct dictionary *dict, uint8_t byte) in dict_put()
346 static bool dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat()
374 static void dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()
416 static uint32_t dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()