/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_context.h | 122 * we cache the address value generated for a given src value: 125 * src used for an array of vec1 cannot be also used for an 210 nir_src *src); 216 struct ir3_instruction *src, unsigned base, unsigned n); 240 struct ir3_instruction *src, int align); 244 struct ir3_instruction *src); 252 int n, struct ir3_instruction *src, 272 utype_src(nir_src src) in utype_src() argument 274 return utype_for_size(nir_src_bit_size(src)); in utype_src()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_blit.h | 88 if (info->dst.resource->nr_samples < info->src.resource->nr_samples) in nv50_blit_get_filter() 89 return (util_format_is_depth_or_stencil(info->src.format) || in nv50_blit_get_filter() 90 util_format_is_pure_integer(info->src.format)) ? 0 : 1; in nv50_blit_get_filter() 95 if ((info->dst.box.width == info->src.box.width || in nv50_blit_get_filter() 96 info->dst.box.width == -info->src.box.width) && in nv50_blit_get_filter() 97 (info->dst.box.height == info->src.box.height || in nv50_blit_get_filter() 98 info->dst.box.height == -info->src.box.height)) in nv50_blit_get_filter()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_nir_optim.c | 31 add_src_instr_to_worklist(nir_src *src, void *wl) in add_src_instr_to_worklist() argument 33 if (!src->is_ssa) in add_src_instr_to_worklist() 36 nir_instr_worklist_push_tail(wl, src->ssa->parent_instr); in add_src_instr_to_worklist() 45 nir_deref_instr *deref = nir_src_as_deref(tex->src[tex_index].src); in get_tex_unit() 61 add_src_instr_to_worklist(&store->src[0], work); in check_instr_depends_on_tex() 105 nir_const_value *c = nir_src_as_const_value(intrin->src[0]); in get_output_as_const_value()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format.h | 218 LLVMValueRef src, 227 LLVMValueRef src, 235 const LLVMValueRef *src); 239 LLVMValueRef src, 244 LLVMValueRef src, 251 LLVMValueRef *src); 257 LLVMValueRef src);
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | kdf_lib.c | 55 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src) in EVP_KDF_CTX_dup() argument 59 if (src == NULL || src->algctx == NULL || src->meth->dupctx == NULL) in EVP_KDF_CTX_dup() 68 memcpy(dst, src, sizeof(*dst)); in EVP_KDF_CTX_dup() 75 dst->algctx = src->meth->dupctx(src->algctx); in EVP_KDF_CTX_dup()
|
/third_party/openssl/crypto/evp/ |
H A D | kdf_lib.c | 55 EVP_KDF_CTX *EVP_KDF_CTX_dup(const EVP_KDF_CTX *src) in EVP_KDF_CTX_dup() argument 59 if (src == NULL || src->algctx == NULL || src->meth->dupctx == NULL) in EVP_KDF_CTX_dup() 68 memcpy(dst, src, sizeof(*dst)); in EVP_KDF_CTX_dup() 75 dst->algctx = src->meth->dupctx(src->algctx); in EVP_KDF_CTX_dup()
|
/third_party/skia/src/core/ |
H A D | SkMatrixImageFilter.cpp | 8 #include "src/core/SkMatrixImageFilter.h" 13 #include "src/core/SkReadBuffer.h" 14 #include "src/core/SkSamplingPriv.h" 15 #include "src/core/SkSpecialImage.h" 16 #include "src/core/SkSpecialSurface.h" 17 #include "src/core/SkWriteBuffer.h" 114 SkRect SkMatrixImageFilter::computeFastBounds(const SkRect& src) const { in computeFastBounds() 115 SkRect bounds = this->getInput(0) ? this->getInput(0)->computeFastBounds(src) : src; in computeFastBounds() 121 SkIRect SkMatrixImageFilter::onFilterNodeBounds(const SkIRect& src, cons argument [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_sse41.c | 12 #include "src/dsp/dsp.h" 16 #include "src/dsp/common_sse41.h" 17 #include "src/dsp/lossless.h" 18 #include "src/dsp/lossless_common.h" 24 const uint32_t* const src, in TransformColorInverse_SSE41() 39 const __m128i A = _mm_loadu_si128((const __m128i*)(src + i)); in TransformColorInverse_SSE41() 51 VP8LTransformColorInverse_C(m, src + i, num_pixels - i, dst + i); in TransformColorInverse_SSE41() 79 static void ConvertBGRAToRGB_SSE41(const uint32_t* src, int num_pixels, in ConvertBGRAToRGB_SSE41() argument 81 const __m128i* in = (const __m128i*)src; in ConvertBGRAToRGB_SSE41() 97 static void ConvertBGRAToBGR_SSE41(const uint32_t* src, in ConvertBGRAToBGR_SSE41() argument 23 TransformColorInverse_SSE41(const VP8LMultipliers* const m, const uint32_t* const src, int num_pixels, uint32_t* dst) TransformColorInverse_SSE41() argument [all...] |
/third_party/optimized-routines/string/aarch64/ |
H A D | memchr.S | 23 #define src x3 define 62 bic src, srcin, #31 74 ld1 {vdata1.16b, vdata2.16b}, [src], #32 94 ld1 {vdata1.16b, vdata2.16b}, [src], #32 130 sub src, src, #32 136 add result, src, synd, lsr #1
|
H A D | strchr.S | 22 #define src x2 define 61 bic src, srcin, #31 /* Work with aligned 32-byte hunks. */ 71 ld1 {vdata1.16b, vdata2.16b}, [src], #32 93 ld1 {vdata1.16b, vdata2.16b}, [src], #32 116 sub src, src, #32 121 add result, src, tmp1, lsr #1
|
/third_party/optimized-routines/string/test/ |
H A D | memmove.c | 52 unsigned char *src = alignup (sbuf); in test() local 55 unsigned char *s = src + salign; in test() 67 src[i] = '?'; in test() 92 unsigned char *src = alignup (sbuf); in test_overlap() local 93 unsigned char *dst = src; in test_overlap() 95 unsigned char *s = src + salign; in test_overlap() 106 src[i] = want[i] = '?'; in test_overlap()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.cc | 51 const FDSelect &src, /* IN */ in hb_plan_subset_cff_fdselect() 81 fd = src.get_fd (glyph); in hb_plan_subset_cff_fdselect() 121 if (unlikely (src.format != 4)) in hb_plan_subset_cff_fdselect() 154 const FDSelect &src, in serialize_fdselect_3_4() 175 const FDSelect &src, in hb_serialize_cff_fdselect() 210 return serialize_fdselect_3_4<FDSelect3> (c, num_glyphs, src, in hb_serialize_cff_fdselect() 214 return serialize_fdselect_3_4<FDSelect4> (c, num_glyphs, src, in hb_serialize_cff_fdselect() 49 hb_plan_subset_cff_fdselect(const hb_subset_plan_t *plan, unsigned int fdCount, const FDSelect &src, unsigned int &subset_fd_count , unsigned int &subset_fdselect_size , unsigned int &subset_fdselect_format , hb_vector_t<code_pair_t> &fdselect_ranges , hb_inc_bimap_t &fdmap ) hb_plan_subset_cff_fdselect() argument 152 serialize_fdselect_3_4(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) serialize_fdselect_3_4() argument 173 hb_serialize_cff_fdselect(hb_serialize_context_t *c, const unsigned int num_glyphs, const FDSelect &src, unsigned int fd_count, unsigned int fdselect_format, unsigned int size, const hb_vector_t<code_pair_t> &fdselect_ranges) hb_serialize_cff_fdselect() argument
|
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
H A D | cleans-till-project-specified.js | 17 //// [/src/2/second-output.d.ts]
27 //// [/src/2/second-output.d.ts.map]
30 //// [/src/2/second-output.js]
48 //// [/src/2/second-output.js.map]
51 //// [/src/2/second-output.tsbuildinfo]
54 //// [/src/2/second-output.tsbuildinfo.baseline.txt]
56 File:: /src/2/second-output.js
77 File:: /src/2/second-output.d.ts
90 //// [/src/2/second-output.tsbuildinfo.readable.baseline.txt]
141 //// [/src/firs [all...] |
/third_party/python/Python/ |
H A D | frame.c | 67 _PyFrame_Copy(_PyInterpreterFrame *src, _PyInterpreterFrame *dest) in _PyFrame_Copy() argument 69 assert(src->stacktop >= src->f_code->co_nlocalsplus); in _PyFrame_Copy() 70 Py_ssize_t size = ((char*)&src->localsplus[src->stacktop]) - (char *)src; in _PyFrame_Copy() 71 memcpy(dest, src, size); in _PyFrame_Copy()
|
/third_party/protobuf/php/tests/ |
H A D | compatibility_test.sh | 12 -I../../src -I. \ 30 pushd ../../src 70 [ -f ../../src/protoc ] || { 89 rm -rf protobuf/php/src 91 cp -r ../src protobuf/php/src/ 97 NEW_PROTOC=`pwd`/../../src/protoc
|
/third_party/skia/gm/ |
H A D | runtimecolorfilter.cpp | 91 auto draw_filter = [&](const char* src) { in DEF_SIMPLE_GM() 92 auto [effect, err] = SkRuntimeEffect::MakeForColorFilter(SkString(src)); in DEF_SIMPLE_GM() 94 SkDebugf("%s\n%s\n", src, err.c_str()); in DEF_SIMPLE_GM() 103 for (const char* src : { gNoop, gLumaSrc }) { in DEF_SIMPLE_GM() 104 draw_filter(src); in DEF_SIMPLE_GM() 107 for (const char* src : { gTernary, gIfs, gEarlyReturn}) { in DEF_SIMPLE_GM() 108 draw_filter(src); in DEF_SIMPLE_GM()
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | pipe.rs | 8 let mut src = tempfile::tempfile().unwrap(); in test_splice_cursor() variables 13 writeln!(src, "hello world").unwrap(); in test_splice_cursor() 15 src.seek(SeekFrom::Start(6)).unwrap(); in test_splice_cursor() 17 splice(&src, None, &write_p, None, 5, SpliceFlags::empty()).unwrap(); in test_splice_cursor() 34 let mut src = tempfile::tempfile().unwrap(); in test_splice_offset() variables 41 writeln!(src, "hello world").unwrap(); in test_splice_offset() 44 &src, in test_splice_offset()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264dsp_msa.c | 230 static void avc_biwgt_4x2_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, in avc_biwgt_4x2_msa() argument 249 LW2(src, stride, tp0, tp1); in avc_biwgt_4x2_msa() 263 static void avc_biwgt_4x4_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, in avc_biwgt_4x4_msa() argument 282 LW4(src, stride, tp0, tp1, tp2, tp3); in avc_biwgt_4x4_msa() 297 static void avc_biwgt_4x8_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, in avc_biwgt_4x8_msa() argument 315 LW4(src, stride, tp0, tp1, tp2, tp3); in avc_biwgt_4x8_msa() 316 src += 4 * stride; in avc_biwgt_4x8_msa() 318 LW4(src, stride, tp0, tp1, tp2, tp3); in avc_biwgt_4x8_msa() 337 static void avc_biwgt_8x4_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, in avc_biwgt_8x4_msa() argument 356 LD4(src, strid in avc_biwgt_8x4_msa() 375 avc_biwgt_8x8_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, int32_t log2_denom, int32_t src_weight, int32_t dst_weight, int32_t offset_in) avc_biwgt_8x8_msa() argument 426 avc_biwgt_8x16_msa(uint8_t *src, uint8_t *dst, ptrdiff_t stride, int32_t log2_denom, int32_t src_weight, int32_t dst_weight, int32_t offset_in) avc_biwgt_8x16_msa() argument 821 uint8_t *src = data - 4; avc_loopfilter_luma_intra_edge_ver_msa() local 976 avc_h_loop_filter_luma_mbaff_intra_msa(uint8_t *src, ptrdiff_t stride, int32_t alpha_in, int32_t beta_in) avc_h_loop_filter_luma_mbaff_intra_msa() argument 1913 uint8_t *src; avc_loopfilter_cb_or_cr_inter_edge_ver_msa() local 1999 avc_h_loop_filter_chroma422_msa(uint8_t *src, ptrdiff_t stride, int32_t alpha_in, int32_t beta_in, int8_t *tc0) avc_h_loop_filter_chroma422_msa() argument 2023 avc_h_loop_filter_chroma422_mbaff_msa(uint8_t *src, ptrdiff_t stride, int32_t alpha_in, int32_t beta_in, int8_t *tc0) avc_h_loop_filter_chroma422_mbaff_msa() argument 2178 ff_h264_h_loop_filter_chroma422_msa(uint8_t *src, ptrdiff_t ystride, int32_t alpha, int32_t beta, int8_t *tc0) ff_h264_h_loop_filter_chroma422_msa() argument 2186 ff_h264_h_loop_filter_chroma422_mbaff_msa(uint8_t *src, ptrdiff_t ystride, int32_t alpha, int32_t beta, int8_t *tc0) ff_h264_h_loop_filter_chroma422_mbaff_msa() argument 2195 ff_h264_h_loop_filter_luma_mbaff_msa(uint8_t *src, ptrdiff_t ystride, int32_t alpha, int32_t beta, int8_t *tc0) ff_h264_h_loop_filter_luma_mbaff_msa() argument 2204 ff_h264_h_loop_filter_luma_mbaff_intra_msa(uint8_t *src, ptrdiff_t ystride, int32_t alpha, int32_t beta) ff_h264_h_loop_filter_luma_mbaff_intra_msa() argument 2212 ff_weight_h264_pixels16_8_msa(uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_src, int offset_in) ff_weight_h264_pixels16_8_msa() argument 2310 ff_weight_h264_pixels8_8_msa(uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_src, int offset) ff_weight_h264_pixels8_8_msa() argument 2323 ff_weight_h264_pixels4_8_msa(uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_src, int offset) ff_weight_h264_pixels4_8_msa() argument 2336 ff_biweight_h264_pixels16_8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_dst, int weight_src, int offset_in) ff_biweight_h264_pixels16_8_msa() argument 2445 ff_biweight_h264_pixels8_8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_dst, int weight_src, int offset) ff_biweight_h264_pixels8_8_msa() argument 2462 ff_biweight_h264_pixels4_8_msa(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int height, int log2_denom, int weight_dst, int weight_src, int offset) ff_biweight_h264_pixels4_8_msa() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 5 #include "src/base/overflowing-math.h" 6 #include "src/codegen/assembler-inl.h" 7 #include "src/codegen/callable.h" 8 #include "src/codegen/cpu-features.h" 9 #include "src/codegen/ia32/assembler-ia32.h" 10 #include "src/codegen/ia32/register-ia32.h" 11 #include "src/codegen/macro-assembler.h" 12 #include "src/codegen/optimized-compilation-info.h" 13 #include "src/compiler/backend/code-generator-impl.h" 14 #include "src/compile 1996 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 2126 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 2254 Operand src = i.InputOperand(0); AssembleArchInstruction() local 2413 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2435 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2486 Operand src = i.InputOperand(0); AssembleArchInstruction() local 2573 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2628 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2650 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2768 Operand src = i.InputOperand(0); AssembleArchInstruction() local 2780 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 2795 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 2866 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2896 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 2922 Operand src = i.InputOperand(1); AssembleArchInstruction() local 2943 Operand src = i.InputOperand(1); AssembleArchInstruction() local 3123 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 3170 Operand src = i.InputOperand(0); AssembleArchInstruction() local 3185 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 3430 XMMRegister src = dst; AssembleArchInstruction() local 3447 XMMRegister src = i.InputSimd128Register(0); AssembleArchInstruction() local 4251 XMMRegister src = g.ToDoubleRegister(source); AssembleMove() local 4266 Operand src = g.ToOperand(source); AssembleMove() local 4286 Operand src = g.ToOperand(source); AssembleMove() local 4309 Constant src = g.ToConstant(source); AssembleMove() local 4331 Constant src = g.ToConstant(source); AssembleMove() local 4364 Register src = g.ToRegister(source); AssembleSwap() local 4371 XMMRegister src = g.ToDoubleRegister(source); AssembleSwap() local 4381 Register src = g.ToRegister(source); AssembleSwap() local 4391 XMMRegister src = g.ToDoubleRegister(source); AssembleSwap() local [all...] |
/third_party/skia/include/private/ |
H A D | SkNx_sse.h | 697 template<> AI /*static*/ Sk4f SkNx_cast<float, int32_t>(const Sk4i& src) { in SkNx_cast() argument 698 return _mm_cvtepi32_ps(src.fVec); in SkNx_cast() 701 template<> AI /*static*/ Sk4f SkNx_cast<float, uint32_t>(const Sk4u& src) { in SkNx_cast() argument 702 return SkNx_cast<float>(Sk4i::Load(&src)); in SkNx_cast() 705 template <> AI /*static*/ Sk4i SkNx_cast<int32_t, float>(const Sk4f& src) { in SkNx_cast() argument 706 return _mm_cvttps_epi32(src.fVec); in SkNx_cast() 709 template<> AI /*static*/ Sk4h SkNx_cast<uint16_t, int32_t>(const Sk4i& src) { in SkNx_cast() argument 712 return _mm_packus_epi32(src.fVec); in SkNx_cast() 716 return _mm_shuffle_epi8(src.fVec, _mm_setr_epi8(0,1, 4,5, 8,9, 12,13, _,_,_,_,_,_,_,_)); in SkNx_cast() 719 __m128i x = _mm_srai_epi32(_mm_slli_epi32(src in SkNx_cast() 724 SkNx_cast(const Sk4f& src) SkNx_cast() argument 728 SkNx_cast(const Sk4f& src) SkNx_cast() argument 739 SkNx_cast(const Sk4b& src) SkNx_cast() argument 749 SkNx_cast(const Sk4b& src) SkNx_cast() argument 753 SkNx_cast(const Sk4b& src) SkNx_cast() argument 757 SkNx_cast(const Sk4h& src) SkNx_cast() argument 762 SkNx_cast(const Sk8i& src) SkNx_cast() argument 770 SkNx_cast(const Sk16f& src) SkNx_cast() argument 784 SkNx_cast(const Sk4b& src) SkNx_cast() argument 788 SkNx_cast(const Sk8b& src) SkNx_cast() argument 792 SkNx_cast(const Sk4h& src) SkNx_cast() argument 796 SkNx_cast(const Sk8h& src) SkNx_cast() argument 800 SkNx_cast(const Sk4h& src) SkNx_cast() argument 805 SkNx_cast(const Sk4i& src) SkNx_cast() argument 809 SkNx_cast(const Sk4u& src) SkNx_cast() argument 813 SkNx_cast(const Sk4u& src) SkNx_cast() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | checksum.h | 30 * the same as csum_partial, but copies from src while it 33 * here even more important to align src and dst on a 32-bit (or even 38 csum_partial_copy_nocheck(const void *src, void *dst, int len); 41 csum_partial_copy_from_user(const void __user *src, void *dst, int len); 46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 48 if (!access_ok(src, len)) in csum_and_copy_from_user() 51 return csum_partial_copy_from_user(src, dst, len); in csum_and_copy_from_user()
|
/kernel/linux/linux-5.10/arch/openrisc/lib/ |
H A D | memcpy.c | 26 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument 30 uint32_t *dest_w = (uint32_t *)dest, *src_w = (uint32_t *)src; in memcpy() 102 void *memcpy(void *dest, __const void *src, __kernel_size_t n) in memcpy() argument 104 unsigned char *d = (unsigned char *)dest, *s = (unsigned char *)src; in memcpy() 105 uint32_t *dest_w = (uint32_t *)dest, *src_w = (uint32_t *)src; in memcpy()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | ide.h | 65 static inline void __ide_outsw(void __iomem *port, const void *src, u32 count) in __ide_outsw() argument 68 unsigned long end = (unsigned long)src + (count << 1); in __ide_outsw() 70 const u16 *ps = src; in __ide_outsw() 73 if(((unsigned long)src) & 0x2) { in __ide_outsw() 91 __flush_dcache_range((unsigned long)src, end); in __ide_outsw()
|
H A D | cacheflush_64.h | 57 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \ 60 memcpy(dst, src, len); \ 61 flush_ptrace_access(vma, page, vaddr, src, len, 0); \ 64 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \ 67 memcpy(dst, src, len); \
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | string.h | 31 void memcpy_flushcache(void *dest, const void *src, size_t size); 42 #define memcpy(dst, src, len) __memcpy(dst, src, len) 43 #define memmove(dst, src, len) __memmove(dst, src, len)
|