Lines Matching refs:i2
221 unsigned int i, i1, i2; \
254 i2 = i1 + comp_table[i].len - 1; \
257 && last_ch <= comp_table_data[i2].base) \
261 i = (i1 + i2) >> 1; \
268 i2 = i; \
276 i = i2; \
473 unsigned int i1, i2; \
476 i2 = sizeof (decomp_table) / sizeof (decomp_table[0]) - 1; \
478 && ch <= decomp_table[i2].composed) \
484 i = (i1 + i2) >> 1; \
491 i2 = i; \
499 i = i2; \