Searched refs:hash_val_t (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dhash.h30 typedef uint32_t hash_val_t; typedef
68 hash_val_t hash_hkey; /* 5 */
85 * integral value of type hash_val_t based on that key. For best results, the
88 * particular, the most significant bits of hash_val_t are most significant to
95 typedef hash_val_t (*hash_fun_t)(const void *);
152 hash_val_t hash_mask; /* 9 */
172 hash_val_t hash_chain; /* 2 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.c60 static hash_val_t hash_fun_default(const void *key);
61 static hash_val_t hash_fun2(const void *key);
67 * Compute the number of bits in the hash_val_t type. We know that hash_val_t
69 * Mersenne number (power of two, less one). We initialize a hash_val_t
81 hash_val_t val = HASH_VAL_T_MAX; /* 1 */
96 static int is_power_of_two(hash_val_t arg)
109 static hash_val_t compute_mask(hashcount_t size)
123 hash_val_t i;
167 hash_val_t mas
[all...]
H A Ddircache.c132 static hash_val_t hash_vid_did(const void *key)
135 hash_val_t hash = 2166136261;
178 static hash_val_t hash_didname(const void *p)
183 hash_val_t hash = key->d_pdid + key->d_vid;
184 hash_val_t tmp;

Completed in 44 milliseconds