Lines Matching full:probe
172 le_uint16 probe = 1 << fEntrySelector;
179 while (probe > (1 << 0)) {
180 probe >>= 1;
182 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
183 index += probe;
221 le_int32 probe = fPower;
228 while (probe > (1 << 0)) {
229 probe >>= 1;
231 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
232 range += probe;