Searched refs:i2 (Results 1 – 4 of 4) sorted by relevance
/iconvdata/ |
A D | tcvn5712-1.c | 391 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 D | cp1258.c | 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; \ 817 && ch <= decomp_table[i2].composed) \ 823 i = (i1 + i2) >> 1; \ 830 i2 = i; \ [all …]
|
A D | cp1255.c | 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; \ 478 && ch <= decomp_table[i2].composed) \ 484 i = (i1 + i2) >> 1; \ 491 i2 = i; \ [all …]
|
A D | tst-table-from.c | 206 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