Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 4471) sorted by relevance

12345678910>>...179

/third_party/skia/third_party/externals/angle2/src/image_util/
Dimageformats.cpp17 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/node/deps/corepack/
DREADME.md10 ### Default Installs
15 ### Manual Installs
50 ### When Building Packages
68 ### When Authoring Packages
125 ### `corepack <binary name>[@<version>] [... args]`
135 ### `corepack cache clean`
139 ### `corepack cache clear`
143 ### `corepack enable [... name]`
180 ### `corepack disable [... name]`
189 ### `corepack install`
[all …]
/third_party/ffmpeg/libavcodec/
Dh264pred.c56 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 …]
Dh264pred_template.c37 pixel *src = (pixel*)_src; in FUNCC() local
50 pixel *src = (pixel*)_src; in FUNCC() local
61 pixel *src = (pixel*)_src; in FUNCC() local
76 pixel *src = (pixel*)_src; in FUNCC() local
90 pixel *src = (pixel*)_src; in FUNCC() local
104 pixel *src = (pixel*)_src; in FUNCC() local
142 pixel *src = (pixel*)_src; in FUNCC() local
148 src[0+3*stride]=(l3 + 2*l2 + l1 + 2)>>2; in FUNCC() local
169 pixel *src = (pixel*)_src; in FUNCC() local
176 src[0+0*stride]=(t0 + t2 + 2*t1 + 2)>>2; in FUNCC() local
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp324 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/
DSkImageEncoderFns.h19 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/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp25 #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/musl/porting/liteos_a/kernel/include/
Dstring.h116 #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/
Dstring.h114 #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/ffmpeg/libavcodec/mips/
Dh264qpel_mmi.c29 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 …]
Dh264pred_mmi.c30 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/
Dcanonicalize_entry_point_io_test.cc27 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 …]
Dremove_unreachable_statements_test.cc26 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 …]
Dfold_constants_test.cc30 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 …]
Dzero_init_workgroup_memory_test.cc28 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 …]
Dmodule_scope_var_to_entry_point_param_test.cc28 auto* src = R"( in TEST_F() local
53 auto* src = R"( in TEST_F() local
106 auto* src = R"( in TEST_F() local
131 auto* src = R"( in TEST_F() local
162 auto* src = R"( in TEST_F() local
201 auto* src = R"( in TEST_F() local
238 auto* src = R"( in TEST_F() local
303 auto* src = R"( in TEST_F() local
328 auto* src = R"( in TEST_F() local
381 auto* src = R"( in TEST_F() local
[all …]
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h492 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b()
495 void mov_b(Operand dst, int8_t src) { mov_b(dst, Immediate(src)); } in mov_b()
500 void mov_w(Operand dst, int16_t src) { mov_w(dst, Immediate(src)); } in mov_w()
514 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b()
517 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w()
520 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b()
523 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w()
530 void cmov(Condition cc, Register dst, Register src) { in cmov()
570 void adc(Register dst, Register src) { adc(dst, Operand(src)); } in adc()
573 void add(Register dst, Register src) { add(dst, Operand(src)); } in add()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_debug_test.cpp284 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/
Dval_ext_inst_debug_test.cpp284 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/
Dval_ext_inst_debug_test.cpp284 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/mesa3d/src/compiler/nir/
Dnir_lower_packing.c38 lower_pack_64_from_32(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_32()
45 lower_unpack_64_to_32(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_32()
52 lower_pack_32_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_16()
59 lower_unpack_32_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_32_to_16()
66 lower_pack_64_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_16()
78 lower_unpack_64_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_16()
90 lower_pack_32_from_8(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_8()
117 nir_ssa_def *src = nir_ssa_for_alu_src(b, alu_instr, 0); in lower_pack_instr() local
/third_party/skia/third_party/externals/icu/source/common/
Dcpputils.h28 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/icu/icu4c/source/common/
Dcpputils.h28 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/node/deps/icu-small/source/common/
Dcpputils.h28 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 char16_t *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/node/test/parallel/
Dtest-fs-cp.mjs35 const src = './test/fixtures/copy/kitchen-sink'; constant
44 const src = './test/fixtures/copy/kitchen-sink'; constant
67 const src = nextdir(); constant
82 const src = './test/fixtures/copy/kitchen-sink'; constant
95 const src = './test/fixtures/copy/kitchen-sink'; constant
107 const src = nextdir(); constant
124 const src = './test/fixtures/copy/kitchen-sink'; constant
145 const src = './test/fixtures/copy/kitchen-sink'; constant
155 const src = nextdir(); constant
171 const src = nextdir(); constant
[all …]

12345678910>>...179