Home | History | Annotate | Download | only in switchback

Lines Matching defs:hp

2516    Int32 i, j, h, bigN, hp;
2522 hp = 0;
2523 while (incs[hp] < bigN) hp++;
2524 hp--;
2526 for (; hp >= 0; hp--) {
2527 h = incs[hp];