Lines Matching refs:pos
98 int pos = (low + high) / 2;
99 if (wine_ligatures[pos] < wc)
100 low = pos + 1;
101 else if (wine_ligatures[pos] > wc)
102 high = pos - 1;
104 return wine_expanded_ligatures[pos][3];
115 int pos = (low + high) / 2;
116 if (wine_ligatures[pos] < wc)
117 low = pos + 1;
118 else if (wine_ligatures[pos] > wc)
119 high = pos - 1;
121 return wine_expanded_ligatures[pos];