Home | History | Annotate | Download | only in layout

Lines Matching refs:probe

59     le_int32 probe = power;
66 while (probe > (1 << 0)) {
67 probe >>= 1;
69 if (SWAPT(records[index + probe].tag) <= tag) {
70 index += probe;
86 le_int32 probe = power;
97 while (probe > (1 << 0)) {
98 probe >>= 1;
100 if (SWAPW(records[range + probe].firstGlyph) <= glyphID) {
101 range += probe;
116 le_int32 probe = power;
123 while (probe > (1 << 0)) {
124 probe >>= 1;
126 if (value >= array[index + probe]) {
127 index += probe;
138 le_int32 probe = power;
145 while (probe > (1 << 0)) {
146 probe >>= 1;
148 if (value >= array[index + probe]) {
149 index += probe;