Lines Matching refs:hi
281 int hi = 0;
288 hi = count - 1;
289 while (lo < hi) {
290 int mid = (hi + lo) >> 1;
294 hi = mid;
297 glyph = gptr[hi];
305 // check if we need to bump hi before falling though to the allocator
307 hi += 1;
311 // not found, but hi tells us where to inser the new glyph
317 *fGlyphArray.insert(hi) = glyph;