Searched refs:orig_from (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_state.c491 u32 *from, *orig_from; local
501 orig_from = from; /* we'll be modifying the "from" ptr, so save it */
529 drm_free(orig_from, bytes, DRM_MEM_DRIVER);
536 drm_free(orig_from, bytes, DRM_MEM_DRIVER);
541 drm_free(orig_from, bytes, DRM_MEM_DRIVER);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-float.c1233 const gdb_byte *orig_from, gdb_mpfr &to) const
1235 const gdb_byte *from = orig_from;
1232 from_target(const struct floatformat *fmt, const gdb_byte *orig_from, gdb_mpfr &to) const argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-float.c1233 const gdb_byte *orig_from, gdb_mpfr &to) const
1235 const gdb_byte *from = orig_from;
1232 from_target(const struct floatformat *fmt, const gdb_byte *orig_from, gdb_mpfr &to) const argument
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcs.c1726 const char *orig_from; local
1731 orig_from = from;
1774 if (orig_to != orig_from)
1786 assert (from == orig_from + len

Completed in 291 milliseconds