Home
last modified time | relevance | path

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

/aosp_15_r20/external/erofs-utils/lib/
H A Dhashmap.c136 void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function, in hashmap_init() argument
142 map->cmpfn = equals_function ? equals_function : always_equal; in hashmap_init()
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Dhashmap.h62 void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function,