Home | History | Annotate | Download | only in tests

Lines Matching defs:hp

2531    Int32 i, j, h, bigN, hp;
2537 hp = 0;
2538 while (incs[hp] < bigN) hp++;
2539 hp--;
2541 for (; hp >= 0; hp--) {
2542 h = incs[hp];