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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libiconv-1.14/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libiconv-1.14/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libiconv-1.14/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Decp_nistz256.c912 int index1, int index2, int index3);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Decp_nistz256.c912 int index1, int index2, int index3);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Decp_nistz256.c912 int index1, int index2, int index3);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1947 vmovd $index3, %xmm3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1947 vmovd $index3, %xmm3
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/asm/
H A Decp_nistz256-avx2.pl1913 # int index0, int index1, int index2, int index3);
1916 my ($val,$in_t,$index0,$index1,$index2,$index3)=("%rdi","%rsi","%edx","%ecx","%r8d","%r9d");
1947 vmovd $index3, %xmm3

Completed in 109 milliseconds