Home
last modified time | relevance | path

Searched refs:src (Results 626 - 650 of 14328) sorted by relevance

1...<<21222324252627282930>>...574

/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dfcnvfut.c50 register unsigned int src, result; in sgl_to_sgl_fcnvfut() local
53 src = *srcptr; in sgl_to_sgl_fcnvfut()
54 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()
60 if (Sgl_isone_sign(src)) { in sgl_to_sgl_fcnvfut()
80 if (Sgl_isone_sign(src)) { in sgl_to_sgl_fcnvfut()
89 Sgl_clear_signexponent_set_hidden(src); in sgl_to_sgl_fcnvfut()
90 Suint_from_sgl_mantissa(src,src_exponent,result); in sgl_to_sgl_fcnvfut()
94 if (Sgl_isinexact_to_unsigned(src,src_exponent)) { in sgl_to_sgl_fcnvfut()
103 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_sgl_fcnvfut()
120 register unsigned int src, resultp in sgl_to_dbl_fcnvfut() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dstring.h22 void *memcpy(void *dest, const void *src, size_t n);
24 void *memmove(void *dest, const void *src, size_t n);
45 size_t strlcat(char *dest, const char *src, size_t n);
46 size_t strlcpy(char *dest, const char *src, size_t size);
47 char *strncat(char *dest, const char *src, size_t n);
48 char *strncpy(char *dest, const char *src, size_t n);
62 extern void *__memcpy(void *dest, const void *src, size_t n);
64 extern void *__memmove(void *dest, const void *src, size_t n);
71 #define memcpy(dst, src, len) __memcpy(dst, src, le
139 strcat(char *dst, const char *src) strcat() argument
157 strcpy(char *dst, const char *src) strcpy() argument
[all...]
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Dfcnvfut.c50 register unsigned int src, result; in sgl_to_sgl_fcnvfut() local
53 src = *srcptr; in sgl_to_sgl_fcnvfut()
54 src_exponent = Sgl_exponent(src) - SGL_BIAS; in sgl_to_sgl_fcnvfut()
60 if (Sgl_isone_sign(src)) { in sgl_to_sgl_fcnvfut()
80 if (Sgl_isone_sign(src)) { in sgl_to_sgl_fcnvfut()
89 Sgl_clear_signexponent_set_hidden(src); in sgl_to_sgl_fcnvfut()
90 Suint_from_sgl_mantissa(src,src_exponent,result); in sgl_to_sgl_fcnvfut()
94 if (Sgl_isinexact_to_unsigned(src,src_exponent)) { in sgl_to_sgl_fcnvfut()
103 if (Sgl_isnotzero_exponentmantissa(src)) { in sgl_to_sgl_fcnvfut()
120 register unsigned int src, resultp in sgl_to_dbl_fcnvfut() local
[all...]
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dstring.c82 * @src: Where to copy the string from
87 char *strcpy(char *dest, const char *src) in strcpy() argument
93 "0: mvst %[dest],%[src]\n" in strcpy()
95 : [dest] "+&a" (dest), [src] "+&a" (src) in strcpy()
106 * @src: Where to copy the string from
113 char *strncpy(char *dest, const char *src, size_t n) in strncpy() argument
115 size_t len = __strnend(src, n) - src; in strncpy()
117 memcpy(dest, src, le in strncpy()
131 strcat(char *dest, const char *src) strcat() argument
157 strlcat(char *dest, const char *src, size_t n) strlcat() argument
188 strncat(char *dest, const char *src, size_t n) strncat() argument
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/textinput/
H A Dtextinput_backgroundimage_test.cpp28 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage001() local
32 valueItem.string = src; in TestTextInputBackgroundImage001()
35 ASSERT_STREQ(nodeAPI->getAttribute(textInput, NODE_BACKGROUND_IMAGE)->string, src); in TestTextInputBackgroundImage001()
43 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage002() local
47 valueItem.string = src; in TestTextInputBackgroundImage002()
50 ASSERT_STREQ(nodeAPI->getAttribute(textInput, NODE_BACKGROUND_IMAGE)->string, src); in TestTextInputBackgroundImage002()
58 const char *src = FIRST_MIDDLE_VALUE; in TestTextInputBackgroundImage003() local
62 valueItem.string = src; in TestTextInputBackgroundImage003()
65 ASSERT_STREQ(nodeAPI->getAttribute(textInput, NODE_BACKGROUND_IMAGE)->string, src); in TestTextInputBackgroundImage003()
73 const char *src in TestTextInputBackgroundImage004() local
88 const char *src = SECOND_MIDDLE_VALUE; TestTextInputBackgroundImage005() local
103 const char *src = FIRST_MIDDLE_VALUE; TestTextInputBackgroundImage006() local
[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);
45 const uint8_t *src, int stride, int width, int height) \
49 ff_dirac_hpel_filter_v_ ## EXT(dstv-MMSIZE, src-MMSIZE, stride, width+MMSIZE+5); \
50 ff_dirac_hpel_filter_h_ ## EXT(dsth, src, widt
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c81 if (blit_info->src.box.width == 0 || blit_info->src.box.height == 0 || in util_compute_blit()
85 struct pipe_resource *src = blit_info->src.resource; in util_compute_blit() local
91 float x_scale = blit_info->src.box.width / (float)blit_info->dst.box.width; in util_compute_blit()
92 float y_scale = blit_info->src.box.height / (float)blit_info->dst.box.height; in util_compute_blit()
93 float z_scale = blit_info->src.box.depth / (float)blit_info->dst.box.depth; in util_compute_blit()
96 unsigned data[] = {u_bitcast_f2u((blit_info->src.box.x + offset) / (float)src->width0), in util_compute_blit()
97 u_bitcast_f2u((blit_info->src in util_compute_blit()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp127 std::ostringstream src; in initPrograms() local
128 src << "#version 310 es\n" in initPrograms()
137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
147 std::ostringstream src; in initPrograms() local
148 src << "#version 310 es\n" in initPrograms()
155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
166 std::ostringstream src; in shaderGeometry() local
167 src << "#version 310 es\n" in shaderGeometry()
170 src <<"#extension GL_EXT_geometry_point_size : require\n"; in shaderGeometry()
171 src << "layou in shaderGeometry()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryEmitGeometryShaderTests.cpp127 std::ostringstream src; in initPrograms() local
128 src << "#version 310 es\n" in initPrograms()
137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms()
147 std::ostringstream src; in initPrograms() local
148 src << "#version 310 es\n" in initPrograms()
155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
166 std::ostringstream src; in shaderGeometry() local
167 src << "#version 310 es\n" in shaderGeometry()
170 src <<"#extension GL_EXT_geometry_point_size : require\n"; in shaderGeometry()
171 src << "layou in shaderGeometry()
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Drenamer_test.cc15 #include "src/transform/renamer.h"
20 #include "src/transform/test_helper.h"
31 auto* src = ""; in TEST_F() local
34 auto got = Run<Renamer>(src); in TEST_F()
44 auto* src = R"( in TEST_F() local
69 auto got = Run<Renamer>(src); in TEST_F()
85 auto* src = R"( in TEST_F() local
105 auto got = Run<Renamer>(src); in TEST_F()
122 auto* src = R"( in TEST_F() local
138 auto got = Run<Renamer>(src); in TEST_F()
153 auto* src = R"( TEST_F() local
188 auto* src = R"( TEST_F() local
231 auto src = R"( TEST_P() local
256 auto src = R"( TEST_P() local
281 auto src = R"( TEST_P() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dpcm.c72 * @param src Source pointer (variable name)
78 #define ENCODE(type, endian, src, dst, n, shift, offset) \
79 samples_ ## type = (const type *) src; \
215 const uint8_t *src = frame->extended_data[c]; in pcm_encode_frame() local
216 bytestream_put_buffer(&dst, src, n * sample_size); in pcm_encode_frame()
247 void (*vector_fmul_scalar)(float *dst, const float *src, float mul,
304 * @param src Source pointer (variable name)
310 #define DECODE(size, endian, src, dst, n, shift, offset) \
312 uint ## size ## _t v = bytestream_get_ ## endian(&src); \
317 #define DECODE_PLANAR(size, endian, src, ds
332 const uint8_t *src = avpkt->data; pcm_decode_frame() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_a6xx.c40 /* src[] = { buffer_index, offset }. No const_index */
49 offset = ir3_get_src(ctx, &intr->src[2])[0]; in emit_intrinsic_load_ssbo()
51 ldib = ir3_LDIB(b, ir3_ssbo_to_ibo(ctx, intr->src[0]), 0, offset, 0); in emit_intrinsic_load_ssbo()
58 ir3_handle_bindless_cat6(ldib, intr->src[0]); in emit_intrinsic_load_ssbo()
64 /* src[] = { value, block_index, offset }. const_index[] = { write_mask } */
77 val = ir3_create_collect(b, ir3_get_src(ctx, &intr->src[0]), ncomp); in emit_intrinsic_store_ssbo()
78 offset = ir3_get_src(ctx, &intr->src[3])[0]; in emit_intrinsic_store_ssbo()
80 stib = ir3_STIB(b, ir3_ssbo_to_ibo(ctx, intr->src[1]), 0, offset, 0, val, 0); in emit_intrinsic_store_ssbo()
83 stib->cat6.type = intr->src[0].ssa->bit_size == 16 ? TYPE_U16 : TYPE_U32; in emit_intrinsic_store_ssbo()
86 ir3_handle_bindless_cat6(stib, intr->src[ in emit_intrinsic_store_ssbo()
[all...]
H A Dir3_ra_validate.c148 ra_foreach_src (src, instr) { in validate_simple()
149 unsigned src_max = ra_reg_get_physreg(src) + reg_size(src); in validate_simple()
150 validate_assert(ctx, src_max <= get_file_size(ctx, src)); in validate_simple()
156 merge_reg(struct reg_state *dst, const struct reg_state *src) in merge_reg() argument
159 *dst = *src; in merge_reg()
160 return src->def != UNKNOWN; in merge_reg()
164 if (src->def == UNKNOWN) in merge_reg()
166 else if (src->def == OVERDEF) { in merge_reg()
167 *dst = *src; in merge_reg()
182 merge_file(struct file_state *dst, const struct file_state *src, unsigned size) merge_file() argument
191 merge_state(struct ra_val_ctx *ctx, struct reaching_state *dst, const struct reaching_state *src) merge_state() argument
201 merge_state_physical(struct ra_val_ctx *ctx, struct reaching_state *dst, const struct reaching_state *src) merge_state_physical() argument
237 struct ir3_register *src = split->srcs[0]; propagate_split() local
259 struct ir3_register *src = collect->srcs[i]; propagate_collect() local
291 struct ir3_register *src = pcopy->srcs[i]; propagate_parallelcopy() local
439 check_reaching_src(struct ra_val_ctx *ctx, struct ir3_instruction *instr, struct ir3_register *src) check_reaching_src() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java29 * @param src String to iterate over.
31 public StringContextIterator(CharSequence src) { in StringContextIterator() argument
32 this.s=src; in StringContextIterator()
33 limit=src.length(); in StringContextIterator()
40 * @param src String to iterate over.
44 public StringContextIterator(CharSequence src, int cpStart, int cpLimit) { in StringContextIterator() argument
45 s = src; in StringContextIterator()
47 limit = src.length(); in StringContextIterator()
398 private static final void appendUnchanged(CharSequence src, int start, int length, in appendUnchanged() argument
407 dest.append(src, star in appendUnchanged()
411 applyEdits(CharSequence src, StringBuilder replacementChars, Edits edits) applyEdits() argument
434 internalToLower(int caseLocale, int options, CharSequence src, int srcStart, int srcLimit, StringContextIterator iter, Appendable dest, Edits edits) internalToLower() argument
517 internalToUpper(int caseLocale, int options, CharSequence src, Appendable dest, Edits edits) internalToUpper() argument
594 toLower(int caseLocale, int options, CharSequence src) toLower() argument
611 toLower(int caseLocale, int options, CharSequence src, A dest, Edits edits) toLower() argument
624 toUpper(int caseLocale, int options, CharSequence src) toUpper() argument
641 toUpper(int caseLocale, int options, CharSequence src, A dest, Edits edits) toUpper() argument
657 toTitle(int caseLocale, int options, BreakIterator iter, CharSequence src) toTitle() argument
675 toTitle( int caseLocale, int options, BreakIterator titleIter, CharSequence src, A dest, Edits edits) toTitle() argument
787 fold(int options, CharSequence src) fold() argument
803 fold(int options, CharSequence src, A dest, Edits edits) fold() argument
1320 toUpper(int options, CharSequence src, A dest, Edits edits) toUpper() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp260 MOCK_METHOD(ssize_t, FWrite, (const void *src, size_t size, ssize_t nmemb, FILE *file), (override));
267 .WillByDefault(Invoke([](const void *src, size_t size, ssize_t nmemb, FILE *file) { in MockFileWrapper()
268 size_t result = ::fwrite(src, size, nmemb, file); in MockFileWrapper()
725 FileMetadataStream src(filePathSource); in HWTEST_F()
728 src.Open(); in HWTEST_F()
729 // Write some known data to src in HWTEST_F()
731 ASSERT_EQ(src.Tell(), 0); in HWTEST_F()
732 ASSERT_GE(src.Write((byte *)data.c_str(), data.size()), 0); in HWTEST_F()
733 ASSERT_TRUE(src.Flush()); in HWTEST_F()
734 // Call the Transfer function to transfer data from src t in HWTEST_F()
751 BufferMetadataStream src; HWTEST_F() local
770 BufferMetadataStream src; HWTEST_F() local
783 BufferMetadataStream src; HWTEST_F() local
836 BufferMetadataStream src; HWTEST_F() local
876 BufferMetadataStream src; HWTEST_F() local
1487 BufferMetadataStream src; HWTEST_F() local
1499 BufferMetadataStream src; HWTEST_F() local
1512 BufferMetadataStream src; HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h8 #include "src/base/platform/wrappers.h"
9 #include "src/codegen/machine-type.h"
10 #include "src/heap/memory-chunk.h"
11 #include "src/wasm/baseline/liftoff-assembler.h"
12 #include "src/wasm/wasm-objects.h"
99 inline void Load(LiftoffAssembler* assm, LiftoffRegister dst, MemOperand src, in Load() argument
103 assm->Lw(dst.gp(), src); in Load()
109 assm->Ld(dst.gp(), src); in Load()
112 assm->Lwc1(dst.fp(), src); in Load()
115 assm->Ldc1(dst.fp(), src); in Load()
125 Store(LiftoffAssembler* assm, Register base, int32_t offset, LiftoffRegister src, ValueKind kind) Store() argument
239 ChangeEndiannessStore(LiftoffAssembler* assm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) ChangeEndiannessStore() argument
498 StoreTaggedPointer(Register dst_addr, Register offset_reg, int32_t offset_imm, LiftoffRegister src, LiftoffRegList pinned, SkipWriteBarrier skip_write_barrier) StoreTaggedPointer() argument
585 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
673 AtomicStore(Register dst_addr, Register offset_reg, uintptr_t offset_imm, LiftoffRegister src, StoreType type, LiftoffRegList pinned) AtomicStore() argument
938 StoreCallerFrameSlot(LiftoffRegister src, uint32_t caller_slot_idx, ValueKind kind) StoreCallerFrameSlot() argument
958 Move(Register dst, Register src, ValueKind kind) Move() argument
964 Move(DoubleRegister dst, DoubleRegister src, ValueKind kind) Move() argument
1027 MemOperand src = liftoff::GetStackSlot(offset); Fill() local
1087 emit_i64_clz(LiftoffRegister dst, LiftoffRegister src) emit_i64_clz() argument
1091 emit_i64_ctz(LiftoffRegister dst, LiftoffRegister src) emit_i64_ctz() argument
1095 emit_i64_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i64_popcnt() argument
1181 emit_i32_clz(Register dst, Register src) emit_i32_clz() argument
1185 emit_i32_ctz(Register dst, Register src) emit_i32_ctz() argument
1189 emit_i32_popcnt(Register dst, Register src) emit_i32_popcnt() argument
1320 emit_u32_to_uintptr(Register dst, Register src) emit_u32_to_uintptr() argument
1324 emit_f32_neg(DoubleRegister dst, DoubleRegister src) emit_f32_neg() argument
1328 emit_f64_neg(DoubleRegister dst, DoubleRegister src) emit_f64_neg() argument
1464 emit_type_conversion(WasmOpcode opcode, LiftoffRegister dst, LiftoffRegister src, Label* trap) emit_type_conversion() argument
1778 emit_i32_signextend_i8(Register dst, Register src) emit_i32_signextend_i8() argument
1782 emit_i32_signextend_i16(Register dst, Register src) emit_i32_signextend_i16() argument
1786 emit_i64_signextend_i8(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i8() argument
1791 emit_i64_signextend_i16(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i16() argument
1796 emit_i64_signextend_i32(LiftoffRegister dst, LiftoffRegister src) emit_i64_signextend_i32() argument
1838 emit_i32_eqz(Register dst, Register src) emit_i32_eqz() argument
1861 emit_i64_eqz(Register dst, LiftoffRegister src) emit_i64_eqz() argument
1915 EmitAnyTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src) EmitAnyTrue() argument
1925 EmitAllTrue(LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, MSABranchDF msa_branch_df) EmitAllTrue() argument
2083 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
2093 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t lane, uint32_t* protected_store_pc) StoreLane() argument
2152 emit_i8x16_splat(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_splat() argument
2157 emit_i16x8_splat(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_splat() argument
2162 emit_i32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_splat() argument
2167 emit_i64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_splat() argument
2172 emit_f32x4_splat(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_splat() argument
2178 emit_f64x2_splat(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_splat() argument
2349 emit_i64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_abs() argument
2386 emit_s128_not(LiftoffRegister dst, LiftoffRegister src) emit_s128_not() argument
2425 emit_i8x16_neg(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_neg() argument
2431 emit_v128_anytrue(LiftoffRegister dst, LiftoffRegister src) emit_v128_anytrue() argument
2436 emit_i8x16_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_alltrue() argument
2441 emit_i8x16_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_bitmask() argument
2550 emit_i8x16_popcnt(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_popcnt() argument
2555 emit_i16x8_neg(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_neg() argument
2561 emit_i16x8_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_alltrue() argument
2566 emit_i16x8_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_bitmask() argument
2679 emit_i32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_neg() argument
2685 emit_i32x4_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_alltrue() argument
2690 emit_i32x4_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_bitmask() argument
2783 emit_i64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_neg() argument
2789 emit_i64x2_alltrue(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_alltrue() argument
2794 emit_i64x2_bitmask(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_bitmask() argument
2863 emit_f32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_abs() argument
2868 emit_f32x4_neg(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_neg() argument
2873 emit_f32x4_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sqrt() argument
2878 emit_f32x4_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_ceil() argument
2884 emit_f32x4_floor(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_floor() argument
2890 emit_f32x4_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_trunc() argument
2896 emit_f32x4_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_nearest_int() argument
2986 emit_f64x2_abs(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_abs() argument
2991 emit_f64x2_neg(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_neg() argument
2996 emit_f64x2_sqrt(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_sqrt() argument
3001 emit_f64x2_ceil(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_ceil() argument
3007 emit_f64x2_floor(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_floor() argument
3013 emit_f64x2_trunc(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_trunc() argument
3019 emit_f64x2_nearest_int(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_nearest_int() argument
3109 emit_f64x2_convert_low_i32x4_s(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_s() argument
3118 emit_f64x2_convert_low_i32x4_u(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_convert_low_i32x4_u() argument
3125 emit_f64x2_promote_low_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_f64x2_promote_low_f32x4() argument
3130 emit_i32x4_sconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_f32x4() argument
3135 emit_i32x4_uconvert_f32x4(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_f32x4() argument
3140 emit_i32x4_trunc_sat_f64x2_s_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_s_zero() argument
3148 emit_i32x4_trunc_sat_f64x2_u_zero(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_trunc_sat_f64x2_u_zero() argument
3156 emit_f32x4_sconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_sconvert_i32x4() argument
3161 emit_f32x4_uconvert_i32x4(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_uconvert_i32x4() argument
3166 emit_f32x4_demote_f64x2_zero(LiftoffRegister dst, LiftoffRegister src) emit_f32x4_demote_f64x2_zero() argument
3210 emit_i16x8_sconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_low() argument
3217 emit_i16x8_sconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_sconvert_i8x16_high() argument
3224 emit_i16x8_uconvert_i8x16_low(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_low() argument
3230 emit_i16x8_uconvert_i8x16_high(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_uconvert_i8x16_high() argument
3236 emit_i32x4_sconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_low() argument
3243 emit_i32x4_sconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_sconvert_i16x8_high() argument
3250 emit_i32x4_uconvert_i16x8_low(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_low() argument
3256 emit_i32x4_uconvert_i16x8_high(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_uconvert_i16x8_high() argument
3262 emit_i64x2_sconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_low() argument
3269 emit_i64x2_sconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_sconvert_i32x4_high() argument
3276 emit_i64x2_uconvert_i32x4_low(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_low() argument
3282 emit_i64x2_uconvert_i32x4_high(LiftoffRegister dst, LiftoffRegister src) emit_i64x2_uconvert_i32x4_high() argument
3300 emit_i8x16_abs(LiftoffRegister dst, LiftoffRegister src) emit_i8x16_abs() argument
3306 emit_i16x8_abs(LiftoffRegister dst, LiftoffRegister src) emit_i16x8_abs() argument
3312 emit_i32x4_abs(LiftoffRegister dst, LiftoffRegister src) emit_i32x4_abs() argument
3614 emit_set_if_nan(Register dst, FPURegister src, ValueKind kind) emit_set_if_nan() argument
3631 emit_s128_set_if_nan(Register dst, LiftoffRegister src, Register tmp_gp, LiftoffRegister tmp_s128, ValueKind lane_kind) emit_s128_set_if_nan() argument
3658 const LiftoffAssembler::VarState& src = slot.src_; Construct() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c363 int src; in amdgpu_dm_irq_init() local
370 for (src = 0; src < DAL_IRQ_SOURCES_NUMBER; src++) { in amdgpu_dm_irq_init()
372 lh = &adev->dm.irq_handler_list_low_tab[src]; in amdgpu_dm_irq_init()
375 INIT_LIST_HEAD(&adev->dm.irq_handler_list_high_tab[src]); in amdgpu_dm_irq_init()
389 int src; in amdgpu_dm_irq_fini() local
396 for (src = 0; src < DAL_IRQ_SOURCES_NUMBER; src in amdgpu_dm_irq_fini()
418 int src; amdgpu_dm_irq_suspend() local
459 int src; amdgpu_dm_irq_resume_early() local
482 int src; amdgpu_dm_irq_resume_late() local
598 enum dc_irq_source src = amdgpu_dm_irq_handler() local
639 enum dc_irq_source src = amdgpu_dm_hpd_to_dal_irq_source(type); amdgpu_dm_set_hpd_irq_state() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c38 (const _type * dst, const _type * src, size_t size)\
43 if (*dst++ != *src++) \
59 const _type * dst, const _type * src, size_t size) \
62 if (*--dst != *--src) \
108 if (spill && spill == SPILL(src, _type) && \
111 diff_offs = vmw_find_first_diff_u8(dst, src, spill); \
116 src += spill; \
121 if (!spill && !SPILL(src, _type)) { \
125 ((_type *) dst, (_type *) src, to_copy); \
130 src
148 vmw_find_first_diff(const u8 *dst, const u8 *src, size_t size, size_t granularity) vmw_find_first_diff() argument
220 vmw_find_last_diff(const u8 *dst, const u8 *src, size_t size, size_t granularity) vmw_find_last_diff() argument
246 vmw_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, size_t n) vmw_memcpy() argument
288 vmw_diff_memcpy(struct vmw_diff_cpy *diff, u8 *dest, const u8 *src, size_t n) vmw_diff_memcpy() argument
446 vmw_bo_cpu_blit(struct ttm_buffer_object *dst, u32 dst_offset, u32 dst_stride, struct ttm_buffer_object *src, u32 src_offset, u32 src_stride, u32 w, u32 h, struct vmw_diff_cpy *diff) vmw_bo_cpu_blit() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Davf_avectorscope.c237 AudioVectorScopeContext *s = outlink->src->priv; in config_output()
326 float src[2]; in filter_frame() local
330 src[0] = samples[0] / (float)INT16_MAX; in filter_frame()
331 src[1] = samples[1] / (float)INT16_MAX; in filter_frame()
334 src[0] = samplesf[0]; in filter_frame()
335 src[1] = samplesf[1]; in filter_frame()
343 src[0] = FFSIGN(src[0]) * sqrtf(FFABS(src[0])); in filter_frame()
344 src[ in filter_frame()
[all...]
/third_party/lwip/src/include/lwip/
H A Dip6_addr.h100 #define ip6_addr_copy(dest, src) do{(dest).addr[0] = (src).addr[0]; \
101 (dest).addr[1] = (src).addr[1]; \
102 (dest).addr[2] = (src).addr[2]; \
103 (dest).addr[3] = (src).addr[3]; \
104 ip6_addr_copy_zone((dest), (src)); }while(0)
105 /** Safely copy one IPv6 address to another (src may be NULL) */
106 #define ip6_addr_set(dest, src) do{(dest)->addr[0] = (src) == NULL ? 0 : (src)
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blt.c107 if (info->dst.box.width != info->src.box.width || in validate_blit_for_blt()
108 info->dst.box.height != info->src.box.height) in validate_blit_for_blt()
114 if (info->dst.box.height < 0 || info->src.box.height < 0) in validate_blit_for_blt()
117 if (info->dst.box.depth > 1 || info->src.box.depth > 1) in validate_blit_for_blt()
121 util_format_description(info->src.format); in validate_blit_for_blt()
122 int i = util_format_get_first_non_void_channel(info->src.format); in validate_blit_for_blt()
127 if ((util_format_has_alpha1(info->src.format) && in validate_blit_for_blt()
144 struct crocus_resource *src, in emit_copy_blt()
161 DBG("%s src:buf(%p)/%d+%d %d,%d dst:buf(%p)/%d+%d %d,%d sz:%dx%d\n", in emit_copy_blt()
163 src, src_pitc in emit_copy_blt()
143 emit_copy_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned cpp, int32_t src_pitch, unsigned src_offset, int32_t dst_pitch, unsigned dst_offset, uint16_t src_x, uint16_t src_y, uint16_t dst_x, uint16_t dst_y, uint16_t w, uint16_t h) emit_copy_blt() argument
233 crocus_emit_blt(struct crocus_batch *batch, struct crocus_resource *src, struct crocus_resource *dst, unsigned dst_level, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned src_level, const struct pipe_box *src_box) crocus_emit_blt() argument
390 crocus_copy_region_blt(struct crocus_batch *batch, struct crocus_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct crocus_resource *src, unsigned src_level, const struct pipe_box *src_box) crocus_copy_region_blt() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp115 void ZeroAndCopy(DestT &dest, const SrcT (&src)[SrcN]) in ZeroAndCopy() argument
118 memcpy(dest.data(), src, sizeof(SrcT) * SrcN); in ZeroAndCopy()
324 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local
328 ZeroAndCopy(srcBuffer, src); in TEST_P()
350 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local
354 ZeroAndCopy(srcBuffer, src); in TEST_P()
364 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local
367 ZeroAndCopy(srcBuffer, src); in TEST_P()
375 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local
378 ZeroAndCopy(srcBuffer, src); in TEST_P()
386 constexpr uint16_t src[] = {static_cast<uint16_t>( TEST_P() local
396 constexpr uint32_t src[] = { TEST_P() local
408 constexpr uint32_t src[] = { TEST_P() local
418 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; TEST_P() local
426 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; TEST_P() local
436 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; TEST_P() local
477 constexpr uint8_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
488 constexpr uint16_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
499 constexpr uint32_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
513 constexpr uint8_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
524 constexpr uint16_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
535 constexpr uint32_t src[4] = {srcIntVals[0], srcIntVals[1], srcIntVals[2], srcIntVals[3]}; TEST_P() local
546 constexpr uint32_t src[] = {static_cast<uint32_t>(srcIntVals[0] << 0) | TEST_P() local
615 constexpr float src[] = {srcVals[0], 0}; TEST_P() local
[all...]
/third_party/skia/include/private/
H A DSkColorData.h137 static inline int SkAlphaBlend(int src, int dst, int scale256) { in SkAlphaBlend() argument
139 return dst + SkAlphaMul(src - dst, scale256); in SkAlphaBlend()
159 * (src, dst, 0) returns dst
160 * (src, dst, 0xFF) returns src
163 static inline SkPMColor SkFourByteInterp256(SkPMColor src, SkPMColor dst, int scale) { in SkFourByteInterp256() argument
164 unsigned a = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedA32(src), SkGetPackedA32(dst), scale)); in SkFourByteInterp256()
165 unsigned r = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedR32(src), SkGetPackedR32(dst), scale)); in SkFourByteInterp256()
166 unsigned g = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedG32(src), SkGetPackedG32(dst), scale)); in SkFourByteInterp256()
167 unsigned b = SkTo<uint8_t>(SkAlphaBlend(SkGetPackedB32(src), SkGetPackedB3 in SkFourByteInterp256()
178 SkFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU srcWeight) SkFourByteInterp() argument
223 SkFastFourByteInterp256_32(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256_32() argument
237 SkFastFourByteInterp256_64(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256_64() argument
248 SkFastFourByteInterp256(SkPMColor src, SkPMColor dst, unsigned scale) SkFastFourByteInterp256() argument
261 SkFastFourByteInterp(SkPMColor src, SkPMColor dst, U8CPU srcWeight) SkFastFourByteInterp() argument
271 SkPMLerp(SkPMColor src, SkPMColor dst, unsigned scale) SkPMLerp() argument
275 SkBlendARGB32(SkPMColor src, SkPMColor dst, U8CPU aa) SkBlendARGB32() argument
336 SkSrcOver32To16(SkPMColor src, uint16_t dst) SkSrcOver32To16() argument
354 SkPixel16ToColor(U16CPU src) SkPixel16ToColor() argument
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/image-animator/01/
H A Dindex.js20 src: 'common/asserts/numbers/0.png'
22 src: 'common/asserts/numbers/2.png'
24 src: 'common/asserts/numbers/3.png'
26 src: 'common/asserts/numbers/4.png'
28 src: 'common/asserts/numbers/5.png'
30 src: 'common/asserts/numbers/6.png'
32 src: 'common/asserts/numbers/7.png'
34 src: 'common/asserts/numbers/8.png'
36 src: 'common/asserts/numbers/9.png'
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_mc_msa.c159 static void common_hz_8t_4x4_msa(const uint8_t *src, int32_t src_stride, in common_hz_8t_4x4_msa() argument
168 src -= 3; in common_hz_8t_4x4_msa()
178 LD_SB4(src, src_stride, src0, src1, src2, src3); in common_hz_8t_4x4_msa()
188 static void common_hz_8t_4x8_msa(const uint8_t *src, int32_t src_stride, in common_hz_8t_4x8_msa() argument
198 src -= 3; in common_hz_8t_4x8_msa()
208 LD_SB4(src, src_stride, src0, src1, src2, src3); in common_hz_8t_4x8_msa()
210 src += (4 * src_stride); in common_hz_8t_4x8_msa()
213 LD_SB4(src, src_stride, src0, src1, src2, src3); in common_hz_8t_4x8_msa()
225 static void common_hz_8t_4w_msa(const uint8_t *src, int32_t src_stride, in common_hz_8t_4w_msa() argument
230 common_hz_8t_4x4_msa(src, src_strid in common_hz_8t_4w_msa()
236 common_hz_8t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_8t_8x4_msa() argument
267 common_hz_8t_8x8mult_msa(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_msa() argument
303 common_hz_8t_8w_msa(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_msa() argument
315 common_hz_8t_16w_msa(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_msa() argument
354 common_hz_8t_32w_msa(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_msa() argument
413 common_hz_8t_64w_msa(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_msa() argument
470 common_vt_8t_4w_msa(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_msa() argument
522 common_vt_8t_8w_msa(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_msa() argument
577 common_vt_8t_16w_msa(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_msa() argument
656 common_vt_8t_16w_mult_msa(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_msa() argument
745 common_vt_8t_32w_msa(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_msa() argument
753 common_vt_8t_64w_msa(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_msa() argument
761 common_hv_8ht_8vt_4w_msa(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_msa() argument
837 common_hv_8ht_8vt_8w_msa(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_msa() argument
935 common_hv_8ht_8vt_16w_msa(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_msa() argument
952 common_hv_8ht_8vt_32w_msa(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_msa() argument
969 common_hv_8ht_8vt_64w_msa(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_msa() argument
986 common_hz_8t_and_aver_dst_4x4_msa(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_msa() argument
1021 common_hz_8t_and_aver_dst_4x8_msa(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_msa() argument
1066 common_hz_8t_and_aver_dst_4w_msa(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_msa() argument
1081 common_hz_8t_and_aver_dst_8w_msa(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_msa() argument
1122 common_hz_8t_and_aver_dst_16w_msa(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_msa() argument
1180 common_hz_8t_and_aver_dst_32w_msa(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_msa() argument
1239 common_hz_8t_and_aver_dst_64w_msa(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_msa() argument
1301 common_vt_8t_and_aver_dst_4w_msa(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_msa() argument
1360 common_vt_8t_and_aver_dst_8w_msa(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_msa() argument
1421 common_vt_8t_and_aver_dst_16w_mult_msa(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_msa() argument
1518 common_vt_8t_and_aver_dst_16w_msa(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_msa() argument
1528 common_vt_8t_and_aver_dst_32w_msa(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_msa() argument
1538 common_vt_8t_and_aver_dst_64w_msa(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_msa() argument
1548 common_hv_8ht_8vt_and_aver_dst_4w_msa(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_msa() argument
1631 common_hv_8ht_8vt_and_aver_dst_8w_msa(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_msa() argument
1735 common_hv_8ht_8vt_and_aver_dst_16w_msa(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_msa() argument
1755 common_hv_8ht_8vt_and_aver_dst_32w_msa(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_msa() argument
1775 common_hv_8ht_8vt_and_aver_dst_64w_msa(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_msa() argument
1795 common_hz_2t_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_4x4_msa() argument
1818 common_hz_2t_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_4x8_msa() argument
1847 ff_put_bilin_4h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4h_msa() argument
1860 common_hz_2t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_8x4_msa() argument
1884 common_hz_2t_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_2t_8x8mult_msa() argument
1946 ff_put_bilin_8h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8h_msa() argument
1960 ff_put_bilin_16h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16h_msa() argument
2027 ff_put_bilin_32h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32h_msa() argument
2074 ff_put_bilin_64h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64h_msa() argument
2117 common_vt_2t_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_4x4_msa() argument
2143 common_vt_2t_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_4x8_msa() argument
2177 ff_put_bilin_4v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4v_msa() argument
2190 common_vt_2t_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_8x4_msa() argument
2214 common_vt_2t_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_2t_8x8mult_msa() argument
2259 ff_put_bilin_8v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8v_msa() argument
2273 ff_put_bilin_16v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16v_msa() argument
2327 ff_put_bilin_32v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32v_msa() argument
2405 ff_put_bilin_64v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64v_msa() argument
2486 common_hv_2ht_2vt_4x4_msa(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) common_hv_2ht_2vt_4x4_msa() argument
2519 common_hv_2ht_2vt_4x8_msa(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) common_hv_2ht_2vt_4x8_msa() argument
2565 ff_put_bilin_4hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_4hv_msa() argument
2581 common_hv_2ht_2vt_8x4_msa(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) common_hv_2ht_2vt_8x4_msa() argument
2624 common_hv_2ht_2vt_8x8mult_msa(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_2ht_2vt_8x8mult_msa() argument
2703 ff_put_bilin_8hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_8hv_msa() argument
2719 ff_put_bilin_16hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_16hv_msa() argument
2790 ff_put_bilin_32hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_32hv_msa() argument
2804 ff_put_bilin_64hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_put_bilin_64hv_msa() argument
2818 common_hz_2t_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_4x4_msa() argument
2847 common_hz_2t_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_4x8_msa() argument
2881 ff_avg_bilin_4h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4h_msa() argument
2896 common_hz_2t_and_aver_dst_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_hz_2t_and_aver_dst_8x4_msa() argument
2924 common_hz_2t_and_aver_dst_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_hz_2t_and_aver_dst_8x8mult_msa() argument
2996 ff_avg_bilin_8h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8h_msa() argument
3011 ff_avg_bilin_16h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16h_msa() argument
3079 ff_avg_bilin_32h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32h_msa() argument
3129 ff_avg_bilin_64h_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64h_msa() argument
3171 common_vt_2t_and_aver_dst_4x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_4x4_msa() argument
3207 common_vt_2t_and_aver_dst_4x8_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_4x8_msa() argument
3246 ff_avg_bilin_4v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4v_msa() argument
3261 common_vt_2t_and_aver_dst_8x4_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter) common_vt_2t_and_aver_dst_8x4_msa() argument
3290 common_vt_2t_and_aver_dst_8x8mult_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int8_t *filter, int32_t height) common_vt_2t_and_aver_dst_8x8mult_msa() argument
3345 ff_avg_bilin_8v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8v_msa() argument
3360 ff_avg_bilin_16v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16v_msa() argument
3414 ff_avg_bilin_32v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32v_msa() argument
3494 ff_avg_bilin_64v_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64v_msa() argument
3581 common_hv_2ht_2vt_and_aver_dst_4x4_msa(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) common_hv_2ht_2vt_and_aver_dst_4x4_msa() argument
3625 common_hv_2ht_2vt_and_aver_dst_4x8_msa(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) common_hv_2ht_2vt_and_aver_dst_4x8_msa() argument
3677 ff_avg_bilin_4hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_4hv_msa() argument
3693 common_hv_2ht_2vt_and_aver_dst_8x4_msa(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) common_hv_2ht_2vt_and_aver_dst_8x4_msa() argument
3743 common_hv_2ht_2vt_and_aver_dst_8x8mult_msa(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_2ht_2vt_and_aver_dst_8x8mult_msa() argument
3805 ff_avg_bilin_8hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_8hv_msa() argument
3823 ff_avg_bilin_16hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_16hv_msa() argument
3894 ff_avg_bilin_32hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_32hv_msa() argument
3908 ff_avg_bilin_64hv_msa(uint8_t *dst, ptrdiff_t dst_stride, const uint8_t *src, ptrdiff_t src_stride, int height, int mx, int my) ff_avg_bilin_64hv_msa() argument
3922 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
3952 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
3996 copy_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width32_msa() argument
4026 copy_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) copy_width64_msa() argument
4055 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
4084 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
4126 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
4161 avg_width32_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width32_msa() argument
4224 avg_width64_msa(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, int32_t height) avg_width64_msa() argument
[all...]

Completed in 23 milliseconds

1...<<21222324252627282930>>...574