Home
last modified time | relevance | path

Searched refs:dst_base (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
Dupdate.py225 def list_files(src_base, src, dst_base, suffixes): argument
235 path.join(dst_base, relative, filename))
238 def copy_common_generated_files(dst_base): argument
249 for src, dst in list_files(LLVM_OBJS, subdir, dst_base, suffixes):
342 def copy_platform_generated_files(platform, dst_base): argument
347 for src, dst in list_files(LLVM_OBJS, src_dir, dst_base, suffixes):
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dfiltering_functions.h2188 int32_t * dst_base, in arm_circularRead_f32() argument
2200 dst_end = dst_base + dst_length; in arm_circularRead_f32()
2215 dst = dst_base; in arm_circularRead_f32()
2288 q15_t * dst_base, in arm_circularRead_q15() argument
2301 dst_end = dst_base + dst_length; in arm_circularRead_q15()
2316 dst = dst_base; in arm_circularRead_q15()
2389 q7_t * dst_base, in arm_circularRead_q7() argument
2402 dst_end = dst_base + dst_length; in arm_circularRead_q7()
2417 dst = dst_base; in arm_circularRead_q7()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-name-table.hh102 const void *dst_base) const in copy()
107 out->offset.serialize_copy (c, offset, src_base, dst_base, length); in copy()
Dhb-open-type.hh304 const void *dst_base, in serialize_subset()
318 s->add_link (*this, s->pop_pack (), dst_base); in serialize_subset()
330 const void *dst_base, in serialize_copy()
341 c->add_link (*this, c->pop_pack (), dst_base); in serialize_copy()
/third_party/FreeBSD/sbin/fsck_msdosfs/
Dfat.c1194 off_t dst_base; in writefat() local
1229 dst_base = boot->bpbResSectors + i * boot->FATsecs; in writefat()
1230 dst_base *= boot->bpbBytesPerSec; in writefat()
1231 if ((lseek(fd, dst_base, SEEK_SET) != dst_base || in writefat()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c133 uint32_t dst_base = dst->base; in nve4_m2mf_transfer_rect() local
164 dst_base += dst->y * dst->pitch + dst->x * dst->cpp; in nve4_m2mf_transfer_rect()
185 PUSH_DATAh(push, dst->bo->offset + dst_base); in nve4_m2mf_transfer_rect()
186 PUSH_DATA (push, dst->bo->offset + dst_base); in nve4_m2mf_transfer_rect()
/third_party/mesa3d/src/amd/common/
Dac_rtld.c647 char *dst_base = u->rx_ptr + s->offset; in apply_relocs() local
657 char *dst_ptr = dst_base + rel->r_offset; in apply_relocs()