Home | History | Annotate | Download | only in animator

Lines Matching refs:hi

24     int hi = count - 1;
25 while (lo < hi) {
26 int mid = (hi + lo) >> 1;
30 hi = mid;
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
34 return hi;
40 int hi = kTypeIDs - 1;
41 while (lo < hi) {
42 int mid = (hi + lo) >> 1;
46 hi = mid;
48 if (gTypeIDs[hi] != type)
50 return hi;