Home | History | Annotate | Download | only in Mips

Lines Matching refs:bucket_pos

566     size_t bucket_pos = hash_func(name) % nbucket;
567 chain[sym_idx] = bucket[bucket_pos];
568 bucket[bucket_pos] = sym_idx;