Home | History | Annotate | Download | only in libwnnDictionary

Lines Matching refs:src3

161             NJ_UINT8    src1, src2, src3;
166 /* src1 src2 src3 */
174 src3 = src_tmp[ 3 ];
178 dst[ o + 2 ] = 0x80 | ( ( src2 & 0x0f ) << 2 ) | ( ( src3 & 0xc0 ) >> 6 );
179 dst[ o + 3 ] = 0x80 | ( src3 & 0x3f );