| /kernel/linux/linux-6.6/lib/crypto/ |
| H A D | utils.c | 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() argument [all...] |
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | pixblockdsp_mmi.c | 97 void ff_diff_pixels_mmi(int16_t *av_restrict block, const uint8_t *src1, in ff_diff_pixels_mmi() argument
|
| /third_party/ffmpeg/libavcodec/x86/ |
| H A D | lossless_videoencdsp_init.c | 42 static void sub_median_pred_mmxext(uint8_t *dst, const uint8_t *src1, in sub_median_pred_mmxext() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | pngdsp.c | 31 static void add_bytes_l2_c(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w) in add_bytes_l2_c() argument
|
| H A D | huffyuvencdsp.c | 27 static void diff_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w){ in diff_int16_c() argument 53 static void sub_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top){ in sub_hfyu_median_pred_int16_c() argument [all...] |
| H A D | sbrdsp_template.c | 32 static void sbr_qmf_deint_bfly_c(INTFLOAT *v, const INTFLOAT *src0, const INTFLOAT *src1) in sbr_qmf_deint_bfly_c() argument
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | huffyuvdsp.c | 41 uint16_t *src1 = av_mallocz(width * sizeof(uint16_t)); in check_add_int16() local
|
| H A D | g722dsp.c | 35 int16_t src1[PREV_SAMPLES_BUF_SIZE]; in check_qmf() local
|
| H A D | fixed_dsp.c | 40 static void check_vector_fmul(const int *src0, const int *src1) in check_vector_fmul() argument 54 static void check_vector_fmul_add(const int *src0, const int *src1, const int *src2) in check_vector_fmul_add() argument 68 check_vector_fmul_window(const int32_t *src0, const int32_t *src1, const int32_t *win) check_vector_fmul_window() argument 82 check_vector_fmul_window_scaled(const int32_t *src0, const int32_t *src1, const int32_t *win) check_vector_fmul_window_scaled() argument 96 check_butterflies(const int *src0, const int *src1) check_butterflies() argument 120 check_scalarproduct_fixed(const int *src0, const int *src1) check_scalarproduct_fixed() argument [all...] |
| H A D | af_afir.c | 43 static void test_fcmul_add(const float *src0, const float *src1, const float *src2) in test_fcmul_add() argument
|
| H A D | h264qpel.c | 49 #define src1 (buf1 + 3 * 2 * 16) macro
|
| /foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
| H A D | common_util_test.cpp | 29 char src1[] = " aabbccdd"; in HWTEST() local 36 char src1[] = "aabbccdd "; in HWTEST() local 43 char src1[] = "aabbccdd "; in HWTEST() local
|
| /kernel/linux/linux-5.10/arch/ia64/lib/ |
| H A D | copy_page.S | 29 #define src1 r20 define
|
| /kernel/linux/linux-6.6/arch/arm64/lib/ |
| H A D | memcmp.S | 20 #define src1 x0 define [all...] |
| /kernel/linux/linux-6.6/arch/ia64/lib/ |
| H A D | copy_page.S | 29 #define src1 r20 define
|
| /kernel/linux/linux-6.6/include/crypto/ |
| H A D | utils.h | 35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy() argument
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | fmtconvert_altivec.c | 39 vector float src1, src2, dst1, dst2, mul_v, zero; in int32_to_float_fmul_scalar_altivec() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | pixelutils.c | 33 static av_always_inline int sad_wxh(const uint8_t *src1, ptrdiff_t stride1, in sad_wxh() argument
|
| /third_party/ffmpeg/libswscale/ |
| H A D | gamma.c | 41 uint16_t *src1 = (uint16_t*)*(src+src_pos); in gamma_convert() local
|
| H A D | hscale_fast_bilinear.c | 38 ff_hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) ff_hcscale_fast_c() argument
|
| /third_party/mesa3d/src/compiler/nir/tests/ |
| H A D | ssa_def_bits_used_tests.cpp | 84 nir_ssa_def *src1 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local 113 nir_ssa_def *src1 = nir_imm_int(&bld, 0xffffffff); in TEST_F() local 58 build_alu_instr(nir_op op, nir_ssa_def *src0, nir_ssa_def *src1) build_alu_instr() argument 141 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local 172 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local 203 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local 234 nir_ssa_def *src1 = nir_imm_ivec4(&bld, TEST_F() local [all...] |
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | enc_dec_fuzzer.cc | 114 const uint32_t* src1 = (const uint32_t*)rgba; in LLVMFuzzerTestOneInput() local
|
| /third_party/optimized-routines/string/aarch64/ |
| H A D | memcmp.S | 15 #define src1 x0 define [all...] |
| /kernel/linux/linux-5.10/arch/arm64/lib/ |
| H A D | strcmp.S | 33 src1 .req x0 label [all...] |
| H A D | memcmp.S | 29 src1 .req x0 label [all...] |