/external/ImageMagick/PerlMagick/t/x11/ |
D | congrats.miff | 17 …DD�����DD�ww�������������������������������������������DD�����""�UU���������������…
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | gradient.miff | 14 …k>��k>��k>��k>��k>��k>��k>���DD��DD��DD��DD��DD��DD��DD��DD��DD��…
|
/external/llvm-project/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 33 DelayedDiagnostic DD; in makeAvailability() local 34 DD.Kind = Availability; in makeAvailability() 35 DD.Triggered = false; in makeAvailability() 36 DD.Loc = Locs.front(); in makeAvailability() 37 DD.AvailabilityData.ReferringDecl = ReferringDecl; in makeAvailability() 38 DD.AvailabilityData.OffendingDecl = OffendingDecl; in makeAvailability() 39 DD.AvailabilityData.UnknownObjCClass = UnknownObjCClass; in makeAvailability() 40 DD.AvailabilityData.ObjCProperty = ObjCProperty; in makeAvailability() 46 DD.AvailabilityData.Message = MessageData; in makeAvailability() 47 DD.AvailabilityData.MessageLen = Msg.size(); in makeAvailability() [all …]
|
/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 30 DelayedDiagnostic DD; in makeAvailability() local 33 DD.Kind = Deprecation; in makeAvailability() 36 DD.Kind = Unavailable; in makeAvailability() 41 DD.Triggered = false; in makeAvailability() 42 DD.Loc = Loc; in makeAvailability() 43 DD.DeprecationData.Decl = D; in makeAvailability() 44 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass; in makeAvailability() 45 DD.DeprecationData.ObjCProperty = ObjCProperty; in makeAvailability() 52 DD.DeprecationData.Message = MessageData; in makeAvailability() 53 DD.DeprecationData.MessageLen = Msg.size(); in makeAvailability() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/composite/ |
D | CopyBlue.miff | 15 …DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD4DD.DD9DD;DD=DD<DD6DD5DD4DD2DD1DD2DD1DD…
|
D | CopyRed.miff | 15 …DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DDDDpDDqDDqDDoDDjDDhDDqDDmDD…
|
D | CopyGreen.miff | 15 …DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DD�DDEDD9DD<DD:DD@DDBDD@DD?DD?DD<DD:DD6DD5DD…
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 36 struct DD : public DDetector { struct 41 explicit DD(const DDFlags *flags); 64 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create() 65 return new(mem) DD(flags); in Create() 68 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD 73 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 77 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 80 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() 88 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 93 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() [all …]
|
D | sanitizer_deadlock_detector2.cc | 84 struct DD : public DDetector { struct 85 explicit DD(const DDFlags *flags); 119 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create() 120 return new(mem) DD(flags); in Create() 123 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD 129 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() 148 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 153 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() [all …]
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cpp | 35 struct DD final : public DDetector { struct 40 explicit DD(const DDFlags *flags); 63 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create() 64 return new(mem) DD(flags); in Create() 67 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD 72 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 76 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 79 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() 87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() [all …]
|
D | sanitizer_deadlock_detector2.cpp | 83 struct DD final : public DDetector { struct 84 explicit DD(const DDFlags *flags); 118 void *mem = MmapOrDie(sizeof(DD), "deadlock detector"); in Create() 119 return new(mem) DD(flags); in Create() 122 DD::DD(const DDFlags *flags) : flags(*flags) { free_id.reserve(1024); } in DD() function in __sanitizer::DD 124 DDPhysicalThread* DD::CreatePhysicalThread() { in CreatePhysicalThread() 130 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) { in DestroyPhysicalThread() 135 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) { in CreateLogicalThread() 143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 148 void DD::MutexInit(DDCallback *cb, DDMutex *m) { in MutexInit() [all …]
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 136 DelayedDiagnostic DD; in makeAccess() local 137 DD.Kind = Access; in makeAccess() 138 DD.Triggered = false; in makeAccess() 139 DD.Loc = Loc; in makeAccess() 140 new (&DD.getAccessData()) AccessedEntity(Entity); in makeAccess() 141 return DD; in makeAccess() 148 DelayedDiagnostic DD; in makeForbiddenType() local 149 DD.Kind = ForbiddenType; in makeForbiddenType() 150 DD.Triggered = false; in makeForbiddenType() 151 DD.Loc = loc; in makeForbiddenType() [all …]
|
/external/compiler-rt/lib/builtins/ppc/ |
D | multc3.c | 28 DD real = { .ld = __gcc_qsub(ac,bd) }; in __multc3() 29 DD imag = { .ld = __gcc_qadd(ad,bc) }; in __multc3() 35 DD aDD = { .ld = a }; in __multc3() 36 DD bDD = { .ld = b }; in __multc3() 37 DD cDD = { .ld = c }; in __multc3() 38 DD dDD = { .ld = d }; in __multc3() 60 DD acDD = { .ld = ac }; in __multc3() 61 DD bdDD = { .ld = bd }; in __multc3() 62 DD adDD = { .ld = ad }; in __multc3() 63 DD bcDD = { .ld = bc }; in __multc3()
|
/external/llvm-project/compiler-rt/lib/builtins/ppc/ |
D | multc3.c | 29 DD real = {.ld = __gcc_qsub(ac, bd)}; in __multc3() 30 DD imag = {.ld = __gcc_qadd(ad, bc)}; in __multc3() 35 DD aDD = {.ld = a}; in __multc3() 36 DD bDD = {.ld = b}; in __multc3() 37 DD cDD = {.ld = c}; in __multc3() 38 DD dDD = {.ld = d}; in __multc3() 57 DD acDD = {.ld = ac}; in __multc3() 58 DD bdDD = {.ld = bd}; in __multc3() 59 DD adDD = {.ld = ad}; in __multc3() 60 DD bcDD = {.ld = bc}; in __multc3()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 146 DelayedDiagnostic DD; in makeAccess() local 147 DD.Kind = Access; in makeAccess() 148 DD.Triggered = false; in makeAccess() 149 DD.Loc = Loc; in makeAccess() 150 new (&DD.getAccessData()) AccessedEntity(Entity); in makeAccess() 151 return DD; in makeAccess() 158 DelayedDiagnostic DD; in makeForbiddenType() local 159 DD.Kind = ForbiddenType; in makeForbiddenType() 160 DD.Triggered = false; in makeForbiddenType() 161 DD.Loc = loc; in makeForbiddenType() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 81 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress() 85 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress() 87 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress() 89 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress() 98 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress() 231 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 253 if (!DD->useSplitDwarf()) { in addLocationAttribute() 265 DD->getAddressPool().getIndex(Sym, /* TLS */ true)); in addLocationAttribute() 269 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in addLocationAttribute() 273 DD->addArangeLabel(SymbolCU(this, Sym)); in addLocationAttribute() [all …]
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | apint-bigint2.ll | 12 %DD = or i101 %D, 1 13 %E = trunc i101 %DD to i32 22 ; CHECK-NEXT: %DD = or i101 %D, 1 23 …telementptr i101, i101* getelementptr inbounds ([6 x i101], [6 x i101]* @Y, i32 0, i32 5), i101 %DD 30 %DD = or i101 %D, 1 32 %G = getelementptr i101, i101* %F, i101 %DD 39 ; CHECK-NEXT: %DD = or i101 %D, 1 40 …telementptr i101, i101* getelementptr inbounds ([6 x i101], [6 x i101]* @Y, i32 0, i32 5), i101 %DD 46 %DD = or i101 %D, 1 48 %G = getelementptr i101, i101* %F, i101 %DD
|
/external/ImageMagick/PerlMagick/t/reference/jng/ |
D | read_prog_jdaa.miff | 14 …DD;;��??66��AA33��::,,��FF00��FF00��II11��AA))��CC++��AA))��??((��@@))��;;&&��==((��FF00��QQ;;vvOO… 16 …DD>>��<<;;��AA@@��DDFF��HHJJ��JJII��GGFF��OOGG��LLDD��CC77��11%%��<<11��:://��::--��88++��88))��88…
|
D | read_idat.miff | 14 …DD;;��??66��AA33��::,,��FF00��FF00��II11��AA))��CC++��AA))��??((��@@))��;;&&��==((��FF00��QQ;;vvOO… 16 …DD>>��<<;;��AA@@��DDFF��HHJJ��JJII��GGFF��OOGG��LLDD��CC77��11%%��<<11��:://��::--��88++��88))��88…
|
D | read_prog_idat.miff | 14 …DD;;��??66��AA33��::,,��FF00��FF00��II11��AA))��CC++��AA))��??((��@@))��;;&&��==((��FF00��QQ;;vvOO… 16 …DD>>��<<;;��AA@@��DDFF��HHJJ��JJII��GGFF��OOGG��LLDD��CC77��11%%��<<11��:://��::--��88++��88))��88…
|
D | read_jdaa.miff | 14 …DD;;��??66��AA33��::,,��FF00��FF00��II11��AA))��CC++��AA))��??((��@@))��;;&&��==((��FF00��QQ;;vvOO… 16 …DD>>��<<;;��AA@@��DDFF��HHJJ��JJII��GGFF��OOGG��LLDD��CC77��11%%��<<11��:://��::--��88++��88))��88…
|
D | read_prog.miff | 14 …DD;;��??66��AA33��::,,��FF00��FF00��II11��AA))��CC++��AA))��??((��@@))��;;&&��==((��FF00��QQ;;vvOO… 16 …DD>>��<<;;��AA@@��DDFF��HHJJ��JJII��GGFF��OOGG��LLDD��CC77��11%%��<<11��:://��::--��88++��88))��88…
|
D | idat_tmp.miff | 11 …DD//MM��HH22RR��GG//\\��AA))gg��BB++mm��@@))nn��??((mm��@@))ll��>>&&jj��@@((ff��JJ00NN��WWDDDD~~MM… 13 ��88??��88HH��??VV��EEbb��GGkk��IIrr��NNww��RRxx��dd����OOcc99��==DD��vv??<<����z… 19 …DD@@--��IIFF''��LLPP��OOYY��RRaa��VVjj��XXmm��\\oo��XXff��cckk��ppuu��ZZZZ**�ݫ��… 21 …DD��JJMM��RRPP��CC@@##��8800II��<<2299��??66..��::1199��11**BB��**##AA��,,&&>>��22++++��7700… 23 ��$$..��**00��4466��::77��CC>>��DD>>��9922��DD?? ��LLGG��FFBB&&��::66""��44//**��3… 29 …GCC��7722**��%%GG��66//33��JJCC��FF@@((��881144��44..==��**##XX��--%%SS��DD::,,��<<00!!��;;00 31 …XOORR��]]JJ``����]]{{����tt������~~��LL��}}�� ��____��UU]]��FFNN��@@DD$$��887788��..++VV��5… 35 ��::??��55::��0055!!��77>> ��??DD&&��44::##��003355��<<==--��GGCC++��MMEE55��QQGG��LL>>%%��E…
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 70 if ((!DD->useSplitDwarf() || !Skeleton) && DD->getDwarfVersion() < 5) in addLabelAddress() 74 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress() 76 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress() 78 DD->getDwarfVersion() >= 5 ? dwarf::DW_FORM_addrx in addLabelAddress() 87 DD->addArangeLabel(SymbolCU(this, Label)); in addLocalLabelAddress() 108 0, File->getDirectory(), File->getFilename(), DD->getMD5AsBytes(File), in getOrCreateSourceID() 222 if (Asm->TM.getTargetTriple().isNVPTX() && DD->tuneForGDB()) { in addLocationAttribute() 244 if (!DD->useSplitDwarf()) { in addLocationAttribute() 258 DD->getAddressPool().getIndex(Sym, /* TLS */ true)); in addLocationAttribute() 262 DD->useGNUTLSOpcode() ? dwarf::DW_OP_GNU_push_tls_address in addLocationAttribute() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/jng/ |
D | write_idat.miff | 12 …DD//MM��HH22RR��GG//\\��AA))gg��BB++mm��@@))nn��??((mm��@@))ll��>>&&jj��@@((ff��JJ00NN��WWDDDD~~MM… 14 ��88??��88HH��??VV��EEbb��GGkk��IIrr��NNww��RRxx��dd����OOcc99��==DD��vv??<<����z… 20 …DD@@--��IIFF''��LLPP��OOYY��RRaa��VVjj��XXmm��\\oo��XXff��cckk��ppuu��ZZZZ**�ݫ��… 22 …DD��JJMM��RRPP��CC@@##��8800II��<<2299��??66..��::1199��11**BB��**##AA��,,&&>>��22++++��7700… 24 ��$$..��**00��4466��::77��CC>>��DD>>��9922��DD?? ��LLGG��FFBB&&��::66""��44//**��3… 30 …GCC��7722**��%%GG��66//33��JJCC��FF@@((��881144��44..==��**##XX��--%%SS��DD::,,��<<00!!��;;00 32 …XOORR��]]JJ``����]]{{����tt������~~��LL��}}�� ��____��UU]]��FFNN��@@DD$$��887788��..++VV��5… 36 ��::??��55::��0055!!��77>> ��??DD&&��44::##��003355��<<==--��GGCC++��MMEE55��QQGG��LL>>%%��E…
|