/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | imageformats.cpp | 17 void L8::readColor(gl::ColorF *dst, const L8 *src) in readColor() 26 void L8::writeColor(L8 *dst, const gl::ColorF *src) in writeColor() 31 void L8::average(L8 *dst, const L8 *src1, const L8 *src2) in average() 36 void R8::readColor(gl::ColorUI *dst, const R8 *src) in readColor() 44 void R8::readColor(gl::ColorF *dst, const R8 *src) in readColor() 52 void R8::writeColor(R8 *dst, const gl::ColorUI *src) in writeColor() 57 void R8::writeColor(R8 *dst, const gl::ColorF *src) in writeColor() 62 void R8::average(R8 *dst, const R8 *src1, const R8 *src2) in average() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
/third_party/benchmark/test/ |
D | benchmark_gtest.cc | 16 std::vector<int> dst; in TEST() local 22 std::vector<int64_t> dst; in TEST() local 28 std::vector<int> dst; in TEST() local 34 std::vector<int64_t> dst; in TEST() local 40 std::vector<int8_t> dst; in TEST() local 46 std::vector<int64_t> dst; in TEST() local 55 std::vector<int> dst; in TEST() local 61 std::vector<int> dst; in TEST() local 67 std::vector<int> dst; in TEST() local 73 std::vector<int> dst; in TEST() local [all …]
|
/third_party/skia/src/images/ |
D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/rtasm/ |
D | rtasm_x86sse.c | 288 struct x86_reg dst, in emit_op_modrm() 455 void x86_mov_reg_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_reg_imm() 464 void x86_mov_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_mov_imm() 477 void x86_mov16_imm( struct x86_function *p, struct x86_reg dst, uint16_t imm ) in x86_mov16_imm() 494 void x86_mov8_imm( struct x86_function *p, struct x86_reg dst, uint8_t imm ) in x86_mov8_imm() 515 unsigned op, struct x86_reg dst, int imm ) in x86_group1_imm() 531 void x86_add_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_add_imm() 537 void x86_or_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_or_imm() 543 void x86_and_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_and_imm() 549 void x86_sub_imm( struct x86_function *p, struct x86_reg dst, int imm ) in x86_sub_imm() [all …]
|
/third_party/flutter/skia/src/images/ |
D | SkImageEncoderFns.h | 19 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 23 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 31 static void skcms(char* dst, const char* src, int n, in skcms() 38 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 44 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 50 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 56 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 62 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 68 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 74 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264qpel_mmi.c | 29 static inline void copy_block4_mmi(uint8_t *dst, const uint8_t *src, in copy_block4_mmi() 53 static inline void copy_block8_mmi(uint8_t *dst, const uint8_t *src, in copy_block8_mmi() 77 static inline void copy_block16_mmi(uint8_t *dst, const uint8_t *src, in copy_block16_mmi() 109 static void put_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_h_lowpass_mmi() 164 static void put_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel8_h_lowpass_mmi() 234 static void put_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel16_h_lowpass_mmi() 245 static void avg_h264_qpel4_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel4_h_lowpass_mmi() 302 static void avg_h264_qpel8_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel8_h_lowpass_mmi() 374 static void avg_h264_qpel16_h_lowpass_mmi(uint8_t *dst, const uint8_t *src, in avg_h264_qpel16_h_lowpass_mmi() 385 static void put_h264_qpel4_v_lowpass_mmi(uint8_t *dst, const uint8_t *src, in put_h264_qpel4_v_lowpass_mmi() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 671 void ShaderCore::mov(Vector4f &dst, const Vector4f &src, bool integerDestination) in mov() 686 void ShaderCore::neg(Vector4f &dst, const Vector4f &src) in neg() 694 void ShaderCore::ineg(Vector4f &dst, const Vector4f &src) in ineg() 702 void ShaderCore::f2b(Vector4f &dst, const Vector4f &src) in f2b() 710 void ShaderCore::b2f(Vector4f &dst, const Vector4f &src) in b2f() 718 void ShaderCore::f2i(Vector4f &dst, const Vector4f &src) in f2i() 726 void ShaderCore::i2f(Vector4f &dst, const Vector4f &src) in i2f() 734 void ShaderCore::f2u(Vector4f &dst, const Vector4f &src) in f2u() 742 void ShaderCore::u2f(Vector4f &dst, const Vector4f &src) in u2f() 750 void ShaderCore::i2b(Vector4f &dst, const Vector4f &src) in i2b() [all …]
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 116 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 117 #define memmove(dst, src, len) __memmove(dst, src, len) argument 118 #define strcat(dst, src) __strcat(dst, src) argument 119 #define strcpy(dst, src) __strcpy(dst, src) argument 120 #define strncat(dst, src, n) __strncat(dst, src, n) argument 121 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument 127 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 128 #define memmove(dst, src, len) __memmove(dst, src, len) argument 129 #define strcat(dst, src) __strcat(dst, src) argument 130 #define strcpy(dst, src) __strcpy(dst, src) argument [all …]
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 114 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 115 #define memmove(dst, src, len) __memmove(dst, src, len) argument 116 #define strcat(dst, src) __strcat(dst, src) argument 117 #define strcpy(dst, src) __strcpy(dst, src) argument 118 #define strncat(dst, src, n) __strncat(dst, src, n) argument 119 #define strncpy(dst, src, n) __strncpy(dst, src, n) argument 125 #define memcpy(dst, src, len) __memcpy(dst, src, len) argument 126 #define memmove(dst, src, len) __memmove(dst, src, len) argument 127 #define strcat(dst, src) __strcat(dst, src) argument 128 #define strcpy(dst, src) __strcpy(dst, src) argument [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 89 micro_abs(union tgsi_exec_channel *dst, in micro_abs() 99 micro_arl(union tgsi_exec_channel *dst, in micro_arl() 109 micro_arr(union tgsi_exec_channel *dst, in micro_arr() 119 micro_ceil(union tgsi_exec_channel *dst, in micro_ceil() 129 micro_cmp(union tgsi_exec_channel *dst, in micro_cmp() 141 micro_cos(union tgsi_exec_channel *dst, in micro_cos() 151 micro_d2f(union tgsi_exec_channel *dst, in micro_d2f() 161 micro_d2i(union tgsi_exec_channel *dst, in micro_d2i() 171 micro_d2u(union tgsi_exec_channel *dst, in micro_d2u() 180 micro_dabs(union tgsi_double_channel *dst, in micro_dabs() [all …]
|
/third_party/flutter/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable() 81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable() 94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable() 103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() [all …]
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder() 86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp() 101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale() 115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf() 126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed() 137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble() 155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev() 167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev() 179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerX8632.cpp | 265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() 279 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 295 void AssemblerX8632::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 307 void AssemblerX8632::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 319 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 331 void AssemblerX8632::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 348 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 357 void AssemblerX8632::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 366 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 375 void AssemblerX8632::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() [all …]
|
D | IceAssemblerX8664.cpp | 245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc() 261 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const Immediate &imm) { in mov() 278 void AssemblerX8664::mov(Type Ty, GPRRegister dst, GPRRegister src) { in mov() 291 void AssemblerX8664::mov(Type Ty, GPRRegister dst, const AsmAddress &src) { in mov() 304 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, GPRRegister src) { in mov() 317 void AssemblerX8664::mov(Type Ty, const AsmAddress &dst, const Immediate &imm) { in mov() 349 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movzx() 366 void AssemblerX8664::movzx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movzx() 383 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, GPRRegister src) { in movsx() 397 void AssemblerX8664::movsx(Type SrcTy, GPRRegister dst, const AsmAddress &src) { in movsx() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() 33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap_neon.c | 31 static void remap_mono_to_stereo_float32ne_neon_a8(pa_remap_t *m, float *dst, const float *src, uns… in remap_mono_to_stereo_float32ne_neon_a8() 50 static void remap_mono_to_stereo_float32ne_generic_arm(pa_remap_t *m, float *dst, const float *src,… in remap_mono_to_stereo_float32ne_generic_arm() 71 static void remap_mono_to_stereo_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsign… in remap_mono_to_stereo_s16ne_neon() 90 static void remap_mono_to_ch4_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned … in remap_mono_to_ch4_float32ne_neon() 107 static void remap_mono_to_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_mono_to_ch4_s16ne_neon() 129 static void remap_stereo_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsign… in remap_stereo_to_mono_float32ne_neon() 150 static void remap_stereo_to_mono_s32ne_neon(pa_remap_t *m, int32_t *dst, const int32_t *src, unsign… in remap_stereo_to_mono_s32ne_neon() 169 static void remap_stereo_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsign… in remap_stereo_to_mono_s16ne_neon() 188 static void remap_ch4_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned … in remap_ch4_to_mono_float32ne_neon() 208 static void remap_ch4_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned … in remap_ch4_to_mono_s16ne_neon() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | marshalling.cc | 45 bool AbslParseFlag(absl::string_view text, bool* dst, std::string*) { in AbslParseFlag() 77 inline bool ParseFlagImpl(absl::string_view text, IntType& dst) { in ParseFlagImpl() 84 bool AbslParseFlag(absl::string_view text, short* dst, std::string*) { in AbslParseFlag() 93 bool AbslParseFlag(absl::string_view text, unsigned short* dst, std::string*) { in AbslParseFlag() 103 bool AbslParseFlag(absl::string_view text, int* dst, std::string*) { in AbslParseFlag() 107 bool AbslParseFlag(absl::string_view text, unsigned int* dst, std::string*) { in AbslParseFlag() 111 bool AbslParseFlag(absl::string_view text, long* dst, std::string*) { in AbslParseFlag() 115 bool AbslParseFlag(absl::string_view text, unsigned long* dst, std::string*) { in AbslParseFlag() 119 bool AbslParseFlag(absl::string_view text, long long* dst, std::string*) { in AbslParseFlag() 123 bool AbslParseFlag(absl::string_view text, unsigned long long* dst, in AbslParseFlag() [all …]
|
/third_party/skia/src/core/ |
D | SkOpts_erms.cpp | 17 static inline void repsto(uint16_t* dst, uint16_t v, size_t n) { in repsto() 21 static inline void repsto(uint32_t* dst, uint32_t v, size_t n) { in repsto() 26 static inline void repsto(uint64_t* dst, uint64_t v, size_t n) { in repsto() 31 static inline void repsto(uint16_t* dst, uint16_t v, size_t n) { in repsto() 35 static inline void repsto(uint32_t* dst, uint32_t v, size_t n) { in repsto() 39 static inline void repsto(uint64_t* dst, uint64_t v, size_t n) { in repsto() 59 static inline void memset16(uint16_t* dst, uint16_t v, int n) { in memset16() 63 static inline void memset32(uint32_t* dst, uint32_t v, int n) { in memset32() 67 static inline void memset64(uint64_t* dst, uint64_t v, int n) { in memset64() 72 static inline void rect_memset16(uint16_t* dst, uint16_t v, int n, in rect_memset16() [all …]
|
/third_party/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() 39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() 55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() 68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() 80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() 93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable() 110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable() 157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB() 193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA() 197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | tpeldsp.c | 34 static inline void put_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc00_c() 53 static inline void put_tpel_pixels_mc10_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc10_c() 67 static inline void put_tpel_pixels_mc20_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc20_c() 81 static inline void put_tpel_pixels_mc01_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc01_c() 95 static inline void put_tpel_pixels_mc11_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc11_c() 110 static inline void put_tpel_pixels_mc12_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc12_c() 125 static inline void put_tpel_pixels_mc02_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc02_c() 139 static inline void put_tpel_pixels_mc21_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc21_c() 154 static inline void put_tpel_pixels_mc22_c(uint8_t *dst, const uint8_t *src, in put_tpel_pixels_mc22_c() 169 static inline void avg_tpel_pixels_mc00_c(uint8_t *dst, const uint8_t *src, in avg_tpel_pixels_mc00_c() [all …]
|
/third_party/musl/libc-test/src/functionalext/fortify/ |
D | string_ext.c | 57 char dst[SIZE_20]; in test_strcat_0010() local 77 char dst[SIZE_5]; in test_strcat_0020() local 108 char dst[SIZE_20]; in test_strncat_0010() local 128 char dst[SIZE_5]; in test_strncat_0020() local 159 char dst[SIZE_15]; in test_stpcpy_0010() local 177 char dst[SIZE_5]; in test_stpcpy_0020() local 206 char dst[SIZE_15]; in test_stpncpy_0010() local 226 char dst[SIZE_5]; in test_stpncpy_0020() local 257 char dst[SIZE_15]; in test_strncpy_0010() local 275 char dst[SIZE_10]; in test_strncpy_0020() local [all …]
|