Home | History | Annotate | Download | only in tests

Lines Matching defs:hp

2540    Int32 i, j, h, bigN, hp;
2546 hp = 0;
2547 while (incs[hp] < bigN) hp++;
2548 hp--;
2550 for (; hp >= 0; hp--) {
2551 h = incs[hp];