Lines Matching full:probe
175 le_uint16 probe = 1 << fEntrySelector;
182 while (probe > (1 << 0)) {
183 probe >>= 1;
185 if (SWAPU16(fStartCodes[index + probe]) <= unicode) {
186 index += probe;
224 le_int32 probe = fPower;
231 while (probe > (1 << 0)) {
232 probe >>= 1;
234 if (SWAPU32(fGroups[range + probe].startCharCode) <= unicode32) {
235 range += probe;