Home
last modified time | relevance | path

Searched defs:HASH_KEY_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.c276 unsigned long string_hash_func(const void *p, const uint8_t hash_key[HASH_KEY_SIZE]) { in string_hash_func()
291 unsigned long trivial_hash_func(const void *p, const uint8_t hash_key[HASH_KEY_SIZE]) { in trivial_hash_func()
306 unsigned long uint64_hash_func(const void *p, const uint8_t hash_key[HASH_KEY_SIZE]) { in uint64_hash_func()
325 unsigned long devt_hash_func(const void *p, const uint8_t hash_key[HASH_KEY_SIZE]) { in devt_hash_func()
383 static void get_hash_key(uint8_t hash_key[HASH_KEY_SIZE], bool reuse_is_ok) { in get_hash_key()
Dhashmap.h41 #define HASH_KEY_SIZE 16 macro