Searched defs:lc (Results 1 – 4 of 4) sorted by relevance
/lib/ |
D | lru_cache.c | 51 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument 67 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() 105 struct lru_cache *lc; in lc_create() local 172 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index() 186 void lc_destroy(struct lru_cache *lc) in lc_destroy() 205 void lc_reset(struct lru_cache *lc) in lc_reset() 241 size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats() 256 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot() 262 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find() 293 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find() [all …]
|
D | decompress_unlzma.c | 350 int lc, uint32_t literal_pos_mask) { in process_bit0() 546 int lc, pb, lp; in unlzma() local
|
/lib/zlib_deflate/ |
D | deftree.c | 972 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */ 1025 int lc; /* match length or unmatched char (if dist == 0) */ local
|
/lib/xz/ |
D | xz_dec_lzma2.c | 154 uint32_t lc; member
|