Home
last modified time | relevance | path

Searched refs:need_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/
Ddwarf2dbg.c899 int need_copy = 0; in emit_inc_line_addr() local
940 need_copy = 1; in emit_inc_line_addr()
979 if (need_copy) in emit_inc_line_addr()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c1765 int need_copy; /* # bytes need to memcpy this region */ in xlog_write() local
1877 need_copy = reg[index].i_len - partial_copy_len; in xlog_write()
1880 if (need_copy <= iclog->ic_size - log_offset) { /*complete write */ in xlog_write()
1881 INT_SET(logop_head->oh_len, ARCH_CONVERT, copy_len = need_copy); in xlog_write()