Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libsm/
Dt-strl.c31 char src1[N][SIZE], dst1[SIZE], dst2[SIZE]; variable
95 one = sm_strlcpyn(dst1, sizeof dst1, 3, src1[0], "/", src1[1]);
98 SM_TEST(strcmp(dst1, dst2) == 0);
99 one = sm_strlcpyn(dst1, 10, 3, src1[0], "/", src1[1]);
102 SM_TEST(strcmp(dst1, dst2) == 0);
103 one = sm_strlcpyn(dst1, 5, 3, src1[0], "/", src1[1]);
106 SM_TEST(strcmp(dst1, dst2) == 0);
107 one = sm_strlcpyn(dst1, 0, 3, src1[0], "/", src1[1]);
110 SM_TEST(strcmp(dst1, dst2) == 0);
111 one = sm_strlcpyn(dst1, sizeof dst1, 5, src1[0], "/", src1[1], "/", src1[2]);
[all …]
/freebsd-12-stable/lib/libc/net/
Dname6.c948 const struct hp_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local
954 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
958 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && in comp_dst()
964 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
968 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
974 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
976 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
980 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
991 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
992 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
[all …]
Dgetaddrinfo.c965 const struct ai_order *dst1 = arg1, *dst2 = arg2; in comp_dst() local
971 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
975 if (dst1->aio_srcsa.sa_family == AF_UNSPEC && in comp_dst()
981 if (dst1->aio_dstscope == dst1->aio_srcscope && in comp_dst()
985 if (dst1->aio_dstscope != dst1->aio_srcscope && in comp_dst()
991 if (dst1->aio_srcsa.sa_family != AF_UNSPEC && in comp_dst()
993 if (!(dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
997 if ((dst1->aio_srcflag & AIO_SRCFLAG_DEPRECATED) && in comp_dst()
1008 if (dst1->aio_srcpolicy && dst1->aio_dstpolicy && in comp_dst()
1009 dst1->aio_srcpolicy->pc_policy.label == in comp_dst()
[all …]
/freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/
Ddmmisc.c61 unsigned char *dst1 = (unsigned char *)dst; in dm_memcpy() local
65 dst1[x] = src1[x]; in dm_memcpy()
/freebsd-12-stable/libexec/rbootd/
Drmpproto.c293 char *src, *dst1, *dst2; in SendBootRepl() local
321 dst1 = filepath; in SendBootRepl()
324 *dst1++ = *dst2++ = *src++; in SendBootRepl()
325 *dst1 = '\0'; in SendBootRepl()
/freebsd-12-stable/tests/sys/cddl/zfs/tests/rsend/
Drsend.kshlib159 $ZFS list -r -H -t filesystem,snapshot,volume -o name $dst_fs > $BACKDIR/dst1
162 eval $SED -e 's:^$dst_fs:PREFIX:g' < $BACKDIR/dst1 > $BACKDIR/dst
167 $RM -f $BACKDIR/src $BACKDIR/dst $BACKDIR/src1 $BACKDIR/dst1
/freebsd-12-stable/sys/dev/ioat/
Dioat.h205 bus_addr_t dst1, bus_addr_t dst2, bus_addr_t src1, bus_addr_t src2,
Dioat.c1235 ioat_copy_8k_aligned(bus_dmaengine_t dmaengine, bus_addr_t dst1, in ioat_copy_8k_aligned() argument
1249 KASSERT(((src1 | src2 | dst1 | dst2) & PAGE_MASK) == 0, in ioat_copy_8k_aligned()
1282 dst1_len = (dst2 != dst1 + PAGE_SIZE) ? PAGE_SIZE : 2 * PAGE_SIZE; in ioat_copy_8k_aligned()
1285 desc->dst_dmamap, dst1, dst1_len, 0, &seg, &nseg); in ioat_copy_8k_aligned()
/freebsd-12-stable/sys/cam/scsi/
Dscsi_ch.c928 u_int16_t src, dst1, dst2; in chexchange() local
958 dst1 = softc->sc_firsts[ce->ce_fdsttype] + ce->ce_fdstunit; in chexchange()
969 /* dst1 */ dst1, in chexchange()
1777 u_int32_t dst1, u_int32_t dst2, int invert1, in scsi_exchange_medium() argument
1789 scsi_ulto2b(dst1, scsi_cmd->fdst); in scsi_exchange_medium()
Dscsi_ch.h482 u_int32_t dst1, u_int32_t dst2, int invert1,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td2395 (outs regclass:$dst1, regclass:$dst2),
2399 "\t{{$dst1, $dst2}}, [$addr];", []>;
2401 (outs regclass:$dst1, regclass:$dst2),
2405 "\t{{$dst1, $dst2}}, [$addr];", []>;
2407 (outs regclass:$dst1, regclass:$dst2),
2411 "\t{{$dst1, $dst2}}, [$addr];", []>;
2413 (outs regclass:$dst1, regclass:$dst2),
2417 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
2419 (outs regclass:$dst1, regclass:$dst2),
2423 "\t{{$dst1, $dst2}}, [$addr+$offset];", []>;
[all …]
DNVPTXIntrinsics.td1929 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
1932 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
1935 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
1938 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
1941 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2),
1947 def _areg32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
1950 def _areg64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
1953 def _ari32: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
1956 def _ari64: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
1959 def _avar: NVPTXInst<(outs regclass:$dst1, regclass:$dst2, regclass:$dst3,
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreInstrInfo.td511 def LADD_l5r : _FL5R<0b000001, (outs GRRegs:$dst1, GRRegs:$dst2),
513 "ladd $dst2, $dst1, $src1, $src2, $src3",
516 def LSUB_l5r : _FL5R<0b000010, (outs GRRegs:$dst1, GRRegs:$dst2),
518 "lsub $dst2, $dst1, $src1, $src2, $src3", []>;
520 def LDIVU_l5r : _FL5R<0b000000, (outs GRRegs:$dst1, GRRegs:$dst2),
522 "ldivu $dst1, $dst2, $src3, $src1, $src2", []>;
527 0b00000, (outs GRRegs:$dst1, GRRegs:$dst2),
529 "lmul $dst1, $dst2, $src1, $src2, $src3, $src4", []>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoD.td320 : Pseudo<(outs GPR:$dst1, GPR:$dst2), (ins FPR64:$src),
321 [(set GPR:$dst1, GPR:$dst2, (RISCVSplitF64 FPR64:$src))]>;
/freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/
Dsahw.c2999 bit32 *dst1; in siPciCpyMem() local
3001 dst1 = (bit32 *)dst; in siPciCpyMem()
3005 for (i= 0; i < DWcount; i+=4,dst1++) in siPciCpyMem()
3012 *dst1 = BIT32_TO_LEBIT32(val); in siPciCpyMem()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DR600Instructions.td383 (outs R600_TReg32_X:$dst0, R600_TReg32_Y:$dst1),
385 "INTERP_PAIR_XY $src0 $src1 $src2 : $dst0 dst1",
389 (outs R600_TReg32_Z:$dst0, R600_TReg32_W:$dst1),
391 "INTERP_PAIR_ZW $src0 $src1 $src2 : $dst0 dst1",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrArithmetic.td1498 def rr : I<0xF6, MRMSrcReg, (outs RC:$dst1, RC:$dst2), (ins RC:$src),
1499 !strconcat(mnemonic, "\t{$src, $dst2, $dst1|$dst1, $dst2, $src}"),
1503 def rm : I<0xF6, MRMSrcMem, (outs RC:$dst1, RC:$dst2), (ins x86memop:$src),
1504 !strconcat(mnemonic, "\t{$src, $dst2, $dst1|$dst1, $dst2, $src}"),
DX86InstrInfo.td2123 let Constraints = "$src1 = $dst1, $src2 = $dst2", hasSideEffects = 0 in {
2124 def XCHG8rr : I<0x86, MRMSrcReg, (outs GR8:$dst1, GR8:$dst2),
2127 def XCHG16rr : I<0x87, MRMSrcReg, (outs GR16:$dst1, GR16:$dst2),
2131 def XCHG32rr : I<0x87, MRMSrcReg, (outs GR32:$dst1, GR32:$dst2),
2135 def XCHG64rr : RI<0x87, MRMSrcReg, (outs GR64:$dst1, GR64:$dst2),
2154 let hasSideEffects = 0, Constraints = "$src1 = $dst1, $src2 = $dst2",
2156 def XADD8rr : I<0xC0, MRMDestReg, (outs GR8:$dst1, GR8:$dst2),
2159 def XADD16rr : I<0xC1, MRMDestReg, (outs GR16:$dst1, GR16:$dst2),
2162 def XADD32rr : I<0xC1, MRMDestReg, (outs GR32:$dst1, GR32:$dst2),
2165 def XADD64rr : RI<0xC1, MRMDestReg, (outs GR64:$dst1, GR64:$dst2),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsCondMov.td303 PseudoSE<(outs RC:$dst1, RC:$dst2),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMInstrVFP.td1296 (outs SPR:$dst1, SPR:$dst2), (ins GPR:$src1, GPR:$src2),
1297 IIC_fpMOVID, "vmov", "\t$dst1, $dst2, $src1, $src2",
1302 bits<5> dst1;
1307 let Inst{3-0} = dst1{4-1};
1308 let Inst{5} = dst1{0};
/freebsd-12-stable/contrib/ofed/librdmacm/
Drsocket.c476 static int ds_compare_addr(const void *dst1, const void *dst2) in ds_compare_addr() argument
481 sa1 = (const struct sockaddr *) dst1; in ds_compare_addr()
486 return memcmp(dst1, dst2, len); in ds_compare_addr()