Home | History | Annotate | Download | only in tests

Lines Matching defs:hp

2568    Int32 i, j, h, bigN, hp;
2574 hp = 0;
2575 while (incs[hp] < bigN) hp++;
2576 hp--;
2578 for (; hp >= 0; hp--) {
2579 h = incs[hp];