/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | des3_ede_glue.c | 25 asmlinkage void des3_ede_x86_64_crypt_blk(const u32 *expkey, u8 *dst, 29 asmlinkage void des3_ede_x86_64_crypt_blk_3way(const u32 *expkey, u8 *dst, 32 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_enc_blk() argument 37 des3_ede_x86_64_crypt_blk(enc_ctx, dst, src); in des3_ede_enc_blk() 40 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk() argument 45 des3_ede_x86_64_crypt_blk(dec_ctx, dst, src); in des3_ede_dec_blk() 48 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, in des3_ede_dec_blk_3way() argument 53 des3_ede_x86_64_crypt_blk_3way(dec_ctx, dst, src); in des3_ede_dec_blk_3way() 56 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt() argument 58 des3_ede_enc_blk(crypto_tfm_ctx(tfm), dst, sr in des3_ede_x86_encrypt() local 61 des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) des3_ede_x86_decrypt() argument 63 des3_ede_dec_blk(crypto_tfm_ctx(tfm), dst, src); des3_ede_x86_decrypt() local 132 u64 *dst = (u64 *)walk->dst.virt.addr; __cbc_encrypt() local 173 u64 *dst = (u64 *)walk->dst.virt.addr; __cbc_decrypt() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerX8632.cpp | 265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() argument 269 emitUint8(0xC0 + gprEncoding(dst)); in setcc() 279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() argument 285 emitUint8(0xB0 + gprEncoding(dst)); in mov() 290 emitUint8(0xB8 + gprEncoding(dst)); in mov() 295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() argument 304 emitRegisterOperand(gprEncoding(src), gprEncoding(dst)); in mov() 307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() argument 316 emitOperand(gprEncoding(dst), src); in mov() 319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegiste argument 328 emitOperand(gprEncoding(src), dst); mov() local 331 mov(Type Ty, const AsmAddress &dst, const Immediate &imm) mov() argument 348 movzx(Type SrcTy, GPRRegister dst, GPRRegister src) movzx() argument 357 movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movzx() argument 366 movsx(Type SrcTy, GPRRegister dst, GPRRegister src) movsx() argument 375 movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) movsx() argument 384 lea(Type Ty, GPRRegister dst, const AsmAddress &src) lea() argument 393 cmov(Type Ty, BrCond cond, GPRRegister dst, GPRRegister src) cmov() argument 405 cmov(Type Ty, BrCond cond, GPRRegister dst, const AsmAddress &src) cmov() argument 423 movss(Type Ty, XmmRegister dst, const AsmAddress &src) movss() argument 431 movss(Type Ty, const AsmAddress &dst, XmmRegister src) movss() argument 436 emitOperand(gprEncoding(src), dst); movss() local 439 movss(Type Ty, XmmRegister dst, XmmRegister src) movss() argument 447 movd(Type SrcTy, XmmRegister dst, GPRRegister src) movd() argument 455 movd(Type SrcTy, XmmRegister dst, const AsmAddress &src) movd() argument 463 movd(Type DestTy, GPRRegister dst, XmmRegister src) movd() argument 471 movd(Type DestTy, const AsmAddress &dst, XmmRegister src) movd() argument 476 emitOperand(gprEncoding(src), dst); movd() local 479 movq(XmmRegister dst, XmmRegister src) movq() argument 487 movq(const AsmAddress &dst, XmmRegister src) movq() argument 492 emitOperand(gprEncoding(src), dst); movq() local 495 movq(XmmRegister dst, const AsmAddress &src) movq() argument 503 addss(Type Ty, XmmRegister dst, XmmRegister src) addss() argument 511 addss(Type Ty, XmmRegister dst, const AsmAddress &src) addss() argument 519 subss(Type Ty, XmmRegister dst, XmmRegister src) subss() argument 527 subss(Type Ty, XmmRegister dst, const AsmAddress &src) subss() argument 535 mulss(Type Ty, XmmRegister dst, XmmRegister src) mulss() argument 543 mulss(Type Ty, XmmRegister dst, const AsmAddress &src) mulss() argument 551 divss(Type Ty, XmmRegister dst, XmmRegister src) divss() argument 559 divss(Type Ty, XmmRegister dst, const AsmAddress &src) divss() argument 573 fstp(Type Ty, const AsmAddress &dst) fstp() argument 585 movaps(XmmRegister dst, XmmRegister src) movaps() argument 592 movups(XmmRegister dst, XmmRegister src) movups() argument 599 movups(XmmRegister dst, const AsmAddress &src) movups() argument 606 movups(const AsmAddress &dst, XmmRegister src) movups() argument 610 emitOperand(gprEncoding(src), dst); movups() local 613 padd(Type Ty, XmmRegister dst, XmmRegister src) padd() argument 627 padd(Type Ty, XmmRegister dst, const AsmAddress &src) padd() argument 641 padds(Type Ty, XmmRegister dst, XmmRegister src) padds() argument 655 padds(Type Ty, XmmRegister dst, const AsmAddress &src) padds() argument 669 paddus(Type Ty, XmmRegister dst, XmmRegister src) paddus() argument 683 paddus(Type Ty, XmmRegister dst, const AsmAddress &src) paddus() argument 697 pand(Type , XmmRegister dst, XmmRegister src) pand() argument 705 pand(Type , XmmRegister dst, const AsmAddress &src) pand() argument 714 pandn(Type , XmmRegister dst, XmmRegister src) pandn() argument 722 pandn(Type , XmmRegister dst, const AsmAddress &src) pandn() argument 731 pmull(Type Ty, XmmRegister dst, XmmRegister src) pmull() argument 745 pmull(Type Ty, XmmRegister dst, const AsmAddress &src) pmull() argument 759 pmulhw(Type Ty, XmmRegister dst, XmmRegister src) pmulhw() argument 769 pmulhw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhw() argument 779 pmulhuw(Type Ty, XmmRegister dst, XmmRegister src) pmulhuw() argument 789 pmulhuw(Type Ty, XmmRegister dst, const AsmAddress &src) pmulhuw() argument 799 pmaddwd(Type Ty, XmmRegister dst, XmmRegister src) pmaddwd() argument 809 pmaddwd(Type Ty, XmmRegister dst, const AsmAddress &src) pmaddwd() argument 819 pmuludq(Type , XmmRegister dst, XmmRegister src) pmuludq() argument 827 pmuludq(Type , XmmRegister dst, const AsmAddress &src) pmuludq() argument 836 por(Type , XmmRegister dst, XmmRegister src) por() argument 844 por(Type , XmmRegister dst, const AsmAddress &src) por() argument 853 psub(Type Ty, XmmRegister dst, XmmRegister src) psub() argument 867 psub(Type Ty, XmmRegister dst, const AsmAddress &src) psub() argument 881 psubs(Type Ty, XmmRegister dst, XmmRegister src) psubs() argument 895 psubs(Type Ty, XmmRegister dst, const AsmAddress &src) psubs() argument 909 psubus(Type Ty, XmmRegister dst, XmmRegister src) psubus() argument 923 psubus(Type Ty, XmmRegister dst, const AsmAddress &src) psubus() argument 937 pxor(Type , XmmRegister dst, XmmRegister src) pxor() argument 945 pxor(Type , XmmRegister dst, const AsmAddress &src) pxor() argument 954 psll(Type Ty, XmmRegister dst, XmmRegister src) psll() argument 967 psll(Type Ty, XmmRegister dst, const AsmAddress &src) psll() argument 980 psll(Type Ty, XmmRegister dst, const Immediate &imm) psll() argument 995 psra(Type Ty, XmmRegister dst, XmmRegister src) psra() argument 1008 psra(Type Ty, XmmRegister dst, const AsmAddress &src) psra() argument 1021 psra(Type Ty, XmmRegister dst, const Immediate &imm) psra() argument 1036 psrl(Type Ty, XmmRegister dst, XmmRegister src) psrl() argument 1051 psrl(Type Ty, XmmRegister dst, const AsmAddress &src) psrl() argument 1066 psrl(Type Ty, XmmRegister dst, const Immediate &imm) psrl() argument 1087 addps(Type , XmmRegister dst, XmmRegister src) addps() argument 1094 addps(Type , XmmRegister dst, const AsmAddress &src) addps() argument 1102 subps(Type , XmmRegister dst, XmmRegister src) subps() argument 1109 subps(Type , XmmRegister dst, const AsmAddress &src) subps() argument 1117 divps(Type , XmmRegister dst, XmmRegister src) divps() argument 1124 divps(Type , XmmRegister dst, const AsmAddress &src) divps() argument 1132 mulps(Type , XmmRegister dst, XmmRegister src) mulps() argument 1139 mulps(Type , XmmRegister dst, const AsmAddress &src) mulps() argument 1147 minps(Type Ty, XmmRegister dst, XmmRegister src) minps() argument 1156 minps(Type Ty, XmmRegister dst, const AsmAddress &src) minps() argument 1165 minss(Type Ty, XmmRegister dst, XmmRegister src) minss() argument 1173 minss(Type Ty, XmmRegister dst, const AsmAddress &src) minss() argument 1181 maxps(Type Ty, XmmRegister dst, XmmRegister src) maxps() argument 1190 maxps(Type Ty, XmmRegister dst, const AsmAddress &src) maxps() argument 1199 maxss(Type Ty, XmmRegister dst, XmmRegister src) maxss() argument 1207 maxss(Type Ty, XmmRegister dst, const AsmAddress &src) maxss() argument 1215 andnps(Type Ty, XmmRegister dst, XmmRegister src) andnps() argument 1224 andnps(Type Ty, XmmRegister dst, const AsmAddress &src) andnps() argument 1233 andps(Type Ty, XmmRegister dst, XmmRegister src) andps() argument 1242 andps(Type Ty, XmmRegister dst, const AsmAddress &src) andps() argument 1251 orps(Type Ty, XmmRegister dst, XmmRegister src) orps() argument 1260 orps(Type Ty, XmmRegister dst, const AsmAddress &src) orps() argument 1269 blendvps(Type , XmmRegister dst, XmmRegister src) blendvps() argument 1278 blendvps(Type , XmmRegister dst, const AsmAddress &src) blendvps() argument 1288 pblendvb(Type , XmmRegister dst, XmmRegister src) pblendvb() argument 1297 pblendvb(Type , XmmRegister dst, const AsmAddress &src) pblendvb() argument 1307 cmpps(Type Ty, XmmRegister dst, XmmRegister src, CmppsCond CmpCondition) cmpps() argument 1318 cmpps(Type Ty, XmmRegister dst, const AsmAddress &src, CmppsCond CmpCondition) cmpps() argument 1330 sqrtps(XmmRegister dst) sqrtps() argument 1337 rsqrtps(XmmRegister dst) rsqrtps() argument 1344 reciprocalps(XmmRegister dst) reciprocalps() argument 1351 movhlps(XmmRegister dst, XmmRegister src) movhlps() argument 1358 movlhps(XmmRegister dst, XmmRegister src) movlhps() argument 1365 unpcklps(XmmRegister dst, XmmRegister src) unpcklps() argument 1372 unpckhps(XmmRegister dst, XmmRegister src) unpckhps() argument 1379 unpcklpd(XmmRegister dst, XmmRegister src) unpcklpd() argument 1387 unpckhpd(XmmRegister dst, XmmRegister src) unpckhpd() argument 1395 set1ps(XmmRegister dst, GPRRegister tmp1, const Immediate &imm) set1ps() argument 1405 pshufb(Type , XmmRegister dst, XmmRegister src) pshufb() argument 1414 pshufb(Type , XmmRegister dst, const AsmAddress &src) pshufb() argument 1424 pshufd(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) pshufd() argument 1435 pshufd(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) pshufd() argument 1569 shufps(Type , XmmRegister dst, XmmRegister src, const Immediate &imm) shufps() argument 1579 shufps(Type , XmmRegister dst, const AsmAddress &src, const Immediate &imm) shufps() argument 1590 sqrtpd(XmmRegister dst) sqrtpd() argument 1598 cvtdq2ps(Type , XmmRegister dst, XmmRegister src) cvtdq2ps() argument 1606 cvtdq2ps(Type , XmmRegister dst, const AsmAddress &src) cvtdq2ps() argument 1614 cvttps2dq(Type , XmmRegister dst, XmmRegister src) cvttps2dq() argument 1623 cvttps2dq(Type , XmmRegister dst, const AsmAddress &src) cvttps2dq() argument 1632 cvtps2dq(Type , XmmRegister dst, XmmRegister src) cvtps2dq() argument 1641 cvtps2dq(Type , XmmRegister dst, const AsmAddress &src) cvtps2dq() argument 1650 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, GPRRegister src) cvtsi2ss() argument 1659 cvtsi2ss(Type DestTy, XmmRegister dst, Type SrcTy, const AsmAddress &src) cvtsi2ss() argument 1668 cvtfloat2float(Type SrcTy, XmmRegister dst, XmmRegister src) cvtfloat2float() argument 1678 cvtfloat2float(Type SrcTy, XmmRegister dst, const AsmAddress &src) cvtfloat2float() argument 1687 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvttss2si() argument 1696 cvttss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvttss2si() argument 1705 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, XmmRegister src) cvtss2si() argument 1714 cvtss2si(Type DestTy, GPRRegister dst, Type SrcTy, const AsmAddress &src) cvtss2si() argument 1741 movmsk(Type Ty, GPRRegister dst, XmmRegister src) movmsk() argument 1761 sqrt(Type Ty, XmmRegister dst, const AsmAddress &src) sqrt() argument 1770 sqrt(Type Ty, XmmRegister dst, XmmRegister src) sqrt() argument 1779 xorps(Type Ty, XmmRegister dst, const AsmAddress &src) xorps() argument 1788 xorps(Type Ty, XmmRegister dst, XmmRegister src) xorps() argument 1797 insertps(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &imm) insertps() argument 1811 insertps(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) insertps() argument 1826 pinsr(Type Ty, XmmRegister dst, GPRRegister src, const Immediate &imm) pinsr() argument 1842 pinsr(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &imm) pinsr() argument 1859 pextr(Type Ty, GPRRegister dst, XmmRegister src, const Immediate &imm) pextr() argument 1881 pmovsxdq(XmmRegister dst, XmmRegister src) pmovsxdq() argument 1890 pcmpeq(Type Ty, XmmRegister dst, XmmRegister src) pcmpeq() argument 1904 pcmpeq(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpeq() argument 1918 pcmpgt(Type Ty, XmmRegister dst, XmmRegister src) pcmpgt() argument 1932 pcmpgt(Type Ty, XmmRegister dst, const AsmAddress &src) pcmpgt() argument 1946 round(Type Ty, XmmRegister dst, XmmRegister src, const Immediate &mode) round() argument 1970 round(Type Ty, XmmRegister dst, const AsmAddress &src, const Immediate &mode) round() argument 1994 fnstcw(const AsmAddress &dst) fnstcw() argument 2006 fistpl(const AsmAddress &dst) fistpl() argument 2012 fistps(const AsmAddress &dst) fistps() argument 3007 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_start() local 3021 constexpr GPRRegister dst = GPRRegister::Encoded_Reg_ebx; iaca_end() local [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hpeldsp_msa.c | 24 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ 29 tmp_m = __msa_aver_u_b(tmp_m, (v16u8) dst); \ 56 uint8_t *dst, int32_t dst_stride, in common_hz_bil_4w_msa() 73 SW(out0, dst); in common_hz_bil_4w_msa() 74 dst += dst_stride; in common_hz_bil_4w_msa() 75 SW(out1, dst); in common_hz_bil_4w_msa() 76 dst += dst_stride; in common_hz_bil_4w_msa() 81 uint8_t *dst, int32_t dst_stride, in common_hz_bil_8w_msa() 95 src2, src2_sld1, src3, src3_sld1, dst, dst_stride); in common_hz_bil_8w_msa() 96 dst in common_hz_bil_8w_msa() 55 common_hz_bil_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_4w_msa() argument 80 common_hz_bil_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_8w_msa() argument 100 common_hz_bil_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_16w_msa() argument 124 common_hz_bil_no_rnd_8x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hz_bil_no_rnd_8x8_msa() argument 147 common_hz_bil_no_rnd_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hz_bil_no_rnd_4x8_msa() argument 160 common_hz_bil_no_rnd_16x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hz_bil_no_rnd_16x16_msa() argument 195 common_hz_bil_no_rnd_8x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hz_bil_no_rnd_8x16_msa() argument 213 common_hz_bil_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_and_aver_dst_4w_msa() argument 248 common_hz_bil_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_and_aver_dst_8w_msa() argument 270 common_hz_bil_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hz_bil_and_aver_dst_16w_msa() argument 294 common_vt_bil_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_4w_msa() argument 322 common_vt_bil_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_8w_msa() argument 344 common_vt_bil_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_16w_msa() argument 369 common_vt_bil_no_rnd_8x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_vt_bil_no_rnd_8x8_msa() argument 386 common_vt_bil_no_rnd_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_vt_bil_no_rnd_4x8_msa() argument 396 common_vt_bil_no_rnd_16x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_vt_bil_no_rnd_16x16_msa() argument 423 common_vt_bil_no_rnd_8x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_vt_bil_no_rnd_8x16_msa() argument 440 common_vt_bil_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_and_aver_dst_4w_msa() argument 474 common_vt_bil_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_and_aver_dst_8w_msa() argument 496 common_vt_bil_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_vt_bil_and_aver_dst_16w_msa() argument 529 common_hv_bil_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_4w_msa() argument 566 common_hv_bil_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_8w_msa() argument 603 common_hv_bil_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_16w_msa() argument 661 common_hv_bil_no_rnd_8x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hv_bil_no_rnd_8x8_msa() argument 709 common_hv_bil_no_rnd_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hv_bil_no_rnd_4x8_msa() argument 743 common_hv_bil_no_rnd_16x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hv_bil_no_rnd_16x16_msa() argument 860 common_hv_bil_no_rnd_8x16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride) common_hv_bil_no_rnd_8x16_msa() argument 924 common_hv_bil_and_aver_dst_4w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_and_aver_dst_4w_msa() argument 966 common_hv_bil_and_aver_dst_8w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_and_aver_dst_8w_msa() argument 1006 common_hv_bil_and_aver_dst_16w_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, uint8_t height) common_hv_bil_and_aver_dst_16w_msa() argument 1078 copy_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width8_msa() argument 1164 copy_16multx8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height, int32_t width) copy_16multx8mult_msa() argument 1192 copy_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width16_msa() argument 1226 avg_width4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width4_msa() argument 1271 avg_width8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width8_msa() argument 1297 avg_width16_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width16_msa() argument [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel.c | 32 void ff_put_pixels4_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 34 void ff_avg_pixels4_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 36 void ff_put_pixels8_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 38 void ff_avg_pixels8_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 40 void ff_put_pixels16_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 42 void ff_avg_pixels16_l2_mmxext(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, 53 void ff_ ## OPNAME ## _h264_qpel4_h_lowpass_mmxext(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride);\ 54 void ff_ ## OPNAME ## _h264_qpel8_h_lowpass_mmxext(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride);\ 55 void ff_ ## OPNAME ## _h264_qpel8_h_lowpass_ssse3(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride);\ 56 void ff_ ## OPNAME ## _h264_qpel4_h_lowpass_l2_mmxext(uint8_t *dst, cons 209 put_h264_qpel16_mc00_sse2(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_h264_qpel16_mc00_sse2() argument 214 avg_h264_qpel16_mc00_sse2(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_h264_qpel16_mc00_sse2() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface_udp.c | 65 static void wpas_ctrl_iface_free_dst(struct wpa_ctrl_dst *dst) in wpas_ctrl_iface_free_dst() argument 69 while (dst) { in wpas_ctrl_iface_free_dst() 70 prev = dst; in wpas_ctrl_iface_free_dst() 71 dst = dst->next; in wpas_ctrl_iface_free_dst() 85 struct wpa_ctrl_dst *dst; in wpa_supplicant_ctrl_iface_attach() local 90 dst = os_zalloc(sizeof(*dst)); in wpa_supplicant_ctrl_iface_attach() 91 if (dst == NULL) in wpa_supplicant_ctrl_iface_attach() 93 os_memcpy(&dst in wpa_supplicant_ctrl_iface_attach() 118 struct wpa_ctrl_dst *dst, *prev = NULL; global() local 163 struct wpa_ctrl_dst *dst; global() local 506 struct wpa_ctrl_dst *dst, *next; global() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface_udp.c | 65 static void wpas_ctrl_iface_free_dst(struct wpa_ctrl_dst *dst) in wpas_ctrl_iface_free_dst() argument 69 while (dst) { in wpas_ctrl_iface_free_dst() 70 prev = dst; in wpas_ctrl_iface_free_dst() 71 dst = dst->next; in wpas_ctrl_iface_free_dst() 85 struct wpa_ctrl_dst *dst; in wpa_supplicant_ctrl_iface_attach() local 90 dst = os_zalloc(sizeof(*dst)); in wpa_supplicant_ctrl_iface_attach() 91 if (dst == NULL) in wpa_supplicant_ctrl_iface_attach() 93 os_memcpy(&dst in wpa_supplicant_ctrl_iface_attach() 118 struct wpa_ctrl_dst *dst, *prev = NULL; global() local 163 struct wpa_ctrl_dst *dst; global() local 526 struct wpa_ctrl_dst *dst, *next; global() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 430 const u8 dst = bpf2a64[insn->dst_reg]; in build_insn() local 458 /* dst = src */ in build_insn() 461 emit(A64_MOV(is64, dst, src), ctx); in build_insn() 463 /* dst = dst OP src */ in build_insn() 466 emit(A64_ADD(is64, dst, dst, src), ctx); in build_insn() 470 emit(A64_SUB(is64, dst, dst, src), ctx); in build_insn() 474 emit(A64_AND(is64, dst, ds in build_insn() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | rv40dsp.c | 37 static void OPNAME ## rv40_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride,\ 43 OP(dst[0], (src[-2] + src[ 3] - 5*(src[-1]+src[2]) + src[0]*C1 + src[1]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 44 OP(dst[1], (src[-1] + src[ 4] - 5*(src[ 0]+src[3]) + src[1]*C1 + src[2]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 45 OP(dst[2], (src[ 0] + src[ 5] - 5*(src[ 1]+src[4]) + src[2]*C1 + src[3]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 46 OP(dst[3], (src[ 1] + src[ 6] - 5*(src[ 2]+src[5]) + src[3]*C1 + src[4]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 47 OP(dst[4], (src[ 2] + src[ 7] - 5*(src[ 3]+src[6]) + src[4]*C1 + src[5]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 48 OP(dst[5], (src[ 3] + src[ 8] - 5*(src[ 4]+src[7]) + src[5]*C1 + src[6]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 49 OP(dst[6], (src[ 4] + src[ 9] - 5*(src[ 5]+src[8]) + src[6]*C1 + src[7]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 50 OP(dst[7], (src[ 5] + src[10] - 5*(src[ 6]+src[9]) + src[7]*C1 + src[8]*C2 + (1<<(SHIFT-1))) >> SHIFT);\ 51 dst 269 put_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_rv40_qpel16_mc33_c() argument 273 avg_rv40_qpel16_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_rv40_qpel16_mc33_c() argument 277 put_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) put_rv40_qpel8_mc33_c() argument 281 avg_rv40_qpel8_mc33_c(uint8_t *dst, const uint8_t *src, ptrdiff_t stride) avg_rv40_qpel8_mc33_c() argument [all...] |
H A D | audiodsp.c | 36 static void vector_clipf_c_opposite_sign(float *dst, const float *src, in vector_clipf_c_opposite_sign() argument 43 uint32_t *dsti = (uint32_t *) dst; in vector_clipf_c_opposite_sign() 58 static void vector_clipf_c(float *dst, const float *src, int len, in vector_clipf_c() argument 64 vector_clipf_c_opposite_sign(dst, src, &min, &max, len); in vector_clipf_c() 67 dst[i] = av_clipf(src[i], min, max); in vector_clipf_c() 68 dst[i + 1] = av_clipf(src[i + 1], min, max); in vector_clipf_c() 69 dst[i + 2] = av_clipf(src[i + 2], min, max); in vector_clipf_c() 70 dst[i + 3] = av_clipf(src[i + 3], min, max); in vector_clipf_c() 71 dst[i + 4] = av_clipf(src[i + 4], min, max); in vector_clipf_c() 72 dst[ in vector_clipf_c() 90 vector_clip_int32_c(int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) vector_clip_int32_c() argument [all...] |
H A D | bfi.c | 37 uint8_t *dst; member 45 bfi->dst = av_mallocz(avctx->width * avctx->height); in bfi_decode_init() 46 if (!bfi->dst) in bfi_decode_init() 57 uint8_t *dst = bfi->dst; in bfi_decode_frame() local 59 uint8_t *frame_end = bfi->dst + avctx->width * avctx->height; in bfi_decode_frame() 97 while (dst != frame_end) { in bfi_decode_frame() 125 if (dst + (length << lentab[code]) > frame_end) in bfi_decode_frame() 134 bytestream2_get_buffer(&g, dst, length); in bfi_decode_frame() 135 dst in bfi_decode_frame() [all...] |
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | glue_helper-asm-avx.S | 18 #define store_8way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ 19 vmovdqu x0, (0*16)(dst); \ 20 vmovdqu x1, (1*16)(dst); \ 21 vmovdqu x2, (2*16)(dst); \ 22 vmovdqu x3, (3*16)(dst); \ 23 vmovdqu x4, (4*16)(dst); \ 24 vmovdqu x5, (5*16)(dst); \ 25 vmovdqu x6, (6*16)(dst); \ 26 vmovdqu x7, (7*16)(dst); 28 #define store_cbc_8way(src, dst, x [all...] |
H A D | glue_helper-asm-avx2.S | 18 #define store_16way(dst, x0, x1, x2, x3, x4, x5, x6, x7) \ 19 vmovdqu x0, (0*32)(dst); \ 20 vmovdqu x1, (1*32)(dst); \ 21 vmovdqu x2, (2*32)(dst); \ 22 vmovdqu x3, (3*32)(dst); \ 23 vmovdqu x4, (4*32)(dst); \ 24 vmovdqu x5, (5*32)(dst); \ 25 vmovdqu x6, (6*32)(dst); \ 26 vmovdqu x7, (7*32)(dst); 28 #define store_cbc_16way(src, dst, x [all...] |
/third_party/lz4/examples/ |
H A D | compress_functions.c | 114 char *dst, in bench() 126 // Select the right function to perform the benchmark on. We perform 5000 initial loops to warm the cache and ensure that dst in bench() 132 rv = LZ4_compress_default(src, dst, src_size, max_dst_size); in bench() 135 if (memcmp(known_good_dst, dst, max_dst_size) != 0) in bench() 136 run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst... ruh roh.", 1); in bench() 139 LZ4_compress_default(src, dst, src_size, max_dst_size); in bench() 145 rv = LZ4_compress_fast(src, dst, src_size, max_dst_size, acceleration); in bench() 148 if (memcmp(known_good_dst, dst, max_dst_size) != 0) in bench() 149 run_screaming("According to memcmp(), the compressed dst we got doesn't match the known_good_dst... ruh roh.", 1); in bench() 152 LZ4_compress_fast(src, dst, src_siz in bench() 109 bench( const char *known_good_dst, const int function_id, const int iterations, const char *src, char *dst, const size_t src_size, const size_t max_dst_size, const size_t comp_size ) bench() argument 252 char *dst = calloc(1, max_dst_size); main() local [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_removegrain_init.c | 26 void ff_rg_fl_mode_1_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 27 void ff_rg_fl_mode_10_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 28 void ff_rg_fl_mode_11_12_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 29 void ff_rg_fl_mode_13_14_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 30 void ff_rg_fl_mode_19_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 31 void ff_rg_fl_mode_20_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 32 void ff_rg_fl_mode_21_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 33 void ff_rg_fl_mode_22_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 35 void ff_rg_fl_mode_2_sse2(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); 36 void ff_rg_fl_mode_3_sse2(uint8_t *dst, uint8_ [all...] |
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | memcpy.S | 40 #define dst a0 define 47 * memcpy copies len bytes from src to dst and sets v0 to dst. 49 * - src and dst don't overlap 51 * - dst is writable 54 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to 56 * __copy_user assumes that src and dst don't overlap, and that the call is 61 * - dst is writable (no exceptions when writing dst) 79 * 3- (dst [all...] |
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | memcpy.S | 40 #define dst a0 define 47 * memcpy copies len bytes from src to dst and sets v0 to dst. 49 * - src and dst don't overlap 51 * - dst is writable 54 * __copy_user copies up to len bytes from src to dst and sets a2 (len) to 56 * __copy_user assumes that src and dst don't overlap, and that the call is 61 * - dst is writable (no exceptions when writing dst) 79 * 3- (dst [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 48 rect_to_pipe_box(struct pipe_box *dst, const RECT *src) in rect_to_pipe_box() argument 50 dst->x = src->left; in rect_to_pipe_box() 51 dst->y = src->top; in rect_to_pipe_box() 52 dst->z = 0; in rect_to_pipe_box() 53 dst->width = src->right - src->left; in rect_to_pipe_box() 54 dst->height = src->bottom - src->top; in rect_to_pipe_box() 55 dst->depth = 1; in rect_to_pipe_box() 59 pipe_box_to_rect(RECT *dst, const struct pipe_box *src) in pipe_box_to_rect() argument 61 dst->left = src->x; in pipe_box_to_rect() 62 dst in pipe_box_to_rect() 102 rect_to_pipe_box_clamp(struct pipe_box *dst, const RECT *src) rect_to_pipe_box_clamp() argument 116 rect_to_pipe_box_flip(struct pipe_box *dst, const RECT *src) rect_to_pipe_box_flip() argument 128 rect_to_pipe_box_xy_only(struct pipe_box *dst, const RECT *src) rect_to_pipe_box_xy_only() argument 139 rect_to_pipe_box_xy_only_clamp(struct pipe_box *dst, const RECT *src) rect_to_pipe_box_xy_only_clamp() argument 153 rect_to_g3d_u_rect(struct u_rect *dst, const RECT *src) rect_to_g3d_u_rect() argument 164 d3dbox_to_pipe_box(struct pipe_box *dst, const D3DBOX *src) d3dbox_to_pipe_box() argument [all...] |
/third_party/node/src/ |
H A D | string_bytes.cc | 266 uint16_t* const dst = reinterpret_cast<uint16_t*>(buf); in WriteUCS2() local 268 size_t max_chars = buflen / sizeof(*dst); in WriteUCS2() 273 uint16_t* const aligned_dst = AlignUp(dst, sizeof(*dst)); in WriteUCS2() 275 if (aligned_dst == dst) { in WriteUCS2() 276 nchars = str->Write(isolate, dst, 0, max_chars, flags); in WriteUCS2() 277 return nchars * sizeof(*dst); in WriteUCS2() 280 CHECK_EQ(reinterpret_cast<uintptr_t>(aligned_dst) % sizeof(*dst), 0); in WriteUCS2() 291 memmove(dst, aligned_dst, nchars * sizeof(*dst)); in WriteUCS2() 325 uint8_t* const dst = reinterpret_cast<uint8_t*>(buf); Write() local 469 force_ascii_slow(const char* src, char* dst, size_t len) force_ascii_slow() argument 476 force_ascii(const char* src, char* dst, size_t len) force_ascii() argument 521 hex_encode( const char* src, size_t slen, char* dst, size_t dlen) hex_encode() argument 613 char* dst = node::UncheckedMalloc(dlen); Encode() local 627 char* dst = node::UncheckedMalloc(dlen); Encode() local 641 char* dst = node::UncheckedMalloc(dlen); Encode() local 655 uint16_t* dst = node::UncheckedMalloc<uint16_t>(str_len); Encode() local 671 char* dst = node::UncheckedMalloc(buflen); Encode() local 702 uint16_t* dst = node::UncheckedMalloc<uint16_t>(buflen); Encode() local [all...] |
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | memmove.S | 37 dst .req x6 label 56 add dst, dstin, count 71 strb tmp1w, [dst, #-1]! 75 strh tmp1w, [dst, #-2]! 79 str tmp1w, [dst, #-4]! 83 str tmp1, [dst, #-8]! 104 stp A_l, A_h, [dst, #-16]! 107 stp A_l, A_h, [dst, #-16]! 110 stp A_l, A_h, [dst, #-16]! 115 str tmp1, [dst, # [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | edge_common.c | 51 uint16_t *dst, int dst_linesize, in ff_sobel() 58 dst += dst_linesize; in ff_sobel() 71 dst[i] = FFABS(gx) + FFABS(gy); in ff_sobel() 81 uint8_t *dst, int dst_linesize, in ff_non_maximum_suppression() 90 dst[i] = av_clip_uint8(src[i]); \ in ff_non_maximum_suppression() 94 dst += dst_linesize; in ff_non_maximum_suppression() 110 uint8_t *dst, int dst_linesize, in ff_double_threshold() 118 dst[i] = src[i]; in ff_double_threshold() 132 dst[i] = src[i]; in ff_double_threshold() 134 dst[ in ff_double_threshold() 50 ff_sobel(int w, int h, uint16_t *dst, int dst_linesize, int8_t *dir, int dir_linesize, const uint8_t *src, int src_linesize) ff_sobel() argument 80 ff_non_maximum_suppression(int w, int h, uint8_t *dst, int dst_linesize, const int8_t *dir, int dir_linesize, const uint16_t *src, int src_linesize) ff_non_maximum_suppression() argument 109 ff_double_threshold(int low, int high, int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_double_threshold() argument 142 ff_gaussian_blur(int w, int h, uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize) ff_gaussian_blur() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | base64.c | 83 uint8_t *dst = out; in av_base64_decode() local 94 while (end - dst > 3) { in av_base64_decode() 101 AV_WN32(dst, v); in av_base64_decode() 102 dst += 3; in av_base64_decode() 105 if (end - dst) { in av_base64_decode() 110 *dst++ = v >> 16; in av_base64_decode() 111 if (end - dst) in av_base64_decode() 112 *dst++ = v >> 8; in av_base64_decode() 113 if (end - dst) in av_base64_decode() 114 *dst in av_base64_decode() 151 char *ret, *dst; av_base64_encode() local [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Transform.java | 101 static int transformDictionaryWord(byte[] dst, int dstOffset, ByteBuffer src, int srcOffset, in transformDictionaryWord() argument 127 dst[offset++] = prefixSuffixStorage[prefix++]; in transformDictionaryWord() 139 dst[offset++] = src.get(srcOffset++); in transformDictionaryWord() 150 int c0 = dst[uppercaseOffset] & 0xFF; in transformDictionaryWord() 153 dst[uppercaseOffset] ^= (byte) 32; in transformDictionaryWord() 158 dst[uppercaseOffset + 1] ^= (byte) 32; in transformDictionaryWord() 162 dst[uppercaseOffset + 2] ^= (byte) 5; in transformDictionaryWord() 174 int c0 = dst[shiftOffset] & 0xFF; in transformDictionaryWord() 178 dst[shiftOffset] = (byte) (scalar & 0x7F); in transformDictionaryWord() 184 byte c1 = dst[shiftOffse in transformDictionaryWord() [all...] |
/kernel/linux/linux-5.10/drivers/block/xen-blkback/ |
H A D | common.h | 400 static inline void blkif_get_x86_32_req(struct blkif_request *dst, in blkif_get_x86_32_req() argument 404 dst->operation = READ_ONCE(src->operation); in blkif_get_x86_32_req() 405 switch (dst->operation) { in blkif_get_x86_32_req() 410 dst->u.rw.nr_segments = src->u.rw.nr_segments; in blkif_get_x86_32_req() 411 dst->u.rw.handle = src->u.rw.handle; in blkif_get_x86_32_req() 412 dst->u.rw.id = src->u.rw.id; in blkif_get_x86_32_req() 413 dst->u.rw.sector_number = src->u.rw.sector_number; in blkif_get_x86_32_req() 415 if (n > dst->u.rw.nr_segments) in blkif_get_x86_32_req() 416 n = dst->u.rw.nr_segments; in blkif_get_x86_32_req() 418 dst in blkif_get_x86_32_req() 448 blkif_get_x86_64_req(struct blkif_request *dst, struct blkif_x86_64_request *src) blkif_get_x86_64_req() argument [all...] |
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | utils.c | 13 * XOR @len bytes from @src1 and @src2 together, writing the result to @dst 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() argument 23 int d = (((unsigned long)dst ^ (unsigned long)src1) | in __crypto_xor() 24 ((unsigned long)dst ^ (unsigned long)src2)) & in __crypto_xor() 31 * needed to advance dst and src to values whose alignments in __crypto_xor() 35 while (((unsigned long)dst & (relalign - 1)) && len > 0) { in __crypto_xor() 36 *dst++ = *src1++ ^ *src2++; in __crypto_xor() 45 put_unaligned(l, (u64 *)dst); in __crypto_xor() 47 *(u64 *)dst = *(u64 *)src1 ^ *(u64 *)src2; in __crypto_xor() 49 dst in __crypto_xor() [all...] |
/third_party/skia/src/core/ |
H A D | SkVM.cpp | 1566 Color Builder::blend(SkBlendMode mode, Color src, Color dst) { in blend() argument 1575 fn(src.r, dst.r), in blend() 1576 fn(src.g, dst.g), in blend() 1577 fn(src.b, dst.b), in blend() 1578 fn(src.a, dst.a), in blend() 1584 fn(src.r, dst.r), in blend() 1585 fn(src.g, dst.g), in blend() 1586 fn(src.b, dst.b), in blend() 1587 mad(dst.a, 1-src.a, src.a), // srcover for alpha in blend() 1593 R + mma(src.r, 1-dst in blend() [all...] |