Searched defs:hash_index (Results 1 – 1 of 1) sorted by relevance
154 uint32_t hash_index = lv_lru_hash(cache, key, key_length); in lv_lru_set() local205 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_get() local229 uint32_t hash_index = lv_lru_hash(cache, key, key_size); in lv_lru_remove() local291 …_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()