Home | History | Annotate | Download | only in animator

Lines Matching defs:hi

32     int hi = count - 1;
33 while (lo < hi) {
34 int mid = (hi + lo) >> 1;
38 hi = mid;
40 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
42 return hi;
48 int hi = kTypeIDs - 1;
49 while (lo < hi) {
50 int mid = (hi + lo) >> 1;
54 hi = mid;
56 if (gTypeIDs[hi] != type)
58 return hi;