Lines Matching defs:search
6637 * Range varies with pattern. Can only compare scores with same search pattern. */
11102 /* @OPTIMIZE: binary search */
11190 } else if (format == 4) { /* standard mapping for windows fonts: binary search collection of ranges */
11196 /* do a binary search of the segments */
11198 nk_uint search = endCount;
11205 if (unicode_codepoint >= nk_ttUSHORT(data + search + rangeShift*2))
11206 search += (nk_uint)(rangeShift*2);
11209 search -= 2;
11213 end = nk_ttUSHORT(data + search + searchRange*2);
11215 search += (nk_uint)(searchRange*2);
11218 search += 2;
11222 nk_ushort item = (nk_ushort) ((search - endCount) >> 1);
11239 /* Binary search the right group. */
21765 /* search rows to find one that straddles 'y' */
21791 /* search characters in row for one that straddles 'x' */
21870 /* search rows to find the one that straddles character n */