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

/illumos-gate/usr/src/lib/libnsctl/common/
H A Dhash.c30 #define HASH_PRIME 2039 macro
39 hash = (hash_node_t **)calloc(HASH_PRIME, sizeof (hash_node_t *));
137 for (i = 0; i < HASH_PRIME; i++) {
165 return (hash % HASH_PRIME);

Completed in 63 milliseconds