Searched refs:ndx (Results 1 – 1 of 1) sorted by relevance
129 unsigned int ndx = (type + hash) % OSSL_NELEM(hash_table); in add_entry() local131 for (bp = hash_table[ndx]; bp; bp = bp->next) in add_entry()137 bp->next = hash_table[ndx]; in add_entry()140 hash_table[ndx] = bp; in add_entry()
Completed in 4 milliseconds