Searched defs:dict (Results 1 – 1 of 1) sorted by relevance
264 struct dictionary dict; member286 static void INIT dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset()300 static void INIT dict_limit(struct dictionary *dict, size_t out_max) in dict_limit()309 static inline bool_t INIT dict_has_space(const struct dictionary *dict) in dict_has_space()320 static inline uint32_t INIT dict_get(const struct dictionary *dict, uint32_t dist) in dict_get()333 static inline void INIT dict_put(struct dictionary *dict, uint8_t byte) in dict_put()346 static bool_t INIT dict_repeat(struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat()374 static void INIT dict_uncompressed(struct dictionary *dict, struct xz_buf *b, in dict_uncompressed()416 static uint32_t INIT dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
Completed in 5 milliseconds