Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Ddisk_cache.c617 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_put_key() local
618 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_put_key()
622 cache->blob_put_cb(key, CACHE_KEY_SIZE, key_chunk, sizeof(uint32_t)); in disk_cache_put_key()
644 const uint32_t *key_chunk = (const uint32_t *) key; in disk_cache_has_key() local
645 int i = CPU_TO_LE32(*key_chunk) & CACHE_INDEX_KEY_MASK; in disk_cache_has_key()