Searched refs:DD (Results 1 - 25 of 179) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp33 DelayedDiagnostic DD; local
34 DD.Kind = Availability;
35 DD.Triggered = false;
36 DD.Loc = Locs.front();
37 DD.AvailabilityData.ReferringDecl = ReferringDecl;
38 DD.AvailabilityData.OffendingDecl = OffendingDecl;
39 DD.AvailabilityData.UnknownObjCClass = UnknownObjCClass;
40 DD.AvailabilityData.ObjCProperty = ObjCProperty;
46 DD.AvailabilityData.Message = MessageData;
47 DD
[all...]
/freebsd-13-stable/tests/sys/cddl/zfs/tests/devices/
H A Ddevices_003_pos.ksh61 log_mustnot $DD if=/dev/urandom of=/dev/zfs count=1024
H A Ddevices_001_pos.ksh75 log_must $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
77 log_must $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
H A Ddevices_002_neg.ksh75 log_mustnot $DD if=$TESTDIR/$TESTFILE1 of=$TESTDIR/$TESTFILE1.out count=1
77 log_mustnot $DD if=$TESTDIR/$TESTFILE2 of=$TESTDIR/$TESTFILE2.out count=1
/freebsd-13-stable/tests/sys/cddl/zfs/tests/migration/
H A Dmigration_007_pos.ksh73 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd${TESTCASE_ID}.dd"
76 migrate $TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
H A Dmigration_008_pos.ksh73 prepare $DNAME "$DD if=$BNAME obs=128k of=$TESTDIR/dd${TESTCASE_ID}.dd"
76 migrate $NONZFS_TESTDIR $SUMA $SUMB "$DD if=$TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
H A Dmigration_009_pos.ksh73 prepare $DNAME "$DD if=$BNAME obs=128k of=$NONZFS_TESTDIR/dd${TESTCASE_ID}.dd"
76 migrate $TESTDIR $SUMA $SUMB "$DD if=$NONZFS_TESTDIR/dd${TESTCASE_ID}.dd obs=128k of=$BNAME"
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c6 #include "DD.h"
29 DD real = {.ld = __gcc_qsub(ac, bd)};
30 DD imag = {.ld = __gcc_qadd(ad, bc)};
35 DD aDD = {.ld = a};
36 DD bDD = {.ld = b};
37 DD cDD = {.ld = c};
38 DD dDD = {.ld = d};
57 DD acDD = {.ld = ac};
58 DD bdDD = {.ld = bd};
59 DD adD
[all...]
H A Dfloatditf.c8 #include "DD.h"
27 DD result;
H A Dfloatunditf.c8 #include "DD.h"
33 DD result;
/freebsd-13-stable/lib/libc/tests/gen/posix_spawn/
H A DMakefile25 DD=dd ${DD_NOSTATUS} macro
27 ${DD} if=/dev/zero of=h_zero bs=1k count=2
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp35 struct DD : public DDetector { struct in namespace:__sanitizer
40 explicit DD(const DDFlags *flags);
63 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
64 return new(mem) DD(flags);
67 DD::DD(const DDFlags *flags) function in class:__sanitizer::DD
72 DDPhysicalThread* DD::CreatePhysicalThread() {
76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
87 void DD
[all...]
H A Dsanitizer_deadlock_detector2.cpp83 struct DD : public DDetector { struct in namespace:__sanitizer
84 explicit DD(const DDFlags *flags);
118 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
119 return new(mem) DD(flags);
122 DD::DD(const DDFlags *flags) : flags(*flags) { free_id.reserve(1024); } function in class:__sanitizer::DD
124 DDPhysicalThread* DD::CreatePhysicalThread() {
130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
143 void DD
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h151 DelayedDiagnostic DD; local
152 DD.Kind = Access;
153 DD.Triggered = false;
154 DD.Loc = Loc;
155 new (&DD.getAccessData()) AccessedEntity(Entity);
156 return DD;
163 DelayedDiagnostic DD; local
164 DD.Kind = ForbiddenType;
165 DD.Triggered = false;
166 DD
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h50 DependentDiagnostic *DD = Create(Context, Parent, PDiag); local
51 DD->AccessData.Loc = Loc.getRawEncoding();
52 DD->AccessData.IsMember = IsMemberAccess;
53 DD->AccessData.Access = AS;
54 DD->AccessData.TargetDecl = TargetDecl;
55 DD->AccessData.NamingClass = NamingClass;
56 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr();
57 return DD;
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_002_pos.ksh64 pkill ${DD##*/}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/
H A Dsetup.ksh46 log_must eval "$DD if=$IF of=$OF bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_006_pos.ksh72 log_must eval "$DD if=$DATA of=$VOL_R_PATH bs=$BS count=$CNT >/dev/null 2>&1"
84 log_must eval "$DD if=$input of=$VOLDATA bs=$BS count=$CNT >/dev/null 2>&1"
H A Dzfs_rename_007_pos.ksh100 log_must $DD if=/dev/random of=$SRC_FILE bs=$BS count=$CNT
141 log_must $DD if=$SRC_FILE of=$obj bs=$BS count=$CNT
153 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
156 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
166 log_must $DD if=$obj of=$DST_FILE bs=$BS count=$CNT
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_rollback/
H A Dzfs_rollback_002_pos.ksh78 $PKILL ${DD##*/}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd.kshlib72 log_must $DD if=/dev/zero of=$file bs=1024k count=64
76 log_must $DD if=/dev/urandom of=$vdev bs=1024k count=64 conv=notrunc
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCXXABI.h64 TypedefNameDecl *DD) = 0;
70 DeclaratorDecl *DD) = 0;
H A DMicrosoftCXXABI.cpp107 TypedefNameDecl *DD) override {
109 DD = DD->getCanonicalDecl();
112 I = DD;
121 DeclaratorDecl *DD) override {
123 DD = cast<DeclaratorDecl>(DD->getCanonicalDecl());
126 I = DD;
/freebsd-13-stable/stand/powerpc/boot1.chrp/
H A DMakefile40 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
41 ${DD} if=${.CURDIR}/bootinfo.txt of=${.TARGET} seek=${BOOTINFO_OFFSET} \
/freebsd-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh40 $TIMEOUT 60s $DD if=/dev/zero of=/$TESTPOOL/zerofile bs=128k

Completed in 232 milliseconds

12345678