Lines Matching refs:low
58 unsigned int low = 0;
60 while (high != low) {
61 unsigned int mid = low + ((high - low) >> 1);
68 low = mid;
71 low = mid + 1;
79 int32_t field = TableGet<kEntryDist>(table, low);
114 unsigned int low = 0;
116 while (high != low) {
117 unsigned int mid = low + ((high - low) >> 1);
124 low = mid;
127 low = mid + 1;
135 int32_t field = TableGet<kEntryDist>(table, low);
140 int32_t value = table[2 * low + 1];
145 // Low bits 0 means a constant offset from the given character.
153 // Low bits 1 means a special case mapping
168 // Low bits 2 means a really really special case
254 // High and low surrogate halves.