OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_function_naive
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
hash_functions.h
23
hash_index_t
hash_function_naive
(const void *key);
/system/bt/osi/src/
hash_functions.c
23
hash_index_t
hash_function_naive
(const void *key) {
function
data_dispatcher.c
44
ret->dispatch_table = hash_map_new(DEFAULT_TABLE_BUCKETS,
hash_function_naive
, NULL, NULL, NULL);
/system/bt/hci/src/
packet_fragmenter.c
58
partial_packets = hash_map_new(NUMBER_OF_BUCKETS,
hash_function_naive
, NULL, NULL, NULL);
Completed in 1455 milliseconds