Searched refs:cache_key_160bit (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Dfossilize_db.h92 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit,
96 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit,
H A Dfossilize_db.c365 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, argument
368 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit);
401 if (cache_key_160bit[i] != entry->key[i])
435 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, argument
438 uint64_t hash = truncate_hash_to_64bits(cache_key_160bit);
478 _mesa_sha1_format(hash_str, cache_key_160bit);
554 foz_read_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, argument
561 foz_write_entry(struct foz_db *foz_db, const uint8_t *cache_key_160bit, argument

Completed in 4 milliseconds