Lines Matching refs:i2
395 unsigned int i, i1, i2; \
419 i2 = i1 + comp_table[i].len - 1; \
422 && last_ch <= comp_table_data[i2].base) \
426 i = (i1 + i2) >> 1; \
433 i2 = i; \
441 i = i2; \
812 unsigned int i1, i2; \
815 i2 = sizeof (decomp_table) / sizeof (decomp_table[0]) - 1; \
817 && ch <= decomp_table[i2].composed) \
823 i = (i1 + i2) >> 1; \
830 i2 = i; \
838 i = i2; \