Home
last modified time | relevance | path

Searched defs:hash_key (Results 1 – 2 of 2) sorted by relevance

/system/bt/osi/src/
Dhash_map.c118 hash_index_t hash_key = hash_map->hash_fn(key) % hash_map->num_bucket; in hash_map_has_key() local
129 hash_index_t hash_key = hash_map->hash_fn(key) % hash_map->num_bucket; in hash_map_set() local
161 hash_index_t hash_key = hash_map->hash_fn(key) % hash_map->num_bucket; in hash_map_erase() local
177 hash_index_t hash_key = hash_map->hash_fn(key) % hash_map->num_bucket; in hash_map_get() local
/system/bt/osi/test/
Dhash_map_test.cpp31 hash_index_t hash_key = (hash_index_t)key; in hash_map_fn00() local