Home
last modified time | relevance | path

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

/external/erofs-utils/include/erofs/
Dhashmap.h80 static inline void *hashmap_get_from_hash(const struct hashmap *map, in hashmap_get_from_hash() function
/external/erofs-utils/lib/
Dblobchunk.c68 chunk = hashmap_get_from_hash(&blob_hashmap, hash, sha256); in erofs_blob_getchunk()