/external/skia/src/jumper/ |
D | SkJumper_generated_win.S | 15 DB 85 ; push %rbp 16 DB 72,137,229 ; mov %rsp,%rbp 17 DB 65,87 ; push %r15 18 DB 65,86 ; push %r14 19 DB 65,85 ; push %r13 20 DB 65,84 ; push %r12 21 DB 86 ; push %rsi 22 DB 87 ; push %rdi 23 DB 83 ; push %rbx 24 DB 72,129,236,184,0,0,0 ; sub $0xb8,%rsp [all …]
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | aesni-x86_64.asm | 19 DB 102,15,56,220,209 label 24 DB 102,15,56,221,209 label 29 DB 0F3h,0C3h ;repret 43 DB 102,15,56,222,209 label 48 DB 102,15,56,223,209 label 53 DB 0F3h,0C3h ;repret 69 DB 102,15,56,220,209 label 70 DB 102,15,56,220,217 label 73 DB 102,15,56,220,208 label 74 DB 102,15,56,220,216 label [all …]
|
D | aes-x86_64.asm | 158 DB 0xf3,0xc3 label 331 DB 0xf3,0xc3 label 407 DB 0F3h,0C3h ;repret 562 DB 0xf3,0xc3 label 787 DB 0xf3,0xc3 label 865 DB 0F3h,0C3h ;repret 897 DB 0F3h,0C3h ;repret 1137 DB 0xf3,0xc3 label 1335 DB 0F3h,0C3h ;repret 1804 DB 0F3h,0C3h ;repret [all …]
|
D | vpaes-x86_64.asm | 35 DB 102,15,56,0,208 label 37 DB 102,15,56,0,193 label 49 DB 102,15,56,0,226 label 50 DB 102,15,56,0,195 label 55 DB 102,15,56,0,234 label 58 DB 102,15,56,0,211 label 61 DB 102,15,56,0,193 label 64 DB 102,15,56,0,220 label 67 DB 102,15,56,0,193 label 79 DB 102,15,56,0,232 label [all …]
|
D | ghash-x86_64.asm | 110 DB 0F3h,0C3h ;repret 688 DB 0F3h,0C3h ;repret 697 DB 0x48,0x83,0xec,0x18 label 698 DB 0x0f,0x29,0x34,0x24 label 723 DB 102,15,58,68,194,0 label 724 DB 102,15,58,68,202,17 label 725 DB 102,15,58,68,222,0 label 763 DB 102,15,58,15,227,8 label 768 DB 102,15,58,68,194,0 label 769 DB 102,15,58,68,202,17 label [all …]
|
D | p256-x86_64-asm.asm | 76 DB 0F3h,0C3h ;repret 121 DB 0F3h,0C3h ;repret 337 DB 0F3h,0C3h ;repret 380 DB 0F3h,0C3h ;repret 542 DB 0F3h,0C3h ;repret 552 DB 0x48,0x8d,0x60,0xe0 label 553 DB 0x0f,0x29,0x70,0xe0 label 554 DB 0x0f,0x29,0x78,0xf0 label 555 DB 0x44,0x0f,0x29,0x00 label 556 DB 0x44,0x0f,0x29,0x48,0x10 label [all …]
|
D | rdrand-x86_64.asm | 25 DB 0x48,0x0f,0xc7,0xf1 label 31 DB 0F3h,0C3h ;repret 55 DB 0x48,0x0f,0xc7,0xf1 label 65 DB 0F3h,0C3h ;repret 70 DB 0F3h,0C3h ;repret
|
D | x86_64-mont5.asm | 95 DB 0x67 label 159 DB 0x67 label 213 DB 102,72,15,126,195 label 338 DB 102,72,15,126,195 label 459 DB 0F3h,0C3h ;repret 478 DB 0x67 label 496 DB 0x67 label 575 DB 0F3h,0C3h ;repret 594 DB 0x67,0x67 label 598 DB 0x67 label [all …]
|
/external/clang/test/CodeGenCXX/ |
D | strict-vtable-pointers.cpp | 59 DynamicBase1 DB; in LocalObjects() local 60 DB.foo(); in LocalObjects() 102 DynamicBase1 *DB = new DynamicBase1; in Pointers1() local 103 DB->foo(); in Pointers1() 105 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() 118 DynamicBase1 DB; in HackingObjects() local 119 DB.foo(); in HackingObjects() 121 DynamicDerived *DB2 = new (&DB) DynamicDerived; in HackingObjects() 127 new (&DB) DynamicBase1; in HackingObjects() 128 DB.foo(); in HackingObjects()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 1017 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1019 DB.addFlagValue(V.Val); 1020 return DB; 1023 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1025 DB.AddString(S); 1026 return DB; 1029 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, 1031 DB.AddTaggedVal(reinterpret_cast<intptr_t>(Str), 1033 return DB; 1036 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, int I) { [all …]
|
D | PartialDiagnostic.h | 288 void Emit(const DiagnosticBuilder &DB) const { in Emit() argument 296 DB.AddString(DiagStorage->DiagArgumentsStr[i]); in Emit() 298 DB.AddTaggedVal(DiagStorage->DiagArgumentsVal[i], in Emit() 304 DB.AddSourceRange(Range); in Emit() 308 DB.AddFixItHint(Fix); in Emit() 315 DiagnosticBuilder DB(Diags.Report(getDiagID())); in EmitToString() 316 Emit(DB); in EmitToString() 317 DB.FlushCounts(); in EmitToString() 319 DB.Clear(); in EmitToString() 399 inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB, [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | BDCE.cpp | 38 static bool bitTrackingDCE(Function &F, DemandedBits &DB) { in bitTrackingDCE() argument 43 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE() 56 if (!DB.isInstructionDead(&I)) in bitTrackingDCE() 73 auto &DB = AM.getResult<DemandedBitsAnalysis>(F); in run() local 74 if (!bitTrackingDCE(F, DB)) in run() 93 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() local 94 return bitTrackingDCE(F, DB); in runOnFunction()
|
/external/libxml2/doc/ |
D | queries.py | 15 DB = index.DB variable 18 global DB 28 c = DB.cursor() 59 global DB 61 c = DB.cursor() 87 global DB 90 c = DB.cursor()
|
D | index.py | 114 DB=None variable 186 global DB 195 DB = MySQLdb.connect(passwd=passwd, db=db) 196 if DB == None: 198 ret = checkTables(DB, verbose) 202 global DB 204 if DB == None: 206 if DB == None: 213 c = DB.cursor() 232 global DB [all …]
|
/external/python/cpython2/Doc/library/ |
D | bsddb.rst | 2 :mod:`bsddb` --- Interface to Berkeley DB library 6 :synopsis: Interface to Berkeley DB database library 13 The :mod:`bsddb` module provides an interface to the Berkeley DB library. Users 20 The :mod:`bsddb` module requires a Berkeley DB library version from 4.0 thru 27 The website with documentation for the :mod:`bsddb.db` Python Berkeley DB 29 Berkeley DB 4.x itself. 32 The Berkeley DB library. 34 A more modern DB, DBEnv and DBSequence object interface is available in the 35 :mod:`bsddb.db` module which closely matches the Berkeley DB C API documented at 45 access the appropriate type of Berkeley DB file. The first two arguments of [all …]
|
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 47 if (std::unique_ptr<CompilationDatabase> DB = in loadFromDirectory() local 49 return DB; in loadFromDirectory() 64 if (std::unique_ptr<CompilationDatabase> DB = in findCompilationDatabaseFromDirectory() local 66 return DB; in findCompilationDatabaseFromDirectory() 86 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromSource() local 89 if (!DB) in autoDetectFromSource() 92 return DB; in autoDetectFromSource() 100 std::unique_ptr<CompilationDatabase> DB = in autoDetectFromDirectory() local 103 if (!DB) in autoDetectFromDirectory() 106 return DB; in autoDetectFromDirectory()
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_early_close.py | 38 d = db.DB(dbenv) 39 d2 = db.DB(dbenv) 56 d = db.DB(dbenv) 70 d = db.DB(dbenv) 82 d = db.DB() 102 dbs=[db.DB(dbenv) for i in xrange(16)] 138 d = db.DB(dbenv) 156 d = db.DB(dbenv) 200 d = db.DB()
|
D | test_db.py | 9 class DB(unittest.TestCase): class 12 self.db = db.DB() 19 class DB_general(DB) : 65 class DB_hash(DB) : 89 class DB_txn(DB) : 95 self.db = db.DB(self.env) 118 class DB_recno(DB) : 140 class DB_queue(DB) :
|
D | test_dbobj.py | 26 class TestDB(dbobj.DB): 30 return dbobj.DB.put(self, key, *args, **kwargs) 46 self.db = dbobj.DB(self.env) 62 self.assertRaises(db.DBInvalidArgError, db.DB().type)
|
D | test_fileid.py | 18 self.db1 = db.DB() 25 self.db2 = db.DB() 36 self.db1 = db.DB(self.db_env) 40 self.db2 = db.DB(self.db_env)
|
D | test_queue.py | 31 d = db.DB() 57 d = db.DB() 102 d = db.DB() 128 d = db.DB()
|
D | test_recno.py | 34 d = db.DB() 164 d = db.DB() 218 d = db.DB() 244 d = db.DB() 266 d = db.DB() 299 d = db.DB()
|
D | test_misc.py | 62 db1 = db.DB() 75 db1 = db.DB() 94 db1 = db.DB() 103 db1 = db.DB()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 475 const DiagnosticBuilder &clang::operator<<(const DiagnosticBuilder &DB, in operator <<() argument 481 return DB << "(null template argument)"; in operator <<() 484 return DB << Arg.getAsType(); in operator <<() 487 return DB << Arg.getAsDecl(); in operator <<() 490 return DB << "nullptr"; in operator <<() 493 return DB << Arg.getAsIntegral().toString(10); in operator <<() 496 return DB << Arg.getAsTemplate(); in operator <<() 499 return DB << Arg.getAsTemplateOrTemplatePattern() << "..."; in operator <<() 511 return DB << OS.str(); in operator <<() 522 return DB << OS.str(); in operator <<()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | padding.c | 491 uint8_t *DB = NULL; in RSA_verify_PKCS1_PSS_mgf1() local 536 DB = OPENSSL_malloc(maskedDBLen); in RSA_verify_PKCS1_PSS_mgf1() 537 if (!DB) { in RSA_verify_PKCS1_PSS_mgf1() 541 if (!PKCS1_MGF1(DB, maskedDBLen, H, hLen, mgf1Hash)) { in RSA_verify_PKCS1_PSS_mgf1() 545 DB[i] ^= EM[i]; in RSA_verify_PKCS1_PSS_mgf1() 548 DB[0] &= 0xFF >> (8 - MSBits); in RSA_verify_PKCS1_PSS_mgf1() 550 for (i = 0; DB[i] == 0 && i < (maskedDBLen - 1); i++) { in RSA_verify_PKCS1_PSS_mgf1() 553 if (DB[i++] != 0x1) { in RSA_verify_PKCS1_PSS_mgf1() 564 !EVP_DigestUpdate(&ctx, DB + i, maskedDBLen - i) || in RSA_verify_PKCS1_PSS_mgf1() 576 OPENSSL_free(DB); in RSA_verify_PKCS1_PSS_mgf1()
|