Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c243 static unsigned int two_strings_hash (const char *str);
881 two_strings_hash (const char *str) in two_strings_hash() function
987 idx = two_strings_hash (key) & table->mask; in find_two_strings_function()
1111 idx = two_strings_hash (entry->key) & table->mask; in rebuild_table()