Searched defs:dict (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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-4.4.14/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Util.py | 35 def add_stats(dict, key, value): argument
|
/linux-4.4.14/lib/lzo/ |
D | lzo1x_compress.c | 30 lzo_dict_t * const dict = (lzo_dict_t *) wrkmem; in lzo1x_1_do_compress() local
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 95 static void pydict_set_item_string_decref(PyObject *dict, const char *key, PyObject *val) in pydict_set_item_string_decref() 389 PyObject *dict = NULL; in python_process_tracepoint() local 771 PyObject *handler, *t, *dict, *callchain, *dict_sample; in python_process_general_event() local
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 425 const char *dict, u16 dict_len, in log_store() 559 char *dict, size_t dict_len, in msg_print_ext_body() 1660 const char *dict, size_t dictlen, in vprintk_emit() 1840 const char *dict, size_t dictlen, in printk_emit() 1950 char *dict, size_t dict_len, in msg_print_ext_body()
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 139 struct bsd_dict *dict; /* dictionary */ member
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 160 struct bsd_dict *dict; /* dictionary */ member
|
/linux-4.4.14/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-4.4.14/tools/perf/util/ |
D | python.c | 1084 PyObject *dict, *module = Py_InitModule("perf", perf__methods); in initperf() local
|