Home | History | Annotate | Download | only in helgrind

Lines Matching refs:hent

4361    UWord hent;
4368 hent = example->frames_hash % N_RCEC_TAB;
4369 copy = contextTab[hent];
4382 if (copy != contextTab[hent]) {
4383 move_RCEC_one_step_forward( &contextTab[hent], copy );
4389 copy->next = contextTab[hent];
4390 contextTab[hent] = copy;