Searched refs:out16 (Results 1 - 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 686 UChar out16[10]; in Test_UChar_UTF8_API() local 692 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withLead8, UPRV_LENGTHOF(withLead8), &err), err!=U_INVALID_CHAR_FOUND) || in Test_UChar_UTF8_API() 693 (err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, &err), err!=U_INVALID_CHAR_FOUND) in Test_UChar_UTF8_API() 703 out16[0]=0x55aa; in Test_UChar_UTF8_API() 705 u_strFromUTF8WithSub(out16, UPRV_LENGTHOF(out16), &uDestLen, in Test_UChar_UTF8_API() 710 0!=u_memcmp(withTrail16Sub50005, out16, uDestLen+1) || in Test_UChar_UTF8_API() 718 out16[ in Test_UChar_UTF8_API() 857 UChar out16[10]; Test_UChar_UTF8_API() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | sgidec.c | 193 uint16_t *out16 = (uint16_t *)out_end; in read_uncompressed_sgi() local 196 *out16++ = bytestream2_get_ne16u(&gp[z]); in read_uncompressed_sgi()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vc1dsp_lasx.c | 811 out10, out11, out12, out13, out14, out15, out16, out17, out18; in put_vc1_mspel_mc_h_lasx() local 881 DUP2_ARG3(__lasx_xvpermi_q, out0, out0, 0x31, out1, out1, 0x31, out16, out17); in put_vc1_mspel_mc_h_lasx() 892 out16 = __lasx_xvpermi_d(out16, 0xD8); in put_vc1_mspel_mc_h_lasx() 909 ROW_LASX(out13, out14, out15, out16, in13); in put_vc1_mspel_mc_h_lasx() 910 ROW_LASX(out14, out15, out16, out17, in14); in put_vc1_mspel_mc_h_lasx() 911 ROW_LASX(out15, out16, out17, out18, in15); in put_vc1_mspel_mc_h_lasx()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm_16bpp.asm | 1788 SUMSUB_BA d, 3, 4, 7 ; m3=out15, m4=out16
|
Completed in 7 milliseconds