| /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() 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() 67 void A8::readColor(gl::ColorF *dst, const A8 *src) in readColor() 75 void A8::writeColor(A8 *dst, const gl::ColorF *src) in writeColor() 85 void L8A8::readColor(gl::ColorF *dst, const L8A8 *src) in readColor() 94 void L8A8::writeColor(L8A8 *dst, const gl::ColorF *src) in writeColor() [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | h264pred.c | 56 static void pred4x4_127_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_127_dc_c() 68 static void pred4x4_129_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_129_dc_c() 80 static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_vp8_c() 97 static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_horizontal_vp8_c() 109 static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_svq3_c() 115 src[0+0*stride]=(l1 + t1)>>1; in pred4x4_down_left_svq3_c() local 133 static void pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_rv40_c() 141 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; in pred4x4_down_left_rv40_c() local 159 static void pred4x4_down_left_rv40_nodown_c(uint8_t *src, in pred4x4_down_left_rv40_nodown_c() 167 src[0+0*stride]=(t0 + t2 + 2*t1 + 2 + l0 + l2 + 2*l1 + 2)>>3; in pred4x4_down_left_rv40_nodown_c() local [all …]
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | TextureUploadFormatTest.cpp | 324 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<8>(srcVals[0])), in TEST_P() local 350 constexpr uint8_t src[] = {static_cast<uint8_t>(EncodeNormUint<7>(srcVals[0])), in TEST_P() local 364 constexpr uint16_t src[] = {static_cast<uint16_t>((EncodeNormUint<5>(srcVals[0]) << 11) | in TEST_P() local 375 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 386 constexpr uint16_t src[] = {static_cast<uint16_t>( in TEST_P() local 396 constexpr uint32_t src[] = { in TEST_P() local 408 constexpr uint32_t src[] = { in TEST_P() local 418 const uint16_t src[] = {static_cast<uint16_t>(EncodeNormUint<16>(srcVals[0]))}; in TEST_P() local 426 constexpr uint32_t src[] = {EncodeNormUint<32>(srcVals[0])}; in TEST_P() local 436 constexpr uint32_t src[] = {EncodeNormUint<24>(srcVals[0]) << 8}; in TEST_P() 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/skia/m133/src/encode/ |
| D | SkImageEncoderFns.h | 26 static inline void transform_scanline_memcpy(char* dst, const char* src, int width, int bpp) { in transform_scanline_memcpy() 30 static inline void transform_scanline_A8_to_GrayAlpha(char* dst, const char* src, int width, int) { in transform_scanline_A8_to_GrayAlpha() 38 static void skcms(char* dst, const char* src, int n, in skcms() 45 static inline void transform_scanline_gray(char* dst, const char* src, int width, int) { in transform_scanline_gray() 51 static inline void transform_scanline_565(char* dst, const char* src, int width, int) { in transform_scanline_565() 57 static inline void transform_scanline_RGBX(char* dst, const char* src, int width, int) { in transform_scanline_RGBX() 63 static inline void transform_scanline_BGRX(char* dst, const char* src, int width, int) { in transform_scanline_BGRX() 69 static inline void transform_scanline_444(char* dst, const char* src, int width, int) { in transform_scanline_444() 75 static inline void transform_scanline_rgbA(char* dst, const char* src, int width, int) { in transform_scanline_rgbA() 81 static inline void transform_scanline_bgrA(char* dst, const char* src, int width, int) { in transform_scanline_bgrA() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86InstComments.cpp | 25 #define CASE_SSE_INS_COMMON(Inst, src) \ argument 28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument 42 #define CASE_MOVDUP(Inst, src) \ argument 50 #define CASE_MASK_MOVDUP(Inst, src) \ argument 55 #define CASE_MASKZ_MOVDUP(Inst, src) \ argument 60 #define CASE_PMOVZX(Inst, src) \ argument 68 #define CASE_MASK_PMOVZX(Inst, src) \ argument [all …]
|
| /third_party/rust/rust/library/alloc/benches/btree/ |
| D | set.rs | 59 let src = slim_set(100); in clone_100() localVariable 65 let src = slim_set(100); in clone_100_and_clear() localVariable 71 let src = slim_set(100); in clone_100_and_drain_all() localVariable 77 let src = slim_set(100); in clone_100_and_drain_half() localVariable 87 let src = slim_set(100); in clone_100_and_into_iter() localVariable 93 let src = slim_set(100); in clone_100_and_pop_all() localVariable 103 let src = slim_set(100); in clone_100_and_remove_all() localVariable 116 let src = slim_set(100); in clone_100_and_remove_half() localVariable 130 let src = slim_set(10_000); in clone_10k() localVariable 136 let src = slim_set(10_000); in clone_10k_and_clear() localVariable [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/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/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/ |
| D | activation_fp32.c | 22 int Fp32Relu(const float *src, int length, float *dst) { in Fp32Relu() 33 int Int32Relu(const int32_t *src, int length, int32_t *dst) { in Int32Relu() 44 int Fp32Relu6(const float *src, int length, float *dst) { in Fp32Relu6() 59 int Fp32Clip(const float *src, int length, float *dst, float min, float max) { in Fp32Clip() 74 int Int32Clip(const int32_t *src, int length, int32_t *dst, int min, int max) { in Int32Clip() 89 int LRelu(const float *src, int length, float *dst, float alpha) { in LRelu() 100 int Sigmoid(const float *src, int length, float *dst) { in Sigmoid() 112 float TanhOpt(float src) { in TanhOpt() 125 int Tanh(const float *src, int length, float *dst) { in Tanh() 136 int Swish(const float *src, int length, float *dst) { in Swish() [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 …]
|
| D | h264pred_mmi.c | 30 void ff_pred16x16_vertical_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_vertical_8_mmi() 60 void ff_pred16x16_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_horizontal_8_mmi() 97 void ff_pred16x16_dc_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred16x16_dc_8_mmi() 155 void ff_pred8x8l_top_dc_8_mmi(uint8_t *src, int has_topleft, in ff_pred8x8l_top_dc_8_mmi() 246 void ff_pred8x8l_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright, in ff_pred8x8l_dc_8_mmi() 353 void ff_pred8x8l_vertical_8_mmi(uint8_t *src, int has_topleft, in ff_pred8x8l_vertical_8_mmi() 435 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright, in ff_pred4x4_dc_8_mmi() 465 void ff_pred8x8_vertical_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_vertical_8_mmi() 492 void ff_pred8x8_horizontal_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_horizontal_8_mmi() 525 void ff_pred8x8_top_dc_8_mmi(uint8_t *src, ptrdiff_t stride) in ff_pred8x8_top_dc_8_mmi() [all …]
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | canonicalize_entry_point_io_test.cc | 27 auto* src = ""; in TEST_F() local 39 auto* src = ""; in TEST_F() local 53 auto* src = R"( in TEST_F() local 74 auto* src = R"( in TEST_F() local 109 auto* src = R"( in TEST_F() local 145 auto* src = R"( in TEST_F() local 183 auto* src = R"( in TEST_F() local 219 auto* src = R"( in TEST_F() local 273 auto* src = R"( in TEST_F() local 328 auto* src = R"( in TEST_F() local [all …]
|
| D | remove_unreachable_statements_test.cc | 26 auto* src = ""; in TEST_F() local 35 auto* src = R"( in TEST_F() local 57 auto* src = R"( in TEST_F() local 87 auto* src = R"( in TEST_F() local 109 auto* src = R"( in TEST_F() local 139 auto* src = R"( in TEST_F() local 169 auto* src = R"( in TEST_F() local 193 auto* src = R"( in TEST_F() local 223 auto* src = R"( in TEST_F() local 253 auto* src = R"( in TEST_F() local [all …]
|
| D | fold_constants_test.cc | 30 auto* src = R"( in TEST_F() local 59 auto* src = R"( in TEST_F() local 88 auto* src = R"( in TEST_F() local 117 auto* src = R"( in TEST_F() local 146 auto* src = R"( in TEST_F() local 175 auto* src = R"( in TEST_F() local 204 auto* src = R"( in TEST_F() local 236 auto* src = R"( in TEST_F() local 260 auto* src = R"( in TEST_F() local 284 auto* src = R"( in TEST_F() local [all …]
|
| D | zero_init_workgroup_memory_test.cc | 28 auto* src = ""; in TEST_F() local 37 auto* src = R"( in TEST_F() local 52 auto* src = R"( in TEST_F() local 75 auto* src = R"( in TEST_F() local 103 auto* src = R"( in TEST_F() local 139 auto* src = R"( in TEST_F() local 167 auto* src = R"( in TEST_F() local 231 auto* src = R"( in TEST_F() local 295 auto* src = R"( in TEST_F() local 364 auto* src = R"( in TEST_F() local [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/intrinsics/ |
| D | ms_simd_avx512_instructions.h | 24 #define MS_F32X16_GETI(src, i) src.m512_f32[i] argument 25 #define MS512_F32_GETI(src, i) src.m512_f32[i] argument 28 #define MS_F32X16_GETI(src, i) src[i] argument 29 #define MS512_F32_GETI(src, i) src[i] argument 44 #define MS_LD512_EPI32(src) _mm512_loadu_si512((__m512i const *)(src)) argument 45 #define MS_LD512_HALF_EPI32(src) _mm256_loadu_si256((__m256i const *)(src)) argument 68 #define MS_ROUND512_F32(src) \ argument 82 #define MS_CVT512PS_EPI32(src) _mm512_cvttps_epi32(src) argument 83 #define MS_CVT512EPI32_PS(src) _mm512_cvtepi32_ps(src) // truncate float to int argument 91 #define MS_CAST512_F32_S32(src) _mm512_castsi512_ps(src) argument [all …]
|
| D | ms_simd_avx_instructions.h | 23 #define MS_F32X8_GETI(src, i) src.m256_f32[i] argument 24 #define MS256_F32_GETI(src, i) src.m256_f32[i] argument 27 #define MS_F32X8_GETI(src, i) src[i] argument 28 #define MS256_F32_GETI(src, i) src[i] argument 40 #define MS_LD256_EPI32(src) _mm256_loadu_si256((__m256i const *)(src)) argument 59 #define MS_ROUND256_F32(src) _mm256_round_ps(src, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC) argument 72 #define MS_CVT256PS_EPI32(src) _mm256_cvttps_epi32(src) argument 73 #define MS_CVT256EPI32_PS(src) _mm256_cvtepi32_ps(src) // truncate float to int argument 81 #define MS_CAST256_F32_S32(src) _mm256_castsi256_ps(src) argument 90 #define MS256_CASTPS_EPI32(src) _mm256_castps_si256(src) argument [all …]
|
| D | ms_simd_sse_instructions.h | 23 #define MS_F32X4_GETI(src, i) src.m128_f32[i] argument 24 #define MS128_F32_GETI(src, i) src.m128_f32[i] argument 27 #define MS_F32X4_GETI(src, i) src[i] argument 28 #define MS128_F32_GETI(src, i) src[i] argument 41 #define MS_LDQ_EPI32(src) _mm_loadu_si128((__m128i const *)(src)) argument 42 #define MS_LD128_EPI32(src) _mm_loadu_si128((__m128i const *)(src)) argument 70 #define MS_ROUND128_F32(src) _mm_round_ps(src, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC) argument 85 #define MS_CVTQPS_EPI32(src) _mm_cvttps_epi32(src) // truncate float to int argument 86 #define MS_CVTQEPI32_PS(src) _mm_cvtepi32_ps(src) argument 100 #define MS_CAST128_F32_S32(src) _mm_castsi128_ps(src) argument [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_lower_packing.c | 38 lower_pack_64_from_32(nir_builder *b, nir_def *src) in lower_pack_64_from_32() 45 lower_unpack_64_to_32(nir_builder *b, nir_def *src) in lower_unpack_64_to_32() 52 lower_pack_32_from_16(nir_builder *b, nir_def *src) in lower_pack_32_from_16() 59 lower_unpack_32_to_16(nir_builder *b, nir_def *src) in lower_unpack_32_to_16() 66 lower_pack_64_from_16(nir_builder *b, nir_def *src) in lower_pack_64_from_16() 78 lower_unpack_64_to_16(nir_builder *b, nir_def *src) in lower_unpack_64_to_16() 90 lower_pack_32_from_8(nir_builder *b, nir_def *src) in lower_pack_32_from_8() 112 lower_unpack_32_to_8(nir_builder *b, nir_def *src) in lower_unpack_32_to_8() 181 nir_def *src = nir_ssa_for_alu_src(b, alu_instr, 0); in lower_pack_instr() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
| D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/val/ |
| D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [all …]
|
| /third_party/spirv-tools/test/val/ |
| D | val_ext_inst_debug_test.cpp | 284 const std::string src = R"( in TEST_F() local 302 const std::string src = R"( in TEST_F() local 321 const std::string src = R"( in TEST_F() local 346 const std::string src = R"( in TEST_F() local 372 const std::string src = R"( in TEST_P() local 411 const std::string src = R"( in TEST_P() local 464 const std::string src = R"( in TEST_F() local 493 const std::string src = R"( in TEST_F() local 523 const std::string src = R"( in TEST_F() local 563 const std::string src = R"( in TEST_F() local [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() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, 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() 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() [all …]
|