Home
last modified time | relevance | path

Searched defs:hash_map_entry (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/src/
Dhash_map.c121 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_has_key() local
138 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_set() local
164 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_erase() local
180 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_get() local
208 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in hash_map_foreach() local
217 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)data; in bucket_free_() local
236 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)list_node(iter); in find_bucket_entry_() local
Dhash_map_utils.c100 hash_map_entry_t *hash_map_entry = (hash_map_entry_t *)entry; in dump_entry() local
/system/bt/osi/test/
Dhash_map_test.cpp168 bool hash_test_iter_ro_cb(hash_map_entry_t *hash_map_entry, void *context) { in hash_test_iter_ro_cb()