Searched defs:dict (Results 1 – 2 of 2) sorted by relevance
264 struct dictionary dict; member286 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()
30 lzo_dict_t * const dict = (lzo_dict_t *) wrkmem; in lzo1x_1_do_compress() local