Home
last modified time | relevance | path

Searched refs:dest_offset (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/
H A Dfs.d53 ulong dest_offset; member
78 ulong dest_offset; /// in - start of extent in destination variable
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dcanonicalize.c223 ptrdiff_t dest_offset = dest - rname; in canonicalize_filename_mode() local
233 dest = rname + dest_offset; in canonicalize_filename_mode()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dcanonicalize.c195 ptrdiff_t dest_offset = dest - rpath; in __realpath() local
217 dest = rpath + dest_offset; in __realpath()
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dcanonicalize.c195 ptrdiff_t dest_offset = dest - rpath; in __realpath() local
217 dest = rpath + dest_offset; in __realpath()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dcanonicalize.c195 ptrdiff_t dest_offset = dest - rpath; in __realpath() local
217 dest = rpath + dest_offset; in __realpath()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dcanonicalize-lgpl.c309 idx_t dest_offset = dest - rname; in realpath_stk() local
313 dest = rname + dest_offset; in realpath_stk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c875 poly_int64 src_offset = 0, dest_offset = 0; in gimple_fold_builtin_memory_op() local
884 &dest_offset); in gimple_fold_builtin_memory_op()
894 dest_offset, maxsize)) in gimple_fold_builtin_memory_op()
906 = mem_ref_offset (dest_base) + dest_offset; in gimple_fold_builtin_memory_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc1088 poly_int64 src_offset = 0, dest_offset = 0; in gimple_fold_builtin_memory_op() local
1097 &dest_offset); in gimple_fold_builtin_memory_op()
1107 dest_offset, maxsize)) in gimple_fold_builtin_memory_op()
1119 = mem_ref_offset (dest_base) + dest_offset; in gimple_fold_builtin_memory_op()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst656 i8 addrspace(1)* %dest_base, i64 %dest_offset,