Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/xz/
A Ddec_lzma2.c264 struct dictionary dict; member
286 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()
/xen-4.10.0-shim-comet/xen/common/
A Dlzo.c118 lzo_dict_t * const dict = (lzo_dict_t *) wrkmem; in lzo1x_1_do_compress() local
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/
A Dxc.c698 PyObject *dict; in pyxc_create_cpuid_dict() local

Completed in 12 milliseconds