Home
last modified time | relevance | path

Searched refs:dst (Results 426 - 450 of 5837) sorted by relevance

1...<<11121314151617181920>>...234

/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h245 void LiftoffAssembler::LoadInstanceFromFrame(Register dst) { in LoadInstanceFromFrame() argument
246 LoadU64(dst, liftoff::GetInstanceOperand()); in LoadInstanceFromFrame()
249 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument
254 LoadU8(dst, MemOperand(instance, offset)); in LoadFromInstance()
257 LoadU32(dst, MemOperand(instance, offset)); in LoadFromInstance()
260 LoadU64(dst, MemOperand(instance, offset)); in LoadFromInstance()
267 void LiftoffAssembler::LoadTaggedPointerFromInstance(Register dst, in LoadTaggedPointerFromInstance() argument
271 LoadTaggedPointerField(dst, MemOperand(instance, offset)); in LoadTaggedPointerFromInstance()
280 void LiftoffAssembler::LoadTaggedPointer(Register dst, Register src_addr, in LoadTaggedPointer() argument
286 dst, in LoadTaggedPointer()
290 LoadFullPointer(Register dst, Register src_addr, int32_t offset_imm) LoadFullPointer() argument
327 Load(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned, uint32_t* protected_load_pc, bool is_load_mem, bool i64_offset) Load() argument
492 AtomicLoad(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LiftoffRegList pinned) AtomicLoad() argument
1223 LoadCallerFrameSlot(LiftoffRegister dst, uint32_t caller_slot_idx, ValueKind kind) LoadCallerFrameSlot() argument
1303 LoadReturnStackSlot(LiftoffRegister dst, int offset, ValueKind kind) LoadReturnStackSlot() argument
1390 Move(Register dst, Register src, ValueKind kind) Move() argument
1394 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
1700 IncrementSmi(LiftoffRegister dst, int offset) IncrementSmi() argument
1717 emit_i32_divs(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i32_divs() argument
1736 emit_i32_divu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_divu() argument
1744 emit_i32_rems(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_rems() argument
1770 emit_i32_remu(Register dst, Register lhs, Register rhs, Label* trap_div_by_zero) emit_i32_remu() argument
1778 emit_i64_divs(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero, Label* trap_div_unrepresentable) emit_i64_divs() argument
1801 emit_i64_divu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_divu() argument
1811 emit_i64_rems(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_rems() argument
1841 emit_i64_remu(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, Label* trap_div_by_zero) emit_i64_remu() argument
1851 emit_f32_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_copysign() argument
1868 emit_f64_copysign(DoubleRegister dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_copysign() argument
1885 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument
2195 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument
2208 emit_i32_set_cond(LiftoffCondition liftoff_cond, Register dst, Register lhs, Register rhs) emit_i32_set_cond() argument
2221 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument
2225 emit_i64_set_cond(LiftoffCondition liftoff_cond, Register dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64_set_cond() argument
2238 emit_f32_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f32_set_cond() argument
2245 emit_f64_set_cond(LiftoffCondition liftoff_cond, Register dst, DoubleRegister lhs, DoubleRegister rhs) emit_f64_set_cond() argument
2252 emit_select(LiftoffRegister dst, Register condition, LiftoffRegister true_value, LiftoffRegister false_value, ValueKind kind) emit_select() argument
2582 LoadTransform(LiftoffRegister dst, Register src_addr, Register offset_reg, uintptr_t offset_imm, LoadType type, LoadTransformationKind transform, uint32_t* protected_load_pc) LoadTransform() argument
2634 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
2667 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument
2697 emit_i64x2_mul(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i64x2_mul() argument
2702 emit_i32x4_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_ge_u() argument
2707 emit_i16x8_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_ge_u() argument
2712 emit_i8x16_ge_u(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_ge_u() argument
2717 emit_i8x16_swizzle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_swizzle() argument
2728 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument
2733 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument
2738 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument
2743 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument
2748 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument
2753 emit_i32x4_dot_i16x8_s(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i32x4_dot_i16x8_s() argument
2759 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument
2764 emit_i16x8_q15mulr_sat_s(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2) emit_i16x8_q15mulr_sat_s() argument
2778 emit_i8x16_shuffle(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs, const uint8_t shuffle[16], bool is_swizzle) emit_i8x16_shuffle() argument
2805 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument
2810 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument
2815 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument
2820 emit_s128_const(LiftoffRegister dst, const uint8_t imms[16]) emit_s128_const() argument
2831 emit_s128_select(LiftoffRegister dst, LiftoffRegister src1, LiftoffRegister src2, LiftoffRegister mask) emit_s128_select() argument
2838 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument
2843 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument
2848 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument
2853 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument
2858 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument
2863 emit_i8x16_sconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_sconvert_i16x8() argument
2869 emit_i8x16_uconvert_i16x8(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i8x16_uconvert_i16x8() argument
2875 emit_i16x8_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_sconvert_i32x4() argument
2881 emit_i16x8_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister lhs, LiftoffRegister rhs) emit_i16x8_uconvert_i32x4() argument
2887 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument
2892 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument
3067 emit_set_if_nan(Register dst, DoubleRegister src, ValueKind kind) emit_set_if_nan() argument
3084 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc572 #define MAYBE_REVERSE_IF_WASM(dst, src, op, reset) \
574 __ op(dst, src, kScratchReg); \
575 if (reset) src = dst; \
581 Register dst = i.OutputRegister(); \
584 MemOperand(i.InputRegister(0), i.InputRegister(1)), val, dst); \
585 MAYBE_REVERSE_IF_WASM(dst, dst, reverse_op, false); \
592 Register dst = i.OutputRegister(); \
597 new_val, dst, kScratchReg); \
598 MAYBE_REVERSE_IF_WASM(dst, ds
2185 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2192 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2201 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2207 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2213 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2219 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2285 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2299 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2313 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2327 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2341 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2349 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2402 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2452 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2767 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2773 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2779 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2793 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2798 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2803 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2809 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
2912 Register dst = i.OutputRegister(); AssembleArchInstruction() local
3086 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3138 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3156 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3166 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3176 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3186 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3203 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3342 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3350 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3358 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3366 Simd128Register dst = i.OutputSimd128Register(), AssembleArchInstruction() local
3384 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3390 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3397 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3405 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3412 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3419 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3431 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3438 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3451 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3459 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3473 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3482 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3491 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3502 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3516 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3530 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3596 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3604 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3613 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3621 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3717 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3732 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3741 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3752 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
3767 Simd128Register dst = i.OutputSimd128Register(); AssembleArchInstruction() local
4293 Register dst = AssembleConstructFrame() local
4357 DoubleRegister dst = destination->IsFPRegister() AssembleConstructFrame() local
4397 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
4404 DoubleRegister dst = g.ToDoubleRegister(destination); AssembleConstructFrame() local
4447 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dv408enc.c42 uint8_t *dst; in v408_encode_frame() local
49 dst = pkt->data; in v408_encode_frame()
59 *dst++ = v[j]; in v408_encode_frame()
60 *dst++ = u[j]; in v408_encode_frame()
61 *dst++ = y[j]; in v408_encode_frame()
62 *dst++ = a[j]; in v408_encode_frame()
64 *dst++ = u[j]; in v408_encode_frame()
65 *dst++ = y[j]; in v408_encode_frame()
66 *dst++ = v[j]; in v408_encode_frame()
67 *dst in v408_encode_frame()
[all...]
H A Dmss2dsp.c29 static av_always_inline void mss2_blit_wmv9_template(uint8_t *dst, in mss2_blit_wmv9_template() argument
48 dst[k] = dst[k + 1] = dst[k + 2] = 0x80; in mss2_blit_wmv9_template()
53 dst[k] = av_clip_uint8(y + ( 91881 * v + 32768 >> 16)); in mss2_blit_wmv9_template()
54 dst[k + 1] = av_clip_uint8(y + (-22554 * u - 46802 * v + 32768 >> 16)); in mss2_blit_wmv9_template()
55 dst[k + 2] = av_clip_uint8(y + (116130 * u + 32768 >> 16)); in mss2_blit_wmv9_template()
60 dst += dst_stride; in mss2_blit_wmv9_template()
67 static void mss2_blit_wmv9_c(uint8_t *dst, ptrdiff_t dst_stride, in mss2_blit_wmv9_c() argument
72 mss2_blit_wmv9_template(dst, dst_strid in mss2_blit_wmv9_c()
79 mss2_blit_wmv9_masked_c(uint8_t *dst, ptrdiff_t dst_stride, int maskcolor, const uint8_t *mask, ptrdiff_t mask_stride, const uint8_t *srcy, ptrdiff_t srcy_stride, const uint8_t *srcu, const uint8_t *srcv, ptrdiff_t srcuv_stride, int w, int h) mss2_blit_wmv9_masked_c() argument
93 mss2_gray_fill_masked_c(uint8_t *dst, ptrdiff_t dst_stride, int maskcolor, const uint8_t *mask, ptrdiff_t mask_stride, int w, int h) mss2_gray_fill_masked_c() argument
[all...]
H A Dhuffyuvdsp.c29 static void add_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, int w){ in add_int16_c() argument
35 long b = *(long*)(dst+i); in add_int16_c()
36 *(long*)(dst+i) = ((a&pw_lsb) + (b&pw_lsb)) ^ ((a^b)&pw_msb); in add_int16_c()
39 dst[i] = (dst[i] + src[i]) & mask; in add_int16_c()
42 static void add_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src, const uint16_t *diff, unsigned mask, int w, int *left, int *left_top){ in add_hfyu_median_pred_int16_c() argument
52 dst[i] = l; in add_hfyu_median_pred_int16_c()
59 static void add_hfyu_left_pred_bgr32_c(uint8_t *dst, const uint8_t *src, in add_hfyu_left_pred_bgr32_c() argument
71 dst[4 * i + B] = b; in add_hfyu_left_pred_bgr32_c()
72 dst[ in add_hfyu_left_pred_bgr32_c()
[all...]
/third_party/lz4/ossfuzz/
H A Ddecompress_frame_fuzzer.c18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() argument
25 LZ4F_decompress(dctx, dst, &dstCapacity, src, &srcSize, opts); in decompress()
27 LZ4F_decompress_usingDict(dctx, dst, &dstCapacity, src, &srcSize, in decompress()
44 char* const dst = (char*)malloc(dstCapacity); in LLVMFuzzerTestOneInput() local
51 FUZZ_ASSERT(dst); in LLVMFuzzerTestOneInput()
61 decompress(dctx, dst, dstCapacity, data, size, NULL, 0, &opts); in LLVMFuzzerTestOneInput()
63 decompress(dctx, dst, dstCapacity, data, size, NULL, 0, &opts); in LLVMFuzzerTestOneInput()
65 decompress(dctx, dst, dstCapacity, data, size, dict, dictSize, &opts); in LLVMFuzzerTestOneInput()
67 decompress(dctx, dst, dstCapacity, data, size, dict, dictSize, &opts); in LLVMFuzzerTestOneInput()
70 free(dst); in LLVMFuzzerTestOneInput()
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blitter.h53 } src, dst; member
80 } dst; member
108 if (ctx->dst.last_layer < ctx->dst.layer_offset) { in pan_blit_next_surface()
109 if (ctx->dst.cur_layer <= ctx->dst.last_layer) in pan_blit_next_surface()
112 ctx->dst.cur_layer--; in pan_blit_next_surface()
114 if (ctx->dst.cur_layer >= ctx->dst.last_layer) in pan_blit_next_surface()
117 ctx->dst in pan_blit_next_surface()
[all...]
/third_party/popt/src/
H A Dpoptparse.c18 char * dst; in poptDupArgv() local
29 dst = malloc(nb); in poptDupArgv()
30 if (dst == NULL) /* XXX can't happen */ in poptDupArgv()
32 argv2 = (void *) dst; in poptDupArgv()
33 dst += (argc + 1) * sizeof(*argv); in poptDupArgv()
34 *dst = '\0'; in poptDupArgv()
37 argv2[i] = dst; in poptDupArgv()
38 dst = stpcpy(dst, argv[i]); in poptDupArgv()
39 dst in poptDupArgv()
[all...]
/third_party/python/Lib/
H A Dshutil.py202 def _samefile(src, dst):
206 return os.path.samestat(src.stat(), os.stat(dst))
212 return os.path.samefile(src, dst)
218 os.path.normcase(os.path.abspath(dst)))
226 def copyfile(src, dst, *, follow_symlinks=True):
227 """Copy data from src to dst in the most efficient way possible.
233 sys.audit("shutil.copyfile", src, dst)
235 if _samefile(src, dst):
236 raise SameFileError("{!r} and {!r} are the same file".format(src, dst))
239 for i, fn in enumerate([src, dst])
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvc1dsp_init_aarch64.c46 void ff_put_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
48 void ff_avg_vc1_chroma_mc8_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
50 void ff_put_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
52 void ff_avg_vc1_chroma_mc4_neon(uint8_t *dst, uint8_t *src, ptrdiff_t stride,
55 int ff_vc1_unescape_buffer_helper_neon(const uint8_t *src, int size, uint8_t *dst);
57 static int vc1_unescape_buffer_neon(const uint8_t *src, int size, uint8_t *dst) in vc1_unescape_buffer_neon() argument
67 while (!found && (((uintptr_t) dst) & 7) && size >= 4) in vc1_unescape_buffer_neon()
72 *dst++ = *src++; in vc1_unescape_buffer_neon()
79 int skip = size - ff_vc1_unescape_buffer_helper_neon(src, size, dst); in vc1_unescape_buffer_neon()
80 dst in vc1_unescape_buffer_neon()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp_init.c27 void ff_add_dirac_obmc8_mmx(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
29 void ff_add_dirac_obmc16_sse2(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
30 void ff_add_dirac_obmc32_sse2(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen);
32 void ff_put_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
33 void ff_put_signed_rect_clamped_sse2(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height);
34 void ff_put_signed_rect_clamped_10_sse4(uint8_t *dst, int dst_stride, const uint8_t *src, int src_stride, int width, int height);
36 void ff_dequant_subband_32_sse4(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h);
66 static void OPNAME ## _dirac_pixels16_ ## EXT(uint8_t *dst, const uint8_t *src[5], \
70 ff_ ## OPNAME ## _dirac_pixels16_c(dst, src, stride, h);\
72 ff_ ## OPNAME ## _pixels16_ ## EXT(dst, sr
[all...]
/third_party/ffmpeg/libavutil/
H A Dfixed_dsp.c51 static void vector_fmul_add_c(int *dst, const int *src0, const int *src1, const int *src2, int len){ in vector_fmul_add_c() argument
57 dst[i] = src2[i] + (int)((accu + 0x40000000) >> 31); in vector_fmul_add_c()
61 static void vector_fmul_reverse_c(int *dst, const int *src0, const int *src1, int len) in vector_fmul_reverse_c() argument
69 dst[i] = (int)((accu+0x40000000) >> 31); in vector_fmul_reverse_c()
73 static void vector_fmul_window_scaled_c(int16_t *dst, const int32_t *src0, in vector_fmul_window_scaled_c() argument
79 dst += len; in vector_fmul_window_scaled_c()
89 dst[i] = av_clip_int16(((((int64_t)s0*wj - (int64_t)s1*wi + 0x40000000) >> 31) + round) >> bits); in vector_fmul_window_scaled_c()
90 dst[j] = av_clip_int16(((((int64_t)s0*wi + (int64_t)s1*wj + 0x40000000) >> 31) + round) >> bits); in vector_fmul_window_scaled_c()
94 static void vector_fmul_window_c(int32_t *dst, const int32_t *src0, in vector_fmul_window_c() argument
100 dst in vector_fmul_window_c()
114 vector_fmul_c(int *dst, const int *src0, const int *src1, int len) vector_fmul_c() argument
[all...]
H A Dtea.c52 static void tea_crypt_ecb(AVTEA *ctx, uint8_t *dst, const uint8_t *src, in tea_crypt_ecb() argument
91 AV_WB32(dst, v0); in tea_crypt_ecb()
92 AV_WB32(dst + 4, v1); in tea_crypt_ecb()
95 void av_tea_crypt(AVTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in av_tea_crypt() argument
102 tea_crypt_ecb(ctx, dst, src, decrypt, iv); in av_tea_crypt()
105 dst += 8; in av_tea_crypt()
111 dst[i] = src[i] ^ iv[i]; in av_tea_crypt()
112 tea_crypt_ecb(ctx, dst, dst, decrypt, NULL); in av_tea_crypt()
113 memcpy(iv, dst, in av_tea_crypt()
[all...]
/third_party/skia/src/core/
H A DSkBlitter_RGB565.cpp16 static void D16_S32X_src(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32X_src() argument
19 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src()
23 static void D16_S32X_src_coverage(uint16_t dst[], const SkPMColor src[], int count, in D16_S32X_src_coverage() argument
29 dst[i] = SkPixel32ToPixel16(src[i]); in D16_S32X_src_coverage()
35 dst[i] = SkSrcOver32To16(SkAlphaMulQ(src[i], scale), dst[i]); in D16_S32X_src_coverage()
41 static void D16_S32A_srcover(uint16_t dst[], const SkPMColor src[], int count, uint8_t coverage) { in D16_S32A_srcover() argument
44 dst[i] = SkSrcOver32To16(src[i], dst[i]); in D16_S32A_srcover()
48 static void D16_S32A_srcover_coverage(uint16_t dst[], cons argument
[all...]
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dmls_types.h53 static inline int mls_range_glblub(struct mls_range *dst, const struct mls_range *r1, const struct mls_range *r2) in mls_range_glblub() argument
61 dst->level[0].sens = MAX(r1->level[0].sens, r2->level[0].sens); in mls_range_glblub()
63 dst->level[1].sens = MIN(r1->level[1].sens, r2->level[1].sens); in mls_range_glblub()
65 if (ebitmap_and(&dst->level[0].cat, &r1->level[0].cat, &r2->level[0].cat) < 0) { in mls_range_glblub()
69 if (ebitmap_and(&dst->level[1].cat, &r1->level[1].cat, &r2->level[1].cat) < 0) { in mls_range_glblub()
77 static inline int mls_level_cpy(struct mls_level *dst, const struct mls_level *src) in mls_level_cpy() argument
80 dst->sens = src->sens; in mls_level_cpy()
81 if (ebitmap_cpy(&dst->cat, &src->cat) < 0) in mls_level_cpy()
122 static inline int mls_range_cpy(mls_range_t * dst, const mls_range_t * src) in mls_range_cpy() argument
125 if (mls_level_cpy(&dst in mls_range_cpy()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c150 * Clips a coordinate (left, right, top or bottom) for the src or dst rect
156 * \param dst0 the dst rect coordinate (for example dst_x0)
157 * \param dst1 the opposite dst rect coordinate (for example dst_x1)
158 * \param clipped_dst0 number of pixels to clip from the dst coordinate
159 * \param clipped_dst1 number of pixels to clip from the opposite dst coordinate
160 * \param scale the src vs dst scale involved for that coordinate
235 * from the dst rect so we should clip dst_x0 only and adjust src_x0. in apply_blit_scissor()
236 * This is because clipping 4 pixels in the dst is equivalent to in apply_blit_scissor()
374 if (!util_format_has_alpha(dinfo.dst.resource->format)) in crocus_u_blitter()
407 info->dst in crocus_blit()
675 crocus_copy_region(struct blorp_context *blorp, struct crocus_batch *batch, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) crocus_copy_region() argument
780 struct crocus_resource *dst = (void *) p_dst; crocus_resource_copy_region() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_blit.c441 struct pipe_surface *dst, in r300_clear_render_target()
451 util_blitter_clear_render_target(r300->blitter, dst, color, in r300_clear_render_target()
458 struct pipe_surface *dst, in r300_clear_depth_stencil()
471 if (fb->zsbuf->texture == dst->texture) { in r300_clear_depth_stencil()
479 util_blitter_clear_depth_stencil(r300->blitter, dst, clear_flags, depth, stencil, in r300_clear_depth_stencil()
543 struct pipe_resource *dst, in r300_resource_copy_region()
556 unsigned dst_width0 = r300_resource(dst)->tex.width0; in r300_resource_copy_region()
557 unsigned dst_height0 = r300_resource(dst)->tex.height0; in r300_resource_copy_region()
564 if ((dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) || in r300_resource_copy_region()
565 !r300_is_blit_supported(dst in r300_resource_copy_region()
440 r300_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_render_target() argument
457 r300_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) r300_clear_depth_stencil() argument
542 r300_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) r300_resource_copy_region() argument
721 r300_simple_msaa_resolve(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dst_layer, struct pipe_resource *src, enum pipe_format format) r300_simple_msaa_resolve() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c48 struct tgsi_full_dst_register dst; member
68 reg_dst(struct tgsi_full_dst_register *dst, in reg_dst() argument
71 *dst = *orig_dst; in reg_dst()
72 dst->Register.WriteMask &= wrmask; in reg_dst()
73 assert(dst->Register.WriteMask); in reg_dst()
104 * if (dst.x aliases src.x) {
108 * COS dst.x, src.x
109 * SIN dst.y, src.x
110 * MOV dst.zw, imm{0.0, 1.0}
113 aliases(const struct tgsi_full_dst_register *dst, unsigne argument
131 create_mov(struct tgsi_transform_context *tctx, const struct tgsi_full_dst_register *dst, const struct tgsi_full_src_register *src, unsigned mask, unsigned saturate) create_mov() argument
201 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_dst() local
282 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_lrp() local
332 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_frc() local
377 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_pow() local
437 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_lit() local
562 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_exp() local
685 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_log() local
823 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_dotp() local
909 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_flr_ceil() local
963 struct tgsi_full_dst_register *dst = &inst->Dst[0]; transform_trunc() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp92 bool SLRCheck(const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in SLRCheck() argument
100 if (dst.size_.width == 0 || dst.size_.height == 0) { in SLRCheck()
119 bool SLRBoxCheck(const SLRSliceKey &key, const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, in SLRBoxCheck() argument
131 uint32_t* dstArr = static_cast<uint32_t*>(dst.data_); in SLRBoxCheck()
137 int dstM = dst.size_.height, dstN = dst.size_.width; in SLRBoxCheck()
152 int dstIndex = key.x * dst.rowStride_ + key.y; in SLRBoxCheck()
155 IMAGE_LOGE("SLRBoxCheck dst index error:%{public}d, %{public}d", dstIndex, maxDstSize); in SLRBoxCheck()
161 void SLRBox(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, cons argument
201 Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) Serial() argument
217 SLRSubtask(const SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) SLRSubtask() argument
231 Parallel(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) Parallel() argument
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_mc_mmi.c74 uint8_t *dst, int32_t dst_stride, in convolve_horiz_mmi()
115 "swc1 %[ftmp12], 0x00(%[dst]) \n\t" in convolve_horiz_mmi()
116 PTR_ADDIU "%[dst], %[dst], 0x04 \n\t" in convolve_horiz_mmi()
122 PTR_ADDU "%[dst], %[dst], %[dst_stride] \n\t" in convolve_horiz_mmi()
135 [dst]"+&r"(dst), [height]"+&r"(h), in convolve_horiz_mmi()
145 uint8_t *dst, int32_t dst_stride, in convolve_vert_mmi()
201 "swc1 %[ftmp12], 0x00(%[dst]) \ in convolve_vert_mmi()
73 convolve_horiz_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const uint16_t *filter_x, int32_t w, int32_t h) convolve_horiz_mmi() argument
144 convolve_vert_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) convolve_vert_mmi() argument
231 convolve_avg_horiz_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const uint16_t *filter_x, int32_t w, int32_t h) convolve_avg_horiz_mmi() argument
313 convolve_avg_vert_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) convolve_avg_vert_mmi() argument
410 convolve_avg_mmi(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t w, int32_t h) convolve_avg_mmi() argument
[all...]
H A Daacdec_mips.h65 static inline float *VMUL2_mips(float *dst, const float *v, unsigned idx, in VMUL2_mips() argument
82 PTR_ADDIU "%[ret], %[dst], 8 \n\t" in VMUL2_mips()
83 "swc1 %[temp0], 0(%[dst]) \n\t" in VMUL2_mips()
84 "swc1 %[temp1], 4(%[dst]) \n\t" in VMUL2_mips()
90 [dst]"r"(dst) in VMUL2_mips()
96 static inline float *VMUL4_mips(float *dst, const float *v, unsigned idx, in VMUL4_mips() argument
120 PTR_ADDIU "%[ret], %[dst], 16 \n\t" in VMUL4_mips()
121 "swc1 %[temp5], 0(%[dst]) \n\t" in VMUL4_mips()
122 "swc1 %[temp6], 4(%[dst]) \ in VMUL4_mips()
138 VMUL2S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL2S_mips() argument
179 VMUL4S_mips(float *dst, const float *v, unsigned idx, unsigned sign, const float *scale) VMUL4S_mips() argument
[all...]
/third_party/ffmpeg/libavresample/
H A Daudio_data.c225 int ff_audio_data_copy(AudioData *dst, AudioData *src, ChannelMapInfo *map) in ff_audio_data_copy() argument
230 if (dst->sample_fmt != src->sample_fmt || dst->channels < src->channels) in ff_audio_data_copy()
240 dst->nb_samples = 0; in ff_audio_data_copy()
245 ret = ff_audio_data_realloc(dst, src->nb_samples); in ff_audio_data_copy()
254 memcpy(dst->data[p], src->data[map->channel_map[p]], in ff_audio_data_copy()
261 memcpy(dst->data[p], dst->data[map->channel_copy[p]], in ff_audio_data_copy()
264 av_samples_set_silence(&dst->data[p], 0, src->nb_samples, in ff_audio_data_copy()
265 1, dst in ff_audio_data_copy()
278 ff_audio_data_combine(AudioData *dst, int dst_offset, AudioData *src, int src_offset, int nb_samples) ff_audio_data_combine() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Drestrict.c1 void f00(void *restrict dst);
2 void f01(void *restrict *dst);
3 void f02(void *restrict *dst);
4 void f03(void *restrict *dst);
9 void f00(void *dst) { } /* check-should-pass */ in f00() argument
10 void f01(typeof(&rp) dst) { } /* check-should-pass */
11 void f02(void **dst) { } /* check-should-fail */ in f02() argument
12 void f03(typeof(&up) dst) { } /* check-should-fail */
/third_party/pulseaudio/src/pulsecore/
H A Dsconv_neon.c30 static void pa_sconv_s16le_from_f32ne_neon(unsigned n, const float *src, int16_t *dst) { in pa_sconv_s16le_from_f32ne_neon() argument
42 "vst1.16 {d0}, [%[dst]]! \n\t" in pa_sconv_s16le_from_f32ne_neon()
47 : [dst] "+r" (dst), [src] "+r" (src), [n] "+r" (n) /* output operands (or input operands that get modified) */ in pa_sconv_s16le_from_f32ne_neon()
54 *dst++ = (int16_t) PA_CLAMP_UNLIKELY(lrintf(*src * (1 << 15)), -0x8000, 0x7FFF); in pa_sconv_s16le_from_f32ne_neon()
59 static void pa_sconv_s16le_to_f32ne_neon(unsigned n, const int16_t *src, float *dst) { in pa_sconv_s16le_to_f32ne_neon() argument
72 "vst1.32 {q0}, [%[dst]]! \n\t" in pa_sconv_s16le_to_f32ne_neon()
77 : [dst] "+r" (dst), [src] "+r" (src), [n] "+r" (n) /* output operands (or input operands that get modified) */ in pa_sconv_s16le_to_f32ne_neon()
84 *dst in pa_sconv_s16le_to_f32ne_neon()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_hflip_init.h32 static void hflip_byte_c(const uint8_t *src, uint8_t *dst, int w) in hflip_byte_c() argument
35 dst[j] = src[-j]; in hflip_byte_c()
41 uint16_t *dst = (uint16_t *)ddst; in hflip_short_c() local
44 dst[j] = src[-j]; in hflip_short_c()
50 uint32_t *dst = (uint32_t *)ddst; in hflip_dword_c() local
53 dst[j] = src[-j]; in hflip_dword_c()
56 static void hflip_b24_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b24_c() argument
59 uint8_t *out = dst; in hflip_b24_c()
68 static void hflip_b48_c(const uint8_t *src, uint8_t *dst, int w) in hflip_b48_c() argument
71 uint8_t *out = dst; in hflip_b48_c()
83 uint64_t *dst = (uint64_t *)ddst; hflip_qword_c() local
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...234