Searched refs:hash_sindx (Results 1 – 1 of 1) sorted by relevance
4723 int hash_sindx; in c_segment_sv_hash_insert() local4734 hash_sindx = data & C_SV_HASH_MASK; in c_segment_sv_hash_insert()4737 o_sv_he.he_record = c_segment_sv_hash_table[hash_sindx].he_record; in c_segment_sv_hash_insert()4743 …record, (UInt64)n_sv_he.he_record, (UInt64 *) &c_segment_sv_hash_table[hash_sindx].he_record) == T… in c_segment_sv_hash_insert()4750 o_sv_he.he_record = c_segment_sv_hash_table[hash_sindx].he_record; in c_segment_sv_hash_insert()4755 hash_sindx++; in c_segment_sv_hash_insert()4757 if (hash_sindx == C_SV_HASH_SIZE) { in c_segment_sv_hash_insert()4758 hash_sindx = 0; in c_segment_sv_hash_insert()4765 return hash_sindx; in c_segment_sv_hash_insert()