Searched refs:DAT (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/
H A DMakefile.am19 i386.migratedpool.DAT.Z \
21 sparc.migratedpool.DAT.Z \
H A Dhistory_007_pos.ksh75 log_must cp $tst_dir/${arch}.migratedpool.DAT.Z $import_dir
76 log_must uncompress -f $import_dir/${arch}.migratedpool.DAT.Z
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl37 @DAT=("A6", "A7", "B6", "B7", "A8", "A9", "B8", "B9",
40 # yes, overlaps with @DAT, used only in 2x interleave code path...
401 || LDNDW *${INP}++[8],@DAT[1]:@DAT[0]
406 || LDNDW *${INP}[-7],@DAT[3]:@DAT[2]
411 || LDNDW *${INP}[-6],@DAT[5]:@DAT[4]
416 || LDNDW *${INP}[-5],@DAT[7]:@DAT[
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A DMakefile20 ${PACKAGE}FILES+= sparc.migratedpool.DAT.Z
27 ${PACKAGE}FILES+= i386.migratedpool.DAT.Z
H A Dhistory_007_pos.ksh93 log_must $CP $tst_dir/${arch}.migratedpool.DAT.Z $import_dir
94 log_must $UNCOMPRESS $import_dir/${arch}.migratedpool.DAT.Z
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbnireg.h44 DAT = 2 enumerator in enum:sbni_reg
H A Dif_sbni.c159 sc->io_off + DAT, to, len);
168 sc->io_off + DAT, from, len);
572 sbni_outb(sc, DAT, 0);
775 sbni_outb(sc, DAT, SBNI_SIG);
778 sbni_outb(sc, DAT, value);
781 sbni_outb(sc, DAT, value);
784 sbni_outb(sc, DAT, sc->tx_frameno);
786 sbni_outb(sc, DAT, 0);
800 crc = CRC32(sbni_inb(sc, DAT), crc);
813 if (sbni_inb(sc, DAT) !
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp760 ArrayType *DAT = cast<ArrayType>(DGV->getValueType()); local
762 TypeMap.addTypeMapping(DAT->getElementType(), SAT->getElementType());

Completed in 193 milliseconds