Lines Matching full:bucket
152 unsigned int bucket = hash(key) % N_BUCKETS;154 for (n = &table[bucket]; *n; n = &(*n)->next)658 unsigned int bucket = hash(key) % N_BUCKETS;660 for (n = &table[bucket]; *n; n = &(*n)->next)