Searched refs:DD (Results 26 - 50 of 200) sorted by relevance

12345678

/external/compiler-rt/lib/builtins/ppc/
H A Dfixunstfdi.c8 #include "DD.h"
12 const DD x = { .ld = input };
H A Dgcc_qdiv.c10 #include "DD.h"
15 DD dst = { .ld = a }, src = { .ld = b };
H A Dgcc_qmul.c10 #include "DD.h"
15 DD dst = { .ld = x }, src = { .ld = y };
H A Dfixtfdi.c9 #include "DD.h"
14 const DD x = { .ld = input };
H A Dgcc_qadd.c10 #include "DD.h"
16 DD dst = { .ld = x }, src = { .ld = y };
H A Dgcc_qsub.c10 #include "DD.h"
16 DD dst = { .ld = x }, src = { .ld = y };
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/aes/
H A Dvpaes-x86_64.asm1052 DD 0a548f3fch
1065 DD 0a548f3fch
1098 DD imagerel $L$SEH_begin_vpaes_set_encrypt_key
1099 DD imagerel $L$SEH_end_vpaes_set_encrypt_key
1100 DD imagerel $L$SEH_info_vpaes_set_encrypt_key
1102 DD imagerel $L$SEH_begin_vpaes_set_decrypt_key
1103 DD imagerel $L$SEH_end_vpaes_set_decrypt_key
1104 DD imagerel $L$SEH_info_vpaes_set_decrypt_key
1106 DD imagerel $L$SEH_begin_vpaes_encrypt
1107 DD imagere
[all...]
H A Daesni-x86_64.asm2643 DD 09066A4F3h
2647 DD 09066AAF3h
3113 DD 09066A4F3h
3368 DD 6,6,6,0
3370 DD 1,0,0,0
3372 DD 087h,0,1,0
3436 DD 0a548f3fch
3478 DD 0a548f3fch
3514 DD 0a548f3fch
3536 DD
[all...]
/external/qemu/android/
H A Dadb-qemud.c29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__) macro
342 DD("ADB debugging client %p is disconnected from the guest.", adb_dbg_client);
359 DD("Connecting ADB debugging guest: '%s'",
365 DD("Unable to create QEMUD client for ADB debugging guest.");
402 DD("Registered '%s' qemud service", DEBUG_SERVICE_NAME);
H A Dhw-pipe-net.c42 # define DD(...) printf(__VA_ARGS__), printf("\n") macro
46 # define DD(...) ((void)0) macro
379 DD("%s: flags=%d", __FUNCTION__, flags);
/external/clang/lib/CodeGen/
H A DCGCXX.cpp344 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD))
345 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD);
354 const CXXDestructorDecl *DD,
357 const auto *MD = cast<CXXMethodDecl>(DD);
364 CGM.getTypes().arrangeCXXDestructor(DD, Dtor_Complete);
366 return ::BuildAppleKextVirtualCall(*this, GlobalDecl(DD, Type), Ty, RD);
353 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp51 void DwarfFile::emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym) { argument
66 DD->emitDIE(Die);
H A DDIE.cpp378 const DwarfDebug *DD = AP->getDwarfDebug(); local
380 assert(!DD->useSplitDwarf() && "TODO: dwo files can't have relocations.");
384 DwarfCompileUnit *CU = DD->lookupUnit(Entry.getUnit());
403 const DwarfDebug *DD = AP->getDwarfDebug(); local
404 assert(DD && "Expected Dwarf Debug info to be available");
405 if (DD->getDwarfVersion() == 2)
553 DwarfDebug *DD = AP->getDwarfDebug(); local
554 MCSymbol *Label = DD->getDebugLocEntries()[Index].Label;
556 if (AP->MAI->doesDwarfUseRelocationsAcrossSections() && !DD->useSplitDwarf())
557 AP->EmitSectionOffset(Label, DD
[all...]
H A DDwarfUnit.cpp47 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr),
149 return DD->getDIE(D);
158 DD->insertDIE(Desc, D);
166 if (DD->getDwarfVersion() >= 4)
210 if (!DD->useSplitDwarf())
247 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset
268 if (DD->getDwarfVersion() >= 4)
278 if (DD->getDwarfVersion() >= 4)
290 if (!DD->useSplitDwarf())
294 DD
[all...]
H A DDwarfFile.h70 void emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym);
H A DDwarfDebug.h77 DwarfDebug *DD; member in class:llvm::DbgVariable
81 DbgVariable(DIVariable V, DwarfDebug *DD) argument
83 FrameIndex(~0), DD(DD) {}
87 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD) argument
89 DotDebugLocOffset(~0U), MInsn(DbgValue), FrameIndex(~0), DD(DD) {}
/external/qemu/hw/android/goldfish/
H A Dpipe.c31 # define DD(...) fprintf(stderr, __VA_ARGS__), fprintf(stderr, "\n") macro
33 # define DD(...) (void)0 macro
360 DD("%s: channel=0x%llx numBuffers=%d", __FUNCTION__,
367 DD("%s: buffer data (%3d bytes): '%.*s'", __FUNCTION__,
829 DD("%s: sendExpiration=%lld recvExpiration=%lld\n", __FUNCTION__, pipe->sendExpiration, pipe->recvExpiration);
842 DD("%s: Arming for %lld\n", __FUNCTION__, minExpiration);
853 DD("%s: TICK! now=%lld sendExpiration=%lld recvExpiration=%lld\n",
869 DD("%s: WAKE %d\n", __FUNCTION__, flags);
992 DD("%s: CMD_OPEN channel=0x%llx", __FUNCTION__, (unsigned long long)dev->channel);
1004 DD("
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/bn/
H A Drsaz-x86_64.asm1248 DD 0a548f3fch
1281 DD imagerel $L$SEH_begin_rsaz_512_sqr
1282 DD imagerel $L$SEH_end_rsaz_512_sqr
1283 DD imagerel $L$SEH_info_rsaz_512_sqr
1285 DD imagerel $L$SEH_begin_rsaz_512_mul
1286 DD imagerel $L$SEH_end_rsaz_512_mul
1287 DD imagerel $L$SEH_info_rsaz_512_mul
1289 DD imagerel $L$SEH_begin_rsaz_512_mul_gather4
1290 DD imagerel $L$SEH_end_rsaz_512_mul_gather4
1291 DD imagere
[all...]
/external/qemu/android/avd/
H A Dinfo.c37 #define DD(...) VERBOSE_PRINT(avd_config,__VA_ARGS__) macro
239 DD(" found image search path: %s", path);
315 DD("Probing skin directory: %s", temp);
317 DD(" ignore bad skin directory %s", temp);
324 DD(" found skin directory: %s", temp);
345 DD(" skin alias '%s' points to skin directory: %s",
507 DD("Found target field in root AVD .ini file: '%s'", target);
629 DD("found a total of %d search paths for this AVD", i->numSearchPaths);
649 DD("found %s in search dir: %s", fileName, searchDir);
652 DD(" n
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp228 if (CXXDestructorDecl *DD = RD->getDestructor())
229 if (Stmt *Body = DD->getBody()) {
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c147 double AA, double BB, double CC, double DD,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
146 MathFunc(double X, double Y, double Z, double AA, double BB, double CC, double DD, double EE, double FF, double GG, double HH, double aAA, double aBB, double aCC, double aDD, double aEE, double aFF) argument
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/sha/
H A Dsha256-x86_64.asm1719 DD 0428a2f98h,071374491h,0b5c0fbcfh,0e9b5dba5h
1720 DD 0428a2f98h,071374491h,0b5c0fbcfh,0e9b5dba5h
1721 DD 03956c25bh,059f111f1h,0923f82a4h,0ab1c5ed5h
1722 DD 03956c25bh,059f111f1h,0923f82a4h,0ab1c5ed5h
1723 DD 0d807aa98h,012835b01h,0243185beh,0550c7dc3h
1724 DD 0d807aa98h,012835b01h,0243185beh,0550c7dc3h
1725 DD 072be5d74h,080deb1feh,09bdc06a7h,0c19bf174h
1726 DD 072be5d74h,080deb1feh,09bdc06a7h,0c19bf174h
1727 DD 0e49b69c1h,0efbe4786h,00fc19dc6h,0240ca1cch
1728 DD
[all...]
/external/clang/include/clang/AST/
H A DVTableBuilder.h80 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { argument
82 reinterpret_cast<uintptr_t>(DD));
85 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { argument
87 reinterpret_cast<uintptr_t>(DD));
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h63 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} argument
153 CXXDestructorDecl *DD = const_cast<CXXDestructorDecl*>( local
156 V.handleDestructorCall(VD, DD);
340 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
H A Dghash-x86_64.asm1330 DD 7,0,7,0
1332 DD 7,0,450,0
1336 DD 0,0,0,471859200,0,943718400,0,610271232
1337 DD 0,1887436800,0,1822425088,0,1220542464,0,1423966208
1338 DD 0,3774873600,0,4246732800,0,3644850176,0,3311403008
1339 DD 0,2441084928,0,2376073216,0,2847932416,0,3051356160
1432 DD 0a548f3fch
1465 DD imagerel $L$SEH_begin_gcm_gmult_4bit
1466 DD imagerel $L$SEH_end_gcm_gmult_4bit
1467 DD imagere
[all...]

Completed in 383 milliseconds

12345678