Home
last modified time | relevance | path

Searched refs:dests (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dprelink-support.exp172 set dests {}
176 lappend dests $dest
192 set prelink_args "--ld-library-path=$dir $binfile [concat $dests]"
/netbsd/src/external/ibm-public/postfix/dist/src/smtpstone/
Dperformance5 dests 1000 2000 5000 time per 1000
/netbsd/src/dist/pf/sbin/pfctl/
Dpfctl.c442 int killed, sources, dests; in pfctl_kill_src_nodes() local
445 killed = sources = dests = 0; in pfctl_kill_src_nodes()
481 dests = 0; in pfctl_kill_src_nodes()
505 dests++; in pfctl_kill_src_nodes()
539 "destinations\n", killed, sources, dests); in pfctl_kill_src_nodes()
549 int killed, sources, dests; in pfctl_kill_states() local
552 killed = sources = dests = 0; in pfctl_kill_states()
591 dests = 0; in pfctl_kill_states()
615 dests++; in pfctl_kill_states()
649 "destinations\n", killed, sources, dests); in pfctl_kill_states()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Difcvt.cc4153 auto_vec<rtx> dests; in need_cmov_or_rewire() local
4185 if (reg_overlap_mentioned_p (src, dests[i])) in need_cmov_or_rewire()
4194 dests.safe_push (dest); in need_cmov_or_rewire()
DChangeLog-20174575 * combine.c (try_combine): Don't split an I2 if one of the dests is
4576 set again before I3. Allow unused dests.