Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dhash_map.c47 static hash_map_entry_t *find_bucket_entry_(list_t *hash_bucket_list,
120 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_has_key()
137 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_set()
163 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_erase()
179 hash_map_entry_t *hash_map_entry = find_bucket_entry_(hash_bucket_list, key); in hash_map_get()
226 static hash_map_entry_t * find_bucket_entry_(list_t *hash_bucket_list, in find_bucket_entry_() function