Searched defs:hash_index (Results 1 – 1 of 1) sorted by relevance
145 uint32_t hash_index = lv_lru_hash(cache, key, key_length); in lv_lru_set() local195 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_get() local219 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_remove() local311 …_lru_remove_item(lv_lru_t * cache, lv_lru_item_t * prev, lv_lru_item_t * item, uint32_t hash_index) in lv_lru_remove_item()