Searched refs:lv_lru_hash (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.4.0/src/misc/ |
D | lv_lru.c | 43 static uint32_t lv_lru_hash(lv_lru_t * cache, const void * key, uint32_t key_length); 154 uint32_t hash_index = lv_lru_hash(cache, key, key_length); in lv_lru_set() 205 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_get() 229 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_remove() 248 static uint32_t lv_lru_hash(lv_lru_t * cache, const void * key, uint32_t key_length) in lv_lru_hash() function
|