/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mipi_dbi.c | 207 void *src = cma_obj->vaddr; in mipi_dbi_buf_copy() local 220 drm_fb_swab(dst, src, fb, clip, !import_attach); in mipi_dbi_buf_copy() 222 drm_fb_memcpy(dst, src, fb, clip); in mipi_dbi_buf_copy() 225 drm_fb_xrgb8888_to_rgb565(dst, src, fb, clip, swap); in mipi_dbi_buf_copy() 763 const u8 *src = buf; in mipi_dbi_spi1e_transfer() local 781 dst[8] = *src; in mipi_dbi_spi1e_transfer() 809 val = src[1]; in mipi_dbi_spi1e_transfer() 813 val = src[0]; in mipi_dbi_spi1e_transfer() 816 src += 2; in mipi_dbi_spi1e_transfer() 821 val = *src in mipi_dbi_spi1e_transfer() [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 8 #include "src/core/SkGeometry.h" 9 #include "src/core/SkTSort.h" 10 #include "src/pathops/SkLineParameters.h" 11 #include "src/pathops/SkPathOpsConic.h" 12 #include "src/pathops/SkPathOpsCubic.h" 13 #include "src/pathops/SkPathOpsCurve.h" 14 #include "src/pathops/SkPathOpsLine.h" 15 #include "src/pathops/SkPathOpsQuad.h" 16 #include "src/pathops/SkPathOpsRect.h" 86 static void interp_cubic_coords(const double* src, doubl argument 125 Coefficients(const double* src, double* A, double* B, double* C, double* D) Coefficients() argument 236 derivative_at_t(const double* src, double t) derivative_at_t() argument [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | vp9_mc_lsx.c | 132 static void common_hz_8t_4x4_lsx(const uint8_t *src, int32_t src_stride, in common_hz_8t_4x4_lsx() argument 142 src -= 3; in common_hz_8t_4x4_lsx() 148 LSX_LD_4(src, src_stride, src0, src1, src2, src3); in common_hz_8t_4x4_lsx() 164 static void common_hz_8t_4x8_lsx(const uint8_t *src, int32_t src_stride, in common_hz_8t_4x8_lsx() argument 175 uint8_t *_src = (uint8_t*)src - 3; in common_hz_8t_4x8_lsx() 217 static void common_hz_8t_4w_lsx(const uint8_t *src, int32_t src_stride, in common_hz_8t_4w_lsx() argument 222 common_hz_8t_4x4_lsx(src, src_stride, dst, dst_stride, filter); in common_hz_8t_4w_lsx() 224 common_hz_8t_4x8_lsx(src, src_stride, dst, dst_stride, filter); in common_hz_8t_4w_lsx() 228 static void common_hz_8t_8x4_lsx(const uint8_t *src, int32_t src_stride, in common_hz_8t_8x4_lsx() argument 238 src in common_hz_8t_8x4_lsx() 260 common_hz_8t_8x8mult_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_8x8mult_lsx() argument 302 common_hz_8t_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_8w_lsx() argument 314 common_hz_8t_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_16w_lsx() argument 350 common_hz_8t_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_32w_lsx() argument 400 common_hz_8t_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_64w_lsx() argument 447 common_vt_8t_4w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_4w_lsx() argument 510 common_vt_8t_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_8w_lsx() argument 582 common_vt_8t_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_16w_lsx() argument 673 common_vt_8t_16w_mult_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_16w_mult_lsx() argument 782 common_vt_8t_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_32w_lsx() argument 789 common_vt_8t_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_64w_lsx() argument 797 common_hv_8ht_8vt_4w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_4w_lsx() argument 885 common_hv_8ht_8vt_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_8w_lsx() argument 991 common_hv_8ht_8vt_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_16w_lsx() argument 1007 common_hv_8ht_8vt_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_32w_lsx() argument 1023 common_hv_8ht_8vt_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_64w_lsx() argument 1039 copy_width8_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width8_lsx() argument 1066 copy_width16_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width16_lsx() argument 1093 copy_width32_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width32_lsx() argument 1136 copy_width64_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width64_lsx() argument 1180 common_hz_8t_and_aver_dst_4x4_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_and_aver_dst_4x4_lsx() argument 1225 common_hz_8t_and_aver_dst_4x8_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_and_aver_dst_4x8_lsx() argument 1297 common_hz_8t_and_aver_dst_4w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_4w_lsx() argument 1310 common_hz_8t_and_aver_dst_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_8w_lsx() argument 1365 common_hz_8t_and_aver_dst_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_16w_lsx() argument 1423 common_hz_8t_and_aver_dst_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_32w_lsx() argument 1480 common_hz_8t_and_aver_dst_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_8t_and_aver_dst_64w_lsx() argument 1533 common_vt_8t_and_aver_dst_4w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_4w_lsx() argument 1609 common_vt_8t_and_aver_dst_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_8w_lsx() argument 1693 common_vt_8t_and_aver_dst_16w_mult_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height, int32_t width) common_vt_8t_and_aver_dst_16w_mult_lsx() argument 1808 common_vt_8t_and_aver_dst_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_16w_lsx() argument 1818 common_vt_8t_and_aver_dst_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_32w_lsx() argument 1828 common_vt_8t_and_aver_dst_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_8t_and_aver_dst_64w_lsx() argument 1838 common_hv_8ht_8vt_and_aver_dst_4w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_4w_lsx() argument 1941 common_hv_8ht_8vt_and_aver_dst_8w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_8w_lsx() argument 2060 common_hv_8ht_8vt_and_aver_dst_16w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_16w_lsx() argument 2080 common_hv_8ht_8vt_and_aver_dst_32w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_32w_lsx() argument 2100 common_hv_8ht_8vt_and_aver_dst_64w_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter_horiz, const int8_t *filter_vert, int32_t height) common_hv_8ht_8vt_and_aver_dst_64w_lsx() argument 2120 avg_width8_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width8_lsx() argument 2160 avg_width16_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width16_lsx() argument 2195 avg_width32_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width32_lsx() argument 2253 avg_width64_lsx(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width64_lsx() argument [all...] |
/foundation/filemanagement/app_file_service/tests/mock/parameter/src/ |
H A D | parameter.c | 43 char src[] = "true"; in GetParameterValue() local 44 ret = strncpy_s(value, len, src, strlen(src)); in GetParameterValue() 46 char src[] = "false"; in GetParameterValue() local 47 ret = strncpy_s(value, len, src, strlen(src)); in GetParameterValue()
|
/third_party/musl/libc-test/src/functionalext/supplement/string/ |
H A D | swab.c | 27 char src[20] = "swab"; in swab_0100() local 29 swab(src, dest, strlen(src)); in swab_0100() 42 char src[20] = "swab"; in swab_0200() local 44 swab(src, dest, strlen(src)); in swab_0200()
|
/third_party/skia/docs/examples/ |
H A D | Matrix_MakeRectToRect.cpp | 9 for (auto src : srcs) { in REG_FIDDLE() 11 SkMatrix matrix = SkMatrix::RectToRect(src, dst); in REG_FIDDLE() 12 SkDebugf("src: %g, %g, %g, %g dst: %g, %g, %g, %g\n", in REG_FIDDLE() 13 src.fLeft, src.fTop, src.fRight, src.fBottom, in REG_FIDDLE()
|
/third_party/node/deps/v8/src/wasm/baseline/riscv64/ |
H A D | liftoff-assembler-riscv64.h | 8 #include "src/base/platform/wrappers.h" 9 #include "src/heap/memory-chunk.h" 10 #include "src/wasm/baseline/liftoff-assembler.h" 11 #include "src/wasm/wasm-objects.h" 98 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, in Load() argument 102 assm->Lw(dst.gp(), src); in Load() 108 assm->Ld(dst.gp(), src); in Load() 111 assm->LoadFloat(dst.fp(), src); in Load() 114 assm->LoadDouble(dst.fp(), src); in Load() 122 LiftoffRegister src, ValueKin in Store() 121 Store(LiftoffAssembler* assm, Register base, int32_t offset, LiftoffRegister src, ValueKind kind) Store() argument 228 ChangeEndiannessStore(LiftoffAssembler* assm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) ChangeEndiannessStore() argument 490 StoreTaggedPointer(Register dst_addr, Register offset_reg, int32_t offset_imm, LiftoffRegister src, LiftoffRegList pinned, SkipWriteBarrier skip_write_barrier) StoreTaggedPointer() argument 581 Store(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned, uint32_t* protected_store_pc, bool is_store_mem) Store() argument 793 AtomicStore(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) AtomicStore() argument 952 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument 972 Move(Register dst, Register src, ValueKind kind) Move() argument 978 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument 1047 MemOperand src = liftoff::GetStackSlot(offset); Fill() local 1113 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument 1117 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument 1121 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument 1196 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument 1200 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument 1204 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument 1319 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shli() argument 1329 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_sari() argument 1339 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int amount) emit_i64_shri() argument 1353 emit_u32_to_uintptr(Register dst, Register src) emit_u32_to_uintptr() argument 1357 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument 1361 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument 1435 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument 1575 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument 1580 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument 1585 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument 1591 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument 1597 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument 1640 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument 1651 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument 1806 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument 1845 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument 1912 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument 1944 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument 1950 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument 1956 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument 1962 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument 1988 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument 1995 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument 2161 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument 2170 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument 2177 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument 2185 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument 2192 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument 2322 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument 2334 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument 2346 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument 2358 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument 2367 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument 2379 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument 2428 emit_s128_not(LiftoffRegister dst, LiftoffRegister src) emit_s128_not() argument 2470 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument 2476 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument 2488 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument 2501 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument 2620 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument 2626 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument 2639 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument 2764 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument 2770 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument 2783 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument 2909 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument 2915 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument 3002 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument 3008 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument 3014 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument 3020 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument 3026 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument 3032 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument 3038 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument 3111 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument 3117 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument 3123 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument 3129 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument 3135 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument 3141 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument 3147 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument 3219 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument 3228 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument 3237 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument 3244 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument 3299 emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_low() argument 3306 emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_high() argument 3314 emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_low() argument 3321 emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_high() argument 3329 emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_low() argument 3336 emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_high() argument 3344 emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_low() argument 3351 emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_high() argument 3386 emit_i8x16_abs(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_abs() argument 3395 emit_i16x8_abs(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_abs() argument 3404 emit_i64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_abs() argument 3413 emit_i32x4_extadd_pairwise_i16x8_s(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_s() argument 3427 emit_i32x4_extadd_pairwise_i16x8_u(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_extadd_pairwise_i16x8_u() argument 3441 emit_i16x8_extadd_pairwise_i8x16_s(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_s() argument 3455 emit_i16x8_extadd_pairwise_i8x16_u(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_extadd_pairwise_i8x16_u() argument 3469 emit_i32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_abs() argument 3609 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument 3799 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument 3823 const LiftoffAssembler::VarState& src = slot.src_; Construct() local [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | move.cpp | 63 auto [resGetFirstArg, src, ignore] = NVal(env, funcArg[NARG_POS::FIRST]).ToUTF8StringPath(); in ParseJsOperand() 64 if (!resGetFirstArg || CheckDir(string(src.get()))) { in ParseJsOperand() 65 HILOGE("Invalid src"); in ParseJsOperand() 82 return { true, move(src), move(dest), mode }; in ParseJsOperand() 85 static int CopyAndDeleteFile(const string &src, const string &dest) in CopyAndDeleteFile() argument 93 int ret = uv_fs_stat(nullptr, stat_req.get(), src.c_str(), nullptr); in CopyAndDeleteFile() 107 filesystem::path srcPath(src); in CopyAndDeleteFile() 114 ret = uv_fs_copyfile(nullptr, ©file_req, src.c_str(), dest.c_str(), MODE_FORCE_MOVE, nullptr); in CopyAndDeleteFile() 122 ret = uv_fs_unlink(nullptr, &unlink_req, src.c_str(), nullptr); in CopyAndDeleteFile() 124 HILOGE("Failed to unlink src fil in CopyAndDeleteFile() 137 RenameFile(const string &src, const string &dest) RenameFile() argument 152 MoveFile(const string &src, const string &dest, int mode) MoveFile() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
H A D | uic.c | 53 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local 57 sr = 1 << (31-src); in uic_unmask_irq() 71 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local 77 er &= ~(1 << (31 - src)); in uic_mask_irq() 85 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local 89 mtdcr(uic->dcrbase + UIC_SR, 1 << (31-src)); in uic_ack_irq() 96 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local 100 sr = 1 << (31-src); in uic_mask_ack_irq() 121 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local 147 mask = ~(1 << (31 - src)); in uic_set_irq_type() 200 int src; uic_irq_cascade() local 323 int src; uic_get_irq() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
H A D | uic.c | 55 unsigned int src = irqd_to_hwirq(d); in uic_unmask_irq() local 59 sr = 1 << (31-src); in uic_unmask_irq() 73 unsigned int src = irqd_to_hwirq(d); in uic_mask_irq() local 79 er &= ~(1 << (31 - src)); in uic_mask_irq() 87 unsigned int src = irqd_to_hwirq(d); in uic_ack_irq() local 91 mtdcr(uic->dcrbase + UIC_SR, 1 << (31-src)); in uic_ack_irq() 98 unsigned int src = irqd_to_hwirq(d); in uic_mask_ack_irq() local 102 sr = 1 << (31-src); in uic_mask_ack_irq() 123 unsigned int src = irqd_to_hwirq(d); in uic_set_irq_type() local 149 mask = ~(1 << (31 - src)); in uic_set_irq_type() 202 int src; uic_irq_cascade() local 323 int src; uic_get_irq() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp6.c | 80 const struct in6_addr *dest, *src; in dump_tcp6_sock() local 95 src = &sp->sk_v6_rcv_saddr; in dump_tcp6_sock() 126 src->s6_addr32[0], src->s6_addr32[1], in dump_tcp6_sock() 127 src->s6_addr32[2], src->s6_addr32[3], srcp, in dump_tcp6_sock() 157 const struct in6_addr *dest, *src; in dump_tw_sock() local 163 src = &tw->tw_v6_rcv_saddr; in dump_tw_sock() 169 src->s6_addr32[0], src in dump_tw_sock() 187 struct in6_addr *src, *dest; dump_req_sock() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_tcp6.c | 79 const struct in6_addr *dest, *src; in dump_tcp6_sock() local 94 src = &sp->sk_v6_rcv_saddr; in dump_tcp6_sock() 125 src->s6_addr32[0], src->s6_addr32[1], in dump_tcp6_sock() 126 src->s6_addr32[2], src->s6_addr32[3], srcp, in dump_tcp6_sock() 156 const struct in6_addr *dest, *src; in dump_tw_sock() local 162 src = &tw->tw_v6_rcv_saddr; in dump_tw_sock() 168 src->s6_addr32[0], src in dump_tw_sock() 186 struct in6_addr *src, *dest; dump_req_sock() local [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | aeabindk32.cpp | 91 int src[] = {4, 5, 6, 7};
in AeabiMemcpy() local 92 void *ret = __aeabi_memcpy(dest, src, SIZE_16);
in AeabiMemcpy() 106 int src[] = {4, 5, 6, 7};
in AeabiMemcpy4() local 107 void *ret = __aeabi_memcpy4(dest, src, SIZE_16);
in AeabiMemcpy4() 121 int src[] = {4, 5, 6, 7};
in AeabiMemcpy8() local 122 void *ret = __aeabi_memcpy8(dest, src, SIZE_16);
in AeabiMemcpy8() 136 int src[] = {4, 5, 6, 7};
in AeabiMemmove() local 137 void *ret = __aeabi_memmove(dest, src, SIZE_16);
in AeabiMemmove() 151 int src[] = {4, 5, 6, 7};
in AeabiMemmove4() local 152 void *ret = __aeabi_memmove4(dest, src, SIZE_1 in AeabiMemmove4() 166 int src[] = {4, 5, 6, 7}; AeabiMemmove8() local 181 int src = SIZE_7; AeabiMemset() local 196 int src = SIZE_7; AeabiMemset4() local 211 int src = SIZE_7; AeabiMemset8() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | bmvvideo.c | 61 const uint8_t *src, *source_end = source + src_len; in decode_bmv_frame() local 75 src = source; in decode_bmv_frame() 79 src = source + src_len - 1; in decode_bmv_frame() 95 if (src < source || src >= source_end) in decode_bmv_frame() 97 val = *src; in decode_bmv_frame() 108 if (src < source || src >= source_end) in decode_bmv_frame() 111 val |= (unsigned)*src << shift; in decode_bmv_frame() 112 if (*src in decode_bmv_frame() [all...] |
H A D | mpegvideoencdsp.c | 147 const uint8_t *src, int src_wrap, in shrink22() 155 s1 = src; in shrink22() 173 src += 2 * src_wrap; in shrink22() 180 const uint8_t *src, int src_wrap, in shrink44() 188 s1 = src; in shrink44() 204 src += 4 * src_wrap; in shrink44() 211 const uint8_t *src, int src_wrap, in shrink88() 220 tmp += src[0] + src[1] + src[ in shrink88() 146 shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink22() argument 179 shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink44() argument 210 shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) shrink88() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_adenorm.c | 43 const void *src, int nb_samples); 50 const float *src = (const float *)srcp; in dc_denorm_fltp() local 55 dst[n] = src[n] + dc; in dc_denorm_fltp() 63 const double *src = (const double *)srcp; in dc_denorm_dblp() local 68 dst[n] = src[n] + dc; in dc_denorm_dblp() 76 const float *src = (const float *)srcp; in ac_denorm_fltp() local 82 dst[n] = src[n] + dc * (((N + n) & 1) ? -1.f : 1.f); in ac_denorm_fltp() 90 const double *src = (const double *)srcp; in ac_denorm_dblp() local 96 dst[n] = src[n] + dc * (((N + n) & 1) ? -1. : 1.); in ac_denorm_dblp() 104 const float *src in sq_denorm_fltp() local 118 const double *src = (const double *)srcp; sq_denorm_dblp() local 132 const float *src = (const float *)srcp; ps_denorm_fltp() local 146 const double *src = (const double *)srcp; ps_denorm_dblp() local [all...] |
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_backend_native_layer_pad.c | 129 const float *src = input + n * hwc_stride + h * wc_stride + w * c_stride; in ff_dnn_execute_layer_pad() local 134 memcpy(dst, src, channel * sizeof(float)); in ff_dnn_execute_layer_pad() 151 float *src = output + buddy * new_hwc_stride; in ff_dnn_execute_layer_pad() local 152 memcpy(dst, src, new_hwc_stride * sizeof(float)); in ff_dnn_execute_layer_pad() 164 float *src = output + buddy * new_hwc_stride; in ff_dnn_execute_layer_pad() local 165 memcpy(dst, src, new_hwc_stride * sizeof(float)); in ff_dnn_execute_layer_pad() 182 float *src = start + buddy * new_wc_stride; in ff_dnn_execute_layer_pad() local 183 memcpy(dst, src, new_wc_stride * sizeof(float)); in ff_dnn_execute_layer_pad() 195 float *src = start + buddy * new_wc_stride; in ff_dnn_execute_layer_pad() local 196 memcpy(dst, src, new_wc_strid in ff_dnn_execute_layer_pad() 215 float *src = start + buddy * new_c_stride; ff_dnn_execute_layer_pad() local 228 float *src = start + buddy * new_c_stride; ff_dnn_execute_layer_pad() local 248 float *src = start + buddy; ff_dnn_execute_layer_pad() local 259 float *src = start + buddy; ff_dnn_execute_layer_pad() local [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | h264chroma_template.c | 49 src += stride; 69 src += stride; 112 static void PREFIX_h264_chroma_mc8_altivec(uint8_t * dst, uint8_t * src, in PREFIX_h264_chroma_mc8_altivec() argument 139 register int loadSecond = (((unsigned long)src) % 16) <= 7 ? 0 : 1; in PREFIX_h264_chroma_mc8_altivec() 140 register int reallyBadAlign = (((unsigned long)src) % 16) == 15 ? 1 : 0; in PREFIX_h264_chroma_mc8_altivec() 141 vsrcperm0 = vec_lvsl(0, src); in PREFIX_h264_chroma_mc8_altivec() 142 vsrcperm1 = vec_lvsl(1, src); in PREFIX_h264_chroma_mc8_altivec() 157 GET_VSRC(vsrc0uc, vsrc1uc, 0, 16, vsrcperm0, vsrcperm1, src); in PREFIX_h264_chroma_mc8_altivec() 164 GET_VSRC(vsrc2uc, vsrc3uc, stride, 16, vsrcperm0, vsrcperm1, src); in PREFIX_h264_chroma_mc8_altivec() 171 GET_VSRC1(vsrc1uc, stride, 15, vsrcperm0, src); in PREFIX_h264_chroma_mc8_altivec() 187 PREFIX_no_rnd_vc1_chroma_mc8_altivec(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int h, int x, int y) PREFIX_no_rnd_vc1_chroma_mc8_altivec() argument [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_drm.c | 121 AVFrame *dst, const AVFrame *src, int flags) in drm_map_frame() 123 const AVDRMFrameDescriptor *desc = (AVDRMFrameDescriptor*)src->data[0]; in drm_map_frame() 186 dst->width = src->width; in drm_map_frame() 187 dst->height = src->height; in drm_map_frame() 189 err = ff_hwframe_map_create(src->hw_frames_ctx, dst, src, in drm_map_frame() 223 AVFrame *dst, const AVFrame *src) in drm_transfer_data_from() 236 err = drm_map_frame(hwfc, map, src, AV_HWFRAME_MAP_READ); in drm_transfer_data_from() 254 AVFrame *dst, const AVFrame *src) in drm_transfer_data_to() 259 if (src in drm_transfer_data_to() 120 drm_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) drm_map_frame() argument 222 drm_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) drm_transfer_data_from() argument 253 drm_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) drm_transfer_data_to() argument 285 drm_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) drm_map_from() argument [all...] |
H A D | xtea.c | 58 static void xtea_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_crypt_ecb() argument 69 v0 = AV_RB32(src); in xtea_crypt_ecb() 70 v1 = AV_RB32(src + 4); in xtea_crypt_ecb() 123 memcpy(iv, src, 8); in xtea_crypt_ecb() 178 static void xtea_le_crypt_ecb(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in xtea_le_crypt_ecb() argument 184 v0 = AV_RL32(src); in xtea_le_crypt_ecb() 185 v1 = AV_RL32(src + 4); in xtea_le_crypt_ecb() 198 memcpy(iv, src, 8); in xtea_le_crypt_ecb() 214 static void xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in xtea_crypt() argument 222 crypt(ctx, dst, src, decryp in xtea_crypt() 243 av_xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_crypt() argument 249 av_xtea_le_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) av_xtea_le_crypt() argument [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | bayer_template.c | 49 #define S(y, x) BAYER_READ(src[(y)*src_stride + BAYER_SIZEOF*(x)]) 190 #define rgb24toyv12_2x2(src, dstY, dstU, dstV, luma_stride, src_stride, rgb2yuv) \ 191 ff_rgb24toyv12(src, dstY, dstV, dstU, 2, 2, luma_stride, 0, src_stride, rgb2yuv) 193 static void BAYER_RENAME(rgb24_copy)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_copy() argument 198 src += 2 * BAYER_SIZEOF; in rgb24_copy() local 203 static void BAYER_RENAME(rgb24_interpolate)(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, int width) in rgb24_interpolate() argument 208 src += 2 * BAYER_SIZEOF; in rgb24_interpolate() local 213 src += 2 * BAYER_SIZEOF; in rgb24_interpolate() local 222 static void BAYER_RENAME(rgb48_copy)(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) in rgb48_copy() argument 230 src in rgb48_copy() local 235 rgb48_interpolate(const uint8_t *src, int src_stride, uint8_t *ddst, int dst_stride, int width) rgb48_interpolate() argument 242 src += 2 * BAYER_SIZEOF; rgb48_interpolate() local 247 src += 2 * BAYER_SIZEOF; rgb48_interpolate() local 256 yv12_copy(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_copy() argument 271 yv12_interpolate(const uint8_t *src, int src_stride, uint8_t *dstY, uint8_t *dstU, uint8_t *dstV, int luma_stride, int width, int32_t *rgb2yuv) yv12_interpolate() argument [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | localpointer.h | 220 * Move constructor, leaves src with isNull(). 221 * @param src source smart pointer 224 LocalPointer(LocalPointer<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalPointerBase() 225 src.ptr=NULL; in LocalPointerBase() 249 * Move assignment operator, leaves src with isNull(). 250 * The behavior is undefined if *this and src are the same object. 251 * @param src source smart pointer 255 LocalPointer<T> &operator=(LocalPointer<T> &&src) U_NOEXCEPT { 257 LocalPointerBase<T>::ptr=src [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | utrie.h | 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ 225 (c)=*(src)++; \ 229 } else if((src)!=(limit) && U16_IS_TRAIL((c2)=*(src))) { \ 230 ++(src); \ 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ 241 (c)=*--(src); \ 247 if((start)!=(src) && U16_IS_LEAD((c2)=*((src)-1))) { \ 248 --(src); \ [all...] |
H A D | ustr_wcs.cpp | 68 const UChar *src, in _strToWCS() 83 const UChar *pSrc = src; in _strToWCS() 235 const UChar *src, in u_strToWCS() 244 if( (src==NULL && srcLength!=0) || srcLength < -1 || in u_strToWCS() 254 srcLength = u_strlen(src); in u_strToWCS() 257 u_memcpy((UChar *)dest, src, srcLength); in u_strToWCS() 270 src, srcLength, pErrorCode); in u_strToWCS() 274 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode); in u_strToWCS() 286 const wchar_t *src, in _strFromWCS() 308 const wchar_t* pSrc = src; in _strFromWCS() 65 _strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) _strToWCS() argument 232 u_strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) u_strToWCS() argument 283 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) _strFromWCS() argument 486 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) u_strFromWCS() argument [all...] |
/third_party/mbedtls/tests/ |
H A D | Makefile | 123 # Rule to compile common test C files in src folder 124 src/%.o : src/%.c $(TEST_OBJS_DEPS) 128 src/drivers/%.o : src/drivers/%.c 132 src/test_helpers/%.o : src/test_helpers/%.c 172 rm -f src/*.o src/drivers/*.o src/test_helper [all...] |