/freebsd/contrib/sendmail/libsm/ |
H A D | t-strl.c | 31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; variable 96 two = sm_snprintf(dst2, sizeof dst2, "%s/%s", src1[0], src1[1]); 98 SM_TEST(strcmp(dst1, dst2) == 0); 100 two = sm_snprintf(dst2, 10, "%s/%s", src1[0], src1[1]); 102 SM_TEST(strcmp(dst1, dst2) == 0); 104 two = sm_snprintf(dst2, 5, "%s/%s", src1[0], src1[1]); 106 SM_TEST(strcmp(dst1, dst2) == 0); 108 two = sm_snprintf(dst2, 0, "%s/%s", src1[0], src1[1]); 110 SM_TEST(strcmp(dst1, dst2) == 0); 112 two = sm_snprintf(dst2, sizeof dst2, "%s/%s/%s", src1[0], src1[1], src1[2]); [all …]
|
/freebsd/lib/libc/net/ |
H A D | name6.c | 945 const struct hp_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local 952 dst2->aio_srcsa.sa_family == AF_UNSPEC) { in comp_dst() 956 dst2->aio_srcsa.sa_family != AF_UNSPEC) { in comp_dst() 962 dst2->aio_dstscope != dst2->aio_srcscope) { in comp_dst() 966 dst2->aio_dstscope == dst2->aio_srcscope) { in comp_dst() 972 dst2->aio_srcsa.sa_family != AF_UNSPEC) { in comp_dst() 974 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst() 978 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst() 991 (dst2->aio_srcpolicy == NULL || dst2->aio_dstpolicy == NULL || in comp_dst() 992 dst2->aio_srcpolicy->pc_policy.label != in comp_dst() [all …]
|
H A D | getaddrinfo.c | 962 const struct ai_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local 969 dst2->aio_srcsa.sa_family == AF_UNSPEC) { in comp_dst() 973 dst2->aio_srcsa.sa_family != AF_UNSPEC) { in comp_dst() 979 dst2->aio_dstscope != dst2->aio_srcscope) { in comp_dst() 983 dst2->aio_dstscope == dst2->aio_srcscope) { in comp_dst() 989 dst2->aio_srcsa.sa_family != AF_UNSPEC) { in comp_dst() 991 (dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst() 995 !(dst2->aio_srcflag & AIO_SRCFLAG_DEPRECATED)) { in comp_dst() 1008 (dst2->aio_srcpolicy == NULL || dst2->aio_dstpolicy == NULL || in comp_dst() 1009 dst2->aio_srcpolicy->pc_policy.label != in comp_dst() [all …]
|
/freebsd/sys/dev/ioat/ |
H A D | ioat_test.c | 300 bus_addr_t src2, dst2; in ioat_test_submit_1_tx() 303 dst2 = vtophys((vm_offset_t)tx->buf[2*i+1] + PAGE_SIZE); in ioat_test_submit_1_tx() 305 desc = ioat_copy_8k_aligned(dma, dest, dst2, src, src2, in ioat_test_submit_1_tx() 308 bus_addr_t src2, dst2; in ioat_test_submit_1_tx() 311 dst2 = vtophys((vm_offset_t)tx->buf[2*i] + PAGE_SIZE); in ioat_test_submit_1_tx() 313 desc = ioat_copy_8k_aligned(dma, dest, dst2, src, src2, in ioat_test_submit_1_tx() 306 bus_addr_t src2, dst2; ioat_test_submit_1_tx() local 314 bus_addr_t src2, dst2; ioat_test_submit_1_tx() local
|
H A D | ioat.h | 202 bus_addr_t dst1, bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2,
|
H A D | ioat.c | 1253 bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2, in ioat_copy_8k_aligned() argument 1266 KASSERT(((src1 | src2 | dst1 | dst2) & PAGE_MASK) == 0, in ioat_copy_8k_aligned() 1299 dst1_len = (dst2 != dst1 + PAGE_SIZE) ? PAGE_SIZE : 2 * PAGE_SIZE; in ioat_copy_8k_aligned() 1313 desc->dst2_dmamap, dst2, PAGE_SIZE, 0, &seg, &nseg); in ioat_copy_8k_aligned()
|
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/ |
H A D | test_libzfs_core.py | 1932 dst2 = ZFSTest.pool.makeName(b"fs2/received-2@snap2") 1945 lzc.lzc_receive(dst2, stream.fileno()) 1948 with zfs_mount(src2) as mnt1, zfs_mount(dst2) as mnt2: 1963 dst2 = dstfs + b'@snap2' 1969 self.assertExists(dst2) 2139 dst2 = dstfs + b'@snap2' 2144 lzc.lzc_receive(dst2, incr.fileno()) 2152 dst2 = dstfs + b'@snap2' 2158 lzc.lzc_receive(dst2, incr.fileno()) 2166 dst2 = dstfs + b'@snap2' [all …]
|
/freebsd/libexec/rbootd/ |
H A D | rmpproto.c | 283 char *src, *dst1, *dst2; in SendBootRepl() local 312 dst2 = &rpl->r_brpl.rmp_flnm; in SendBootRepl() 314 *dst1++ = *dst2++ = *src++; in SendBootRepl()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ch.c | 915 uint16_t src, dst1, dst2; in chexchange() local 946 dst2 = softc->sc_firsts[ce->ce_sdsttype] + ce->ce_sdstunit; in chexchange() 957 /* dst2 */ dst2, in chexchange() 1763 uint32_t dst1, uint32_t dst2, int invert1, in scsi_exchange_medium() argument 1776 scsi_ulto2b(dst2, scsi_cmd->sdst); in scsi_exchange_medium()
|
H A D | scsi_ch.h | 480 uint32_t dst1, uint32_t dst2, int invert1,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.td | 2640 NVPTXInst<(outs regclass:$dst, regclass:$dst2), (ins i32imm:$b), 2642 " \t{{$dst, $dst2}}, [retval0+$b];"), []>; 2645 NVPTXInst<(outs regclass:$dst, regclass:$dst2, regclass:$dst3, 2649 " \t{{$dst, $dst2, $dst3, $dst4}}, [retval0+$b];"), 3059 (outs regclass:$dst1, regclass:$dst2), 3063 "\t{{$dst1, $dst2}}, [$addr];", []>; 3065 (outs regclass:$dst1, regclass:$dst2), 3069 "\t{{$dst1, $dst2}}, [$addr];", []>; 3071 (outs regclass:$dst1, regclass:$dst2), 3075 "\t{{$dst1, $dst2}}, [$addr];", []>; [all …]
|
H A D | NVPTXIntrinsics.td | 2277 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2280 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2283 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2286 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2289 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2), 2295 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, 2298 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, 2301 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, 2304 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, 2307 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.td | 502 def LADD_l5r : _FL5R<0b000001, (outs GRRegs:$dst1, GRRegs:$dst2), 504 "ladd $dst2, $dst1, $src1, $src2, $src3", 507 def LSUB_l5r : _FL5R<0b000010, (outs GRRegs:$dst1, GRRegs:$dst2), 509 "lsub $dst2, $dst1, $src1, $src2, $src3", []>; 511 def LDIVU_l5r : _FL5R<0b000000, (outs GRRegs:$dst1, GRRegs:$dst2), 513 "ldivu $dst1, $dst2, $src3, $src1, $src2", []>; 518 0b00000, (outs GRRegs:$dst1, GRRegs:$dst2), 520 "lmul $dst1, $dst2, $src1, $src2, $src3, $src4", []>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrMisc.td | 854 let Constraints = "$src1 = $dst1, $src2 = $dst2", hasSideEffects = 0 in { 855 def XCHG8rr : I<0x86, MRMSrcReg, (outs GR8:$dst1, GR8:$dst2), 858 def XCHG16rr : I<0x87, MRMSrcReg, (outs GR16:$dst1, GR16:$dst2), 862 def XCHG32rr : I<0x87, MRMSrcReg, (outs GR32:$dst1, GR32:$dst2), 866 def XCHG64rr : RI<0x87, MRMSrcReg, (outs GR64:$dst1, GR64:$dst2), 885 let hasSideEffects = 0, Constraints = "$src1 = $dst1, $src2 = $dst2", 887 def XADD8rr : I<0xC0, MRMDestReg, (outs GR8:$dst1, GR8:$dst2), 890 def XADD16rr : I<0xC1, MRMDestReg, (outs GR16:$dst1, GR16:$dst2), 893 def XADD32rr : I<0xC1, MRMDestReg, (outs GR32:$dst1, GR32:$dst2), 896 def XADD64rr : RI<0xC1, MRMDestReg, (outs GR64:$dst1, GR64:$dst2),
|
H A D | X86InstrArithmetic.td | 1402 defvar mulx_args = "{$src, $dst2, $dst1|$dst1, $dst2, $src}"; 1410 def rr : ITy<0xF6, MRMSrcReg, t, (outs t.RegClass:$dst1, t.RegClass:$dst2), 1414 def rm : ITy<0xF6, MRMSrcMem, t, (outs t.RegClass:$dst1, t.RegClass:$dst2), 1420 (outs t.RegClass:$dst1, t.RegClass:$dst2), 1425 (outs t.RegClass:$dst1, t.RegClass:$dst2),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 883 : NLdSt<0, 0b10, op11_8, op7_4, (outs DPR:$Vd, DPR:$dst2, DPR:$dst3), 885 "vld3", Dt, "\\{$Vd, $dst2, $dst3\\}, $Rn", "", []>, Sched<[WriteVLD3]> { 902 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, GPR:$wb), 904 "vld3", Dt, "\\{$Vd, $dst2, $dst3\\}, $Rn$Rm", 942 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4), 944 "vld4", Dt, "\\{$Vd, $dst2, $dst3, $dst4\\}, $Rn", "", []>, 962 (outs DPR:$Vd, DPR:$dst2, DPR:$dst3, DPR:$dst4, GPR:$wb), 964 "vld4", Dt, "\\{$Vd, $dst2, $dst3, $dst4\\}, $Rn$Rm", 1144 : NLdStLn<1, 0b10, op11_8, op7_4, (outs DPR:$Vd, DPR:$dst2), 1146 IIC_VLD2ln, "vld2", Dt, "\\{$Vd[$lane], $dst2[$lane]\\}, $Rn", [all …]
|
H A D | ARMInstrVFP.td | 1332 (outs SPR:$dst1, SPR:$dst2), (ins GPR:$src1, GPR:$src2), 1333 IIC_fpMOVID, "vmov", "\t$dst1, $dst2, $src1, $src2",
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoD.td | 494 : Pseudo<(outs GPR:$dst1, GPR:$dst2), (ins FPR64:$src), 495 [(set GPR:$dst1, GPR:$dst2, (RISCVSplitF64 FPR64:$src))]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCondMov.td | 303 PseudoSE<(outs RC:$dst1, RC:$dst2),
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 476 static int ds_compare_addr(const void *dst1, const void *dst2) in ds_compare_addr() argument 482 sa2 = (const struct sockaddr *) dst2; in ds_compare_addr() 486 return memcmp(dst1, dst2, len); in ds_compare_addr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo.td | 1544 def PseudoTLSLA32 : CSKYPseudo<(outs GPR:$dst1, GPR:$dst2), 1545 (ins constpool_symbol:$src, i32imm:$label), "!tlslrw32\t$dst1, $dst2, $src, $label", []>;
|