Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dhash_functions.h23 hash_index_t hash_function_naive(const void *key);
/system/bt/osi/src/
Dhash_functions.c23 hash_index_t hash_function_naive(const void *key) { in hash_function_naive() function
Ddata_dispatcher.c44 ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS, hash_function_naive, NULL, NULL, NULL); in data_dispatcher_new()
/system/bt/hci/src/
Dpacket_fragmenter.c58 partial_packets = hash_map_new(NUMBER_OF_BUCKETS, hash_function_naive, NULL, NULL, NULL); in init()