Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching refs:dst2

99                 NJ_UINT8    dst1, dst2, dst3;
104 /* dst1 dst2 dst3 */
114 dst2 = ( ( src[ i + 1 ] & 0x3f ) << 4 ) | ( ( src[ i + 2 ] & 0x3f ) >> 2 );
118 dst_tmp[ 1 ] = ( ( dst1 & 0x03 ) << 6 ) | ( ( dst2 & 0xfc ) >> 2 );
119 dst_tmp[ 2 ] = 0xdc | ( ( dst2 & 0x03 ) );