Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 4 of 4) sorted by relevance

/iconvdata/
A Dtcvn5712-1.c391 unsigned int i2; \
415 i2 = i1 + comp_table[i].len - 1; \
418 && last_ch <= comp_table_data[i2].base) \
422 i = (i1 + i2) >> 1; \
429 i2 = i; \
437 i = i2; \
664 unsigned int i2; \
669 && ch <= decomp_table[i2].composed) \
675 i = (i1 + i2) >> 1; \
682 i2 = i; \
[all …]
A Dcp1258.c395 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; \
817 && ch <= decomp_table[i2].composed) \
823 i = (i1 + i2) >> 1; \
830 i2 = i; \
[all …]
A Dcp1255.c221 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; \
478 && ch <= decomp_table[i2].composed) \
484 i = (i1 + i2) >> 1; \
491 i2 = i; \
[all …]
A Dtst-table-from.c206 unsigned int i0, i1, i2, i3; in main() local
239 for (i2 = 0; i2 < 0x100; i2++) in main()
241 buf[2] = i2; in main()
251 i0, i1, i2, unicode); in main()
268 i0, i1, i2, i3, unicode); in main()

Completed in 7 milliseconds