Home
last modified time | relevance | path

Searched refs:src (Results 1876 - 1900 of 13877) sorted by relevance

1...<<71727374757677787980>>...556

/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.c100 void strlower(char *dest, size_t destlen, const char *src) in strlower() argument
103 const char *psrc = src; in strlower()
118 const char * strncpy_omit(char* dest, const char* src, size_t n, int (*omit_func)(int)) in strncpy_omit() argument
120 const char* psrc = src; in strncpy_omit()
169 size_t strlcpy(char *dest, const char *src, size_t size) in strlcpy() argument
172 const char *psrc = src; in strlcpy()
174 if (!src) { in strlcpy()
185 return (psrc - src -1); in strlcpy()
190 size_t strlcat(char *dest, const char *src, size_t size) in strlcat() argument
193 const char *psrc = src; in strlcat()
268 escapechars(char *dest, size_t size, const char *src, const char *esc_chars) escapechars() argument
279 strncpy_tochar(char *dest, const char *src, size_t max, const char *stopchars) strncpy_tochar() argument
506 unhexify(char *dest, size_t size, const char *src) unhexify() argument
598 dstrcpy(dstr_t *ds, const char *src) dstrcpy() argument
621 dstrncpy(dstr_t *ds, const char *src, size_t n) dstrncpy() argument
635 dstrncat(dstr_t *ds, const char *src, size_t n) dstrncat() argument
651 dstrcpyf(dstr_t *ds, const char *src, ...) dstrcpyf() argument
684 dstrcat(dstr_t *ds, const char *src) dstrcat() argument
700 dstrcatf(dstr_t *ds, const char *src, ...) dstrcatf() argument
1121 copy_file(FILE *dest, FILE *src, const char *alreadyread, size_t alreadyread_len) copy_file() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp37 this->src[0] = src0; in vec4_instruction()
38 this->src[1] = src1; in vec4_instruction()
39 this->src[2] = src2; in vec4_instruction()
269 vec4_visitor::SCRATCH_WRITE(const dst_reg &dst, const src_reg &src, in SCRATCH_WRITE() argument
275 dst, src, index); in SCRATCH_WRITE()
283 vec4_visitor::fix_3src_operand(const src_reg &src) in fix_3src_operand() argument
296 if (src.file != UNIFORM && src.file != IMM) in fix_3src_operand()
297 return src; in fix_3src_operand()
299 if (src in fix_3src_operand()
309 fix_math_operand(const src_reg &src) fix_math_operand() argument
777 emit_uniformize(const src_reg &src) emit_uniformize() argument
1234 emit_resolve_reladdr(int scratch_loc[], bblock_t *block, vec4_instruction *inst, src_reg src) emit_resolve_reladdr() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h12 #include "src/codegen/arm/assembler-arm.h"
13 #include "src/codegen/bailout-reason.h"
14 #include "src/common/globals.h"
15 #include "src/objects/tagged-index.h"
92 void Push(Register src) { push(src); } in Push() argument
243 void MovToFloatParameter(DwVfpRegister src);
245 void MovToFloatResult(DwVfpRegister src);
350 void VFPCanonicalizeNaN(const DwVfpRegister dst, const DwVfpRegister src,
357 void VmovHigh(Register dst, DwVfpRegister src);
477 Move(Register dst, const MemOperand& src) Move() argument
478 Move(Register dst, const Operand& src, SBit sbit = LeaveCC, Condition cond = al) Move() argument
512 SmiUntag(Register dst, Register src, SBit s = LeaveCC) SmiUntag() argument
866 DecodeField(Register dst, Register src) DecodeField() argument
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A Dwhen-final-project-is-not-composite-but-uses-project-references.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
62 //// [/src/second/second_part1.ts]
76 //// [/src/second/second_part2.ts]
84 //// [/src/second/tsconfig.json]
102 //// [/src/third/third_part1.ts]
107 //// [/src/third/tsconfig.json]
133 /lib/tsc --b /src/thir
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/
H A DMakefile46 pci/base/circbuf/src/circbuf.o \
47 pci/base/refcount/src/refcount.o \
48 pci/camera/pipe/src/pipe_binarydesc.o \
49 pci/camera/pipe/src/pipe_stagedesc.o \
50 pci/camera/pipe/src/pipe_util.o \
51 pci/camera/util/src/util.o \
119 pci/runtime/binary/src/binary.o \
120 pci/runtime/bufq/src/bufq.o \
121 pci/runtime/debug/src/ia_css_debug.o \
122 pci/runtime/eventq/src/event
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/
H A DMakefile40 pci/base/circbuf/src/circbuf.o \
41 pci/base/refcount/src/refcount.o \
42 pci/camera/pipe/src/pipe_binarydesc.o \
43 pci/camera/pipe/src/pipe_stagedesc.o \
44 pci/camera/pipe/src/pipe_util.o \
45 pci/camera/util/src/util.o \
114 pci/runtime/binary/src/binary.o \
115 pci/runtime/bufq/src/bufq.o \
116 pci/runtime/debug/src/ia_css_debug.o \
117 pci/runtime/eventq/src/event
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dselftest_migrate.c39 struct drm_i915_gem_object *src, in copy()
45 struct drm_i915_gem_object *src, *dst; in copy() local
52 src = create_lmem_or_internal(i915, sz); in copy()
53 if (IS_ERR(src)) in copy()
56 sz = src->base.size; in copy()
62 err = i915_gem_object_lock(src, &ww); in copy()
70 vaddr = i915_gem_object_pin_map(src, I915_MAP_WC); in copy()
78 i915_gem_object_flush_map(src); in copy()
90 err = fn(migrate, &ww, src, dst, &rq); in copy()
102 i915_gem_object_unpin_map(src); in copy()
36 copy(struct intel_migrate *migrate, int (*fn)(struct intel_migrate *migrate, struct i915_gem_ww_ctx *ww, struct drm_i915_gem_object *src, struct drm_i915_gem_object *dst, struct i915_request **out), u32 sz, struct rnd_state *prng) copy() argument
410 __migrate_copy(struct intel_migrate *migrate, struct i915_gem_ww_ctx *ww, struct drm_i915_gem_object *src, struct drm_i915_gem_object *dst, struct i915_request **out) __migrate_copy() argument
424 __global_copy(struct intel_migrate *migrate, struct i915_gem_ww_ctx *ww, struct drm_i915_gem_object *src, struct drm_i915_gem_object *dst, struct i915_request **out) __global_copy() argument
921 __perf_copy_blt(struct intel_context *ce, struct scatterlist *src, unsigned int src_pat_index, bool src_is_lmem, struct scatterlist *dst, unsigned int dst_pat_index, bool dst_is_lmem, size_t sz) __perf_copy_blt() argument
981 struct drm_i915_gem_object *src, *dst; perf_copy_blt() local
[all...]
/kernel/linux/linux-6.6/rust/
H A DMakefile45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
108 rustdoc-macros: $(src)/macros/lib.rs FORCE
112 rustdoc-core: $(RUST_LIB_SRC)/core/src/lib.rs FORCE
115 rustdoc-compiler_builtins: $(src)/compiler_builtins.rs rustdoc-core FORCE
124 rustdoc-alloc: $(src)/alloc/lib.rs rustdoc-core rustdoc-compiler_builtins FORCE
130 rustdoc-kernel: $(src)/kernel/lib.rs rustdoc-core rustdoc-macros \
146 rusttestlib-build_error: $(src)/build_error.rs rusttest-prepare FORCE
151 rusttestlib-macros: $(src)/macros/lib.rs rusttest-prepare FORCE
154 rusttestlib-bindings: $(src)/bindings/lib.rs rusttest-prepare FORCE
157 rusttestlib-uapi: $(src)/uap
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dblit.c83 return false; /* dst completely right of src */ in _mesa_regions_overlap()
86 return false; /* dst completely left of src */ in _mesa_regions_overlap()
89 return false; /* dst completely above src */ in _mesa_regions_overlap()
92 return false; /* dst completely below src */ in _mesa_regions_overlap()
243 "%s(bad src/dst multisample pixel formats)", func); in validate_color_buffer()
389 /* NOTE: If the src and dst dimensions don't match, we cannot simply adjust in do_blit_framebuffer()
428 /* invert Y for src */ in do_blit_framebuffer()
434 /* Both src and dst are upside down. Swap Y to make it in do_blit_framebuffer()
447 blit.src.box.depth = 1; in do_blit_framebuffer()
453 blit.src in do_blit_framebuffer()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dcpm2_pic.c134 unsigned int src = irqd_to_hwirq(d); in cpm2_set_irq_type() local
141 if (src >= CPM2_IRQ_PORTC15 && src <= CPM2_IRQ_PORTC0) { in cpm2_set_irq_type()
165 if (src >= CPM2_IRQ_EXT1 && src <= CPM2_IRQ_EXT7) in cpm2_set_irq_type()
166 edibit = (14 - (src - CPM2_IRQ_EXT1)); in cpm2_set_irq_type()
168 if (src >= CPM2_IRQ_PORTC15 && src <= CPM2_IRQ_PORTC0) in cpm2_set_irq_type()
169 edibit = (31 - (CPM2_IRQ_PORTC0 - src)); in cpm2_set_irq_type()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dcpm2_pic.c132 unsigned int src = irqd_to_hwirq(d); in cpm2_set_irq_type() local
139 if (src >= CPM2_IRQ_PORTC15 && src <= CPM2_IRQ_PORTC0) { in cpm2_set_irq_type()
163 if (src >= CPM2_IRQ_EXT1 && src <= CPM2_IRQ_EXT7) in cpm2_set_irq_type()
164 edibit = (14 - (src - CPM2_IRQ_EXT1)); in cpm2_set_irq_type()
166 if (src >= CPM2_IRQ_PORTC15 && src <= CPM2_IRQ_PORTC0) in cpm2_set_irq_type()
167 edibit = (31 - (CPM2_IRQ_PORTC0 - src)); in cpm2_set_irq_type()
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H A Dcmd.c46 struct rsnd_mod *src; in rsnd_cmd_init() local
58 src = rsnd_io_to_mod_src(tio); in rsnd_cmd_init()
60 data |= path[rsnd_mod_id(src)]; in rsnd_cmd_init()
63 src = rsnd_io_to_mod_src(tio); in rsnd_cmd_init()
65 data |= path[rsnd_mod_id(src)]; in rsnd_cmd_init()
69 struct rsnd_mod *src = rsnd_io_to_mod_src(io); in rsnd_cmd_init() local
82 if (unlikely(!src)) in rsnd_cmd_init()
85 data = path[rsnd_mod_id(src)] | in rsnd_cmd_init()
86 cmd_case[rsnd_mod_id(src)] << 16; in rsnd_cmd_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_plane_helper.c104 struct drm_rect *src, in drm_plane_helper_check_update()
117 .src_x = src->x1, in drm_plane_helper_check_update()
118 .src_y = src->y1, in drm_plane_helper_check_update()
119 .src_w = drm_rect_width(src), in drm_plane_helper_check_update()
120 .src_h = drm_rect_height(src), in drm_plane_helper_check_update()
141 *src = plane_state.src; in drm_plane_helper_check_update()
163 struct drm_rect src = { in drm_primary_helper_update() local
180 &src, &dest, in drm_primary_helper_update()
101 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) drm_plane_helper_check_update() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane_helper.c97 struct drm_rect *src, in drm_plane_helper_check_update()
110 .src_x = src->x1, in drm_plane_helper_check_update()
111 .src_y = src->y1, in drm_plane_helper_check_update()
112 .src_w = drm_rect_width(src), in drm_plane_helper_check_update()
113 .src_h = drm_rect_height(src), in drm_plane_helper_check_update()
134 *src = plane_state.src; in drm_plane_helper_check_update()
179 struct drm_rect src = { in drm_plane_helper_update_primary() local
200 &src, &dest, in drm_plane_helper_update_primary()
94 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) drm_plane_helper_check_update() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_fieldorder.c76 uint8_t *dst, *src; in filter_frame() local
108 src = frame->data[plane]; in filter_frame()
117 memcpy(dst, src + src_line_step, line_size); in filter_frame()
119 memcpy(dst, src - 2 * src_line_step, line_size); in filter_frame()
122 src += src_line_step; in filter_frame()
131 src += (h - 1) * src_line_step; in filter_frame()
134 memcpy(dst, src - src_line_step, line_size); in filter_frame()
136 memcpy(dst, src + 2 * src_line_step, line_size); in filter_frame()
139 src -= src_line_step; in filter_frame()
/third_party/ffmpeg/tests/checkasm/
H A Dvf_nlmeans.c54 uint8_t *src = av_calloc(h, src_lz); in checkasm_check_nlmeans() local
61 randomize_buffer(src, h * src_lz); in checkasm_check_nlmeans()
87 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
88 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans()
91 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
92 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans()
100 src + (starty_safe - s1y) * src_lz + (startx_safe - s1x), src_lz, in checkasm_check_nlmeans()
101 src + (starty_safe - s2y) * src_lz + (startx_safe - s2x), src_lz, in checkasm_check_nlmeans()
109 av_freep(&src); in checkasm_check_nlmeans()
/third_party/ffmpeg/tests/
H A Dfate.sh32 file:*|/*) src="${repo#file:}" ;;
33 git:*) git clone --quiet --branch "$branch" "$repo" "$src" ;;
38 cd ${src} || return
46 ${shell} ${src}/configure \
103 src=${workdir}/src
107 test -d "$src" && update || checkout || die "Error fetching source"
111 version=$(${src}/ffbuild/version.sh ${src})
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
H A DNFS4StringPrep.java68 private static byte[] prepare(byte[] src, StringPrep strprep) in prepare() argument
70 String s = new String(src, "UTF-8"); in prepare()
76 public static byte[] cs_prepare(byte[] src, boolean isCaseSensitive) in cs_prepare() argument
79 return prepare(src, prep.nfscss); in cs_prepare()
81 return prepare(src, prep.nfscsi); in cs_prepare()
85 public static byte[] cis_prepare(byte[] src) in cis_prepare() argument
87 return prepare(src, prep.nfscis); in cis_prepare()
128 public static byte[] mixed_prepare(byte[] src) in mixed_prepare() argument
130 String s = new String(src, "UTF-8"); in mixed_prepare()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DNFS4StringPrep.java65 private static byte[] prepare(byte[] src, StringPrep strprep) in prepare() argument
67 String s = new String(src, "UTF-8"); in prepare()
73 public static byte[] cs_prepare(byte[] src, boolean isCaseSensitive) in cs_prepare() argument
76 return prepare(src, prep.nfscss); in cs_prepare()
78 return prepare(src, prep.nfscsi); in cs_prepare()
82 public static byte[] cis_prepare(byte[] src) in cis_prepare() argument
84 return prepare(src, prep.nfscis); in cis_prepare()
125 public static byte[] mixed_prepare(byte[] src) in mixed_prepare() argument
127 String s = new String(src, "UTF-8"); in mixed_prepare()
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_ssbo.c93 nir_src_copy(&load->src[0], idx); in nir_load_ssbo_prop()
114 nir_src index = intr->src[is_store ? 1 : 0]; in lower_ssbo_instr()
129 global->src[is_store ? 1 : 0] = nir_src_for_ssa(address); in lower_ssbo_instr()
137 nir_src_copy(&global->src[0], &intr->src[0]); in lower_ssbo_instr()
145 nir_src_copy(&global->src[1], &intr->src[2]); in lower_ssbo_instr()
147 nir_src_copy(&global->src[2], &intr->src[3]); in lower_ssbo_instr()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_liveness.c57 ra_foreach_src (src, instr) { in compute_block_liveness()
58 if (BITSET_TEST(tmp_live, src->def->name)) in compute_block_liveness()
59 src->flags &= ~IR3_REG_KILL; in compute_block_liveness()
61 src->flags |= IR3_REG_KILL; in compute_block_liveness()
64 ra_foreach_src (src, instr) { in compute_block_liveness()
65 if (BITSET_TEST(tmp_live, src->def->name)) in compute_block_liveness()
66 src->flags &= ~IR3_REG_FIRST_KILL; in compute_block_liveness()
68 src->flags |= IR3_REG_FIRST_KILL; in compute_block_liveness()
69 BITSET_SET(tmp_live, src->def->name); in compute_block_liveness()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_gvn.cpp75 assert(!n.src.empty()); in visit()
76 value *v = n.src[0]; in visit()
148 if (n.src.size() < 3) { in process_alu_src_constants()
166 for (vvec::iterator I = n.src.begin(), E = n.src.end(); I != E; in process_alu_src_constants()
178 for (vvec::iterator I = n.src.begin(), E = n.src.end(); I != E; ++I) { in process_alu_src_constants()
191 for(vvec::iterator I = n.src.begin(), E = n.src.end(); I != E; ++I) { in process_op()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c154 const void *src = packed_data; in vn_GetQueryPoolResults() local
158 memcpy(dst, src, copy_size); in vn_GetQueryPoolResults()
159 src += packed_stride; in vn_GetQueryPoolResults()
167 const bool avail = *(const uint64_t *)(src + result_size); in vn_GetQueryPoolResults()
169 memcpy(dst, src, copy_size); in vn_GetQueryPoolResults()
173 src += packed_stride; in vn_GetQueryPoolResults()
178 const bool avail = *(const uint32_t *)(src + result_size); in vn_GetQueryPoolResults()
180 memcpy(dst, src, copy_size); in vn_GetQueryPoolResults()
184 src += packed_stride; in vn_GetQueryPoolResults()
/third_party/skia/src/core/
H A DSkTLazy.h23 explicit SkTLazy(const T* src) : fPtr(src ? new (&fStorage) T(*src) : nullptr) {} in SkTLazy() argument
60 * Copy src into this, and return a pointer to a copy of it. Note this
65 T* set(const T& src) { in set() argument
67 *fPtr = src; in set()
69 fPtr = new (&fStorage) T(src); in set()
74 T* set(T&& src) { in set() argument
76 *fPtr = std::move(src); in set()
78 fPtr = new (&fStorage) T(std::move(src)); in set()
[all...]
/third_party/skia/src/gpu/
H A DSurfaceContext.h16 #include "src/gpu/GrColorInfo.h"
17 #include "src/gpu/GrDataUtils.h"
18 #include "src/gpu/GrImageInfo.h"
19 #include "src/gpu/GrPixmap.h"
20 #include "src/gpu/GrRenderTask.h"
21 #include "src/gpu/GrSurfaceProxy.h"
22 #include "src/gpu/GrSurfaceProxyView.h"
114 * Writes a rectangle of pixels from src into the surfaceDrawContext at the specified position.
116 * @param src source for the write
120 GrCPixmap src,
176 testCopy(sk_sp<GrSurfaceProxy> src, const SkIRect& srcRect, const SkIPoint& dstPoint) testCopy() argument
180 testCopy(sk_sp<GrSurfaceProxy> src) testCopy() argument
[all...]

Completed in 17 milliseconds

1...<<71727374757677787980>>...556