| /third_party/ffmpeg/libavresample/ |
| H A D | resample_template.c | 57 static void SET_TYPE(resample_nearest)(void *dst0, int dst_index, const void *src0, unsigned int index) in resample_nearest() argument 64 static void SET_TYPE(resample_linear)(ResampleContext *c, void *dst0, int dst_index, in resample_linear() argument 85 resample_one(ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) resample_one() argument
|
| H A D | resample.c | 263 int dst_index; in resample() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | property-array-inl.h | 126 void PropertyArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument
|
| H A D | fixed-array-inl.h | 217 void FixedArray::MoveElements(Isolate* isolate, int dst_index, int src_index, in MoveElements() argument 228 void FixedArray::CopyElements(Isolate* isolate, int dst_index, FixedArray src, in CopyElements() argument 420 void FixedDoubleArray::MoveElements(Isolate* isolate, int dst_index, in MoveElements() argument 466 void WeakFixedArray::CopyElements(Isolate* isolate, int dst_index, in CopyElements() argument 501 CopyElements(Isolate* isolate, int dst_index, WeakArrayList src, int src_index, int len, WriteBarrierMode mode) CopyElements() argument [all...] |
| H A D | scope-info.cc | 600 void ScopeInfo::CopyElements(Isolate* isolate, int dst_index, ScopeInfo src, in CopyElements() argument
|
| H A D | elements.cc | 809 ConvertElementsWithCapacity( Handle<JSObject> object, Handle<FixedArrayBase> old_elements, ElementsKind from_kind, uint32_t capacity, uint32_t src_index, uint32_t dst_index) ConvertElementsWithCapacity() argument 2182 MoveElements(Isolate* isolate, Handle<JSArray> receiver, Handle<FixedArrayBase> backing_store, int dst_index, int src_index, int len, int hole_start, int hole_end) MoveElements() argument 2463 CopyArguments(BuiltinArguments* args, Handle<FixedArrayBase> dst_store, uint32_t copy_size, uint32_t src_index, uint32_t dst_index) CopyArguments() argument
|
| /third_party/ffmpeg/libswresample/ |
| H A D | resample_template.c | 80 int dst_index; in resample_one() local 94 int dst_index; in resample_common() local 149 int dst_index; resample_linear() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | gap-resolver.cc | 54 int dst_index = -1; in Split() local
|
| /third_party/gn/src/gn/ |
| H A D | hash_table_base.h | 513 size_t dst_index = node->hash_value() & new_mask; in GrowBuckets() local
|
| /third_party/pulseaudio/src/pulsecore/ffmpeg/ |
| H A D | resample2.c | 211 int dst_index, i; in av_resample() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.h | 290 tgsi_transform_op1_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index) tgsi_transform_op1_inst() argument 314 tgsi_transform_op2_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, bool src1_negate) tgsi_transform_op2_inst() argument 343 tgsi_transform_op3_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, unsigned src2_file, unsigned src2_index) tgsi_transform_op3_inst() argument 374 tgsi_transform_op1_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle) tgsi_transform_op1_swz_inst() argument 415 tgsi_transform_op2_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, bool src1_negate) tgsi_transform_op2_swz_inst() argument 466 tgsi_transform_op3_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src0_negate, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, unsigned src2_file, unsigned src2_index, unsigned src2_swizzle) tgsi_transform_op3_swz_inst() argument 549 tgsi_transform_tex_inst(struct tgsi_transform_context *ctx, unsigned dst_file, unsigned dst_index, unsigned src_file, unsigned src_index, unsigned tex_target, unsigned sampler_index) tgsi_transform_tex_inst() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_colorconstancy.c | 260 const int dst_index = td->meta_data[INDEX_DST]; in slice_get_derivative() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-external-refs.cc | 548 array_copy_wrapper(Address raw_instance, Address raw_dst_array, uint32_t dst_index, Address raw_src_array, uint32_t src_index, uint32_t length) array_copy_wrapper() argument
|
| H A D | function-body-decoder-impl.h | 4365 Value dst_index = Peek(3, 1, kWasmI32); in DecodeGCOpcode() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-wasm.cc | 655 uint32_t dst_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow.c | 680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) get_readers_for_single_write() argument
|
| /kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
| H A D | skl-messages.c | 1048 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local 1125 int src_index, dst_index; in skl_bind_modules() local [all...] |
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| H A D | skl-messages.c | 1093 int src_index, dst_index, src_pin_state, dst_pin_state; in skl_unbind_modules() local 1157 int src_index, dst_index; in skl_bind_modules() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_state.c | 1102 unsigned dst_index = start_slot + i; in nv50_set_vertex_buffers() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_state.c | 1046 unsigned dst_index = start_slot + i; in nvc0_set_vertex_buffers() local
|
| /kernel/linux/linux-6.6/sound/firewire/ |
| H A D | amdtp-stream.c | 2001 unsigned int dst_index = 0; in make_association() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 1010 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 1022 unsigned dst_index = start_slot + i; in u_vbuf_set_vertex_buffers() local 1090 unsigned dst_index = start_slot + count + i; u_vbuf_set_vertex_buffers() local [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 1175 unsigned dst_index = 0; in compress_regs_left() local
|
| /kernel/linux/linux-6.6/fs/btrfs/ |
| H A D | tree-log.c | 4281 int dst_index; in copy_items() local [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | macro-assembler-arm64.cc | 2969 AtomicStoreTaggedField(const Register& value, const Register& dst_base, const Register& dst_index, const Register& temp) TruncateDoubleToI() argument
|