Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Drename.c56 char *dst_base = last_component (dst); in rpl_rename() local
78 if (*dst_base == '.') in rpl_rename()
80 size_t len = base_len (dst_base); in rpl_rename()
81 if (len == 1 || (len == 2 && dst_base[1] == '.')) in rpl_rename()
302 char *dst_base = last_component (dst); in rpl_rename() local
312 if (*dst_base == '.') in rpl_rename()
314 size_t len = base_len (dst_base); in rpl_rename()
315 if (len == 1 || (len == 2 && dst_base[1] == '.')) in rpl_rename()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_xlator.c266 ctf_id_t dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup() local
267 uint_t dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
274 if (src_base == CTF_ERR || dst_base == CTF_ERR) in dt_xlator_lookup()
284 dst_base = ctf_type_resolve(dst_ctfp, dst_type); in dt_xlator_lookup()
285 dst_kind = ctf_type_kind(dst_ctfp, dst_base); in dt_xlator_lookup()
305 dst_ctfp, dst_base)) in dt_xlator_lookup()
317 dst_ctfp, dst_base)) in dt_xlator_lookup()
326 dst_ctfp, dst_base) && dt_node_is_argcompat(src, &xn)) in dt_xlator_lookup()
/netbsd-src/sys/dev/acpi/
H A Dapei_erst.c360 uint64_t dst_base; member
515 apei_pmemmove(M->dst_base + v, M->src_base + v, M->var2); in apei_erst_instfunc()
554 M->dst_base = 0; in apei_erst_act()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c241 tree dst_base; member
1155 mem = rewrite_to_non_trapping_overflow (builtin->dst_base); in generate_memset_builtin()
1209 dest = rewrite_to_non_trapping_overflow (builtin->dst_base); in generate_memcpy_builtin()
1686 tree dst_base, tree src_base, tree size) in alloc_builtin() argument
1691 builtin->dst_base = dst_base; in alloc_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc245 tree dst_base; member
1165 mem = rewrite_to_non_trapping_overflow (builtin->dst_base); in generate_memset_builtin()
1219 dest = rewrite_to_non_trapping_overflow (builtin->dst_base); in generate_memcpy_builtin()
1699 tree dst_base, tree src_base, tree size) in alloc_builtin() argument
1704 builtin->dst_base = dst_base; in alloc_builtin()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc1164 tree dst_base = build1 (VIEW_CONVERT_EXPR, dst_type, dst_ptr); in rs6000_gimple_fold_mma_builtin() local
1168 tree dst = build2 (MEM_REF, unsigned_V16QI_type_node, dst_base, in rs6000_gimple_fold_mma_builtin()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c10903 tree dst_base = build1 (VIEW_CONVERT_EXPR, dst_type, dst_ptr); in rs6000_gimple_fold_mma_builtin() local
10912 tree dst = build2 (MEM_REF, unsigned_V16QI_type_node, dst_base, in rs6000_gimple_fold_mma_builtin()