Searched refs:HASH_MAP_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Dhashmap.c36 #define HASH_MAP_SIZE 123 macro
53 Entry *entries[HASH_MAP_SIZE];
61 idx = m->hash_func(key) % HASH_MAP_SIZE;
75 idx = m->hash_func(e->key) % HASH_MAP_SIZE;
151 idx = m->hash_func(key) % HASH_MAP_SIZE;
185 idx = m->hash_func(key) % HASH_MAP_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dhashmap.c36 #define HASH_MAP_SIZE 123 macro
53 Entry *entries[HASH_MAP_SIZE];
61 idx = m->hash_func(key) % HASH_MAP_SIZE;
75 idx = m->hash_func(e->key) % HASH_MAP_SIZE;
151 idx = m->hash_func(key) % HASH_MAP_SIZE;
185 idx = m->hash_func(key) % HASH_MAP_SIZE;

Completed in 99 milliseconds