Searched defs:dict (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/archival/libarchive/unxz/ |
D | xz_dec_lzma2.c | 264 struct dictionary dict; member 286 static void XZ_FUNC dict_reset(struct dictionary *dict, struct xz_buf *b) in dict_reset() 300 static void XZ_FUNC dict_limit(struct dictionary *dict, size_t out_max) in dict_limit() 309 static __always_inline bool XZ_FUNC dict_has_space(const struct dictionary *dict) in dict_has_space() 321 const struct dictionary *dict, uint32_t dist) in dict_get() 334 static inline void XZ_FUNC dict_put(struct dictionary *dict, uint8_t byte) in dict_put() 348 struct dictionary *dict, uint32_t *len, uint32_t dist) in dict_repeat() 377 struct dictionary *dict, struct xz_buf *b, uint32_t *left) in dict_uncompressed() 418 static uint32_t XZ_FUNC dict_flush(struct dictionary *dict, struct xz_buf *b) in dict_flush()
|
/busybox-1.35.0/archival/libarchive/ |
D | liblzo.h | 47 #define GINDEX(m_pos,m_off,dict,dindex,in) m_pos = dict[dindex] argument 67 #define UPDATE_I(dict,drun,index,p,in) dict[index] = DENTRY(p,in) argument
|
D | lzo1x_c.c | 40 const void* *const dict = (const void**) wrkmem; in do_compress() local
|