Searched refs:HASH_PRIME (Results 1 – 1 of 1) sorted by relevance
30 #define HASH_PRIME 2039 macro39 hash = (hash_node_t **)calloc(HASH_PRIME, sizeof (hash_node_t *)); in nsc_create_hash()137 for (i = 0; i < HASH_PRIME; i++) { in nsc_remove_all()165 return (hash % HASH_PRIME); in calc_hash()