Home | History | Annotate | Download | only in layout

Lines Matching defs:probe

64   le_int32 probe = power;
74 while (probe > (1 << 0)) {
75 probe >>= 1;
78 const ATag &aTag = (r0+index+probe)->tag;
80 index += probe;
103 le_int32 probe = power;
114 while (probe > (1 << 0) && LE_SUCCESS(success)) {
115 probe >>= 1;
117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
118 range += probe;
133 le_int32 probe = power;
140 while (probe > (1 << 0)) {
141 probe >>= 1;
143 if (value >= array[index + probe]) {
144 index += probe;
155 le_int32 probe = power;
162 while (probe > (1 << 0)) {
163 probe >>= 1;
165 if (value >= array[index + probe]) {
166 index += probe;