Searched refs:index3 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/library/libiconv-1.8/lib/
H A Djohab_hangul.h118 int index3 = jamo_final_index[bitspart3]; local
120 if (index1 >= 0 && index2 >= 0 && index3 >= 0) {
129 } else if (index3 == fill) {
138 if (index3 == fill) {
147 /* index1 and index2 are not fill, but index3 may be fill. */
149 *pwc = 0xac00 + ((index1 - 1) * 21 + (index2 - 1)) * 28 + index3;
188 /* index3 = jamo_final_index[bitspart3] <==>
189 bitspart3 = jamo_final_index_inverse[index3] */
208 unsigned int index3; local
211 index3
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pnp/
H A Disapnp.c1079 int index1, index2, index3; local
1084 index3 = 0;
1094 if (index3 < index2)
1095 index3 = index2;
1097 index -= index3;

Completed in 98 milliseconds