Searched defs:dict (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/lib/xz/ |
D | xz_dec_lzma2.c | 264 struct dictionary dict; member 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()
|
/linux-3.3/lib/lzo/ |
D | lzo1x_compress.c | 26 const unsigned char ** const dict = wrkmem; in _lzo1x_1_do_compress() local
|
/linux-3.3/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 35 def add_stats(dict, key, value): argument
|
/linux-3.3/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 215 PyObject *handler, *retval, *context, *t, *obj, *dict = NULL; in python_process_event() local
|
/linux-3.3/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 140 struct bsd_dict *dict; /* dictionary */ member
|
/linux-3.3/drivers/net/wireless/b43legacy/ |
D | phy.c | 1318 static const u8 dict[10] = { 11, 10, 11, 12, 13, 12, 13, 12, 13, 12 }; in b43legacy_find_lopair() local
|
/linux-3.3/drivers/net/ppp/ |
D | bsd_comp.c | 160 struct bsd_dict *dict; /* dictionary */ member
|
/linux-3.3/tools/perf/util/ |
D | python.c | 1007 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local
|