Home
last modified time | relevance | path

Searched refs:lv_lru_remove_item (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_lru.c49 static void lv_lru_remove_item(lv_lru_t * cache, lv_lru_item_t * prev, lv_lru_item_t * item, uint32…
228 lv_lru_remove_item(cache, prev, item, hash_index); in lv_lru_remove()
258 lv_lru_remove_item(cache, min_prev, min_item, min_index); in lv_lru_remove_lru_item()
311 static void lv_lru_remove_item(lv_lru_t * cache, lv_lru_item_t * prev, lv_lru_item_t * item, uint32… in lv_lru_remove_item() function