Home
last modified time | relevance | path

Searched refs:DB (Results 1 – 25 of 692) sorted by relevance

12345678910>>...28

/external/boringssl/win-x86_64/crypto/fipsmodule/
Daesni-x86_64.asm33 DB 102,15,56,220,209 label
38 DB 102,15,56,221,209 label
43 DB 0F3h,0C3h ;repret
59 DB 102,15,56,222,209 label
64 DB 102,15,56,223,209 label
69 DB 0F3h,0C3h ;repret
87 DB 102,15,56,220,209 label
88 DB 102,15,56,220,217 label
91 DB 102,15,56,220,208 label
92 DB 102,15,56,220,216 label
[all …]
Dghash-ssse3-x86_64.asm37 DB 102,65,15,56,0,194 label
57 DB 102,15,58,15,243,1 label
65 DB 102,15,56,0,224 label
66 DB 102,15,56,0,233 label
105 DB 102,15,58,15,243,1 label
113 DB 102,15,56,0,224 label
114 DB 102,15,56,0,233 label
153 DB 102,15,58,15,243,1 label
161 DB 102,15,56,0,224 label
162 DB 102,15,56,0,233 label
[all …]
Daes-x86_64.asm165 DB 0xf3,0xc3 label
339 DB 0xf3,0xc3 label
433 DB 0F3h,0C3h ;repret
589 DB 0xf3,0xc3 label
815 DB 0xf3,0xc3 label
911 DB 0F3h,0C3h ;repret
955 DB 0F3h,0C3h ;repret
1197 DB 0xf3,0xc3 label
1411 DB 0F3h,0C3h ;repret
1908 DB 0F3h,0C3h ;repret
[all …]
Dvpaes-x86_64.asm43 DB 102,15,56,0,208 label
45 DB 102,15,56,0,193 label
57 DB 102,15,56,0,226 label
58 DB 102,15,56,0,195 label
63 DB 102,15,56,0,234 label
66 DB 102,15,56,0,211 label
69 DB 102,15,56,0,193 label
72 DB 102,15,56,0,220 label
75 DB 102,15,56,0,193 label
87 DB 102,15,56,0,232 label
[all …]
Dghash-x86_64.asm128 DB 0F3h,0C3h ;repret
723 DB 0F3h,0C3h ;repret
734 DB 0x48,0x83,0xec,0x18 label
735 DB 0x0f,0x29,0x34,0x24 label
760 DB 102,15,58,68,194,0 label
761 DB 102,15,58,68,202,17 label
762 DB 102,15,58,68,222,0 label
800 DB 102,15,58,15,227,8 label
805 DB 102,15,58,68,194,0 label
806 DB 102,15,58,68,202,17 label
[all …]
Dp256-x86_64-asm.asm98 DB 0F3h,0C3h ;repret
435 DB 0F3h,0C3h ;repret
492 DB 102,72,15,110,205 label
499 DB 102,73,15,110,214 label
506 DB 102,73,15,110,223 label
545 DB 102,72,15,126,200 label
551 DB 102,72,15,126,208 label
558 DB 102,72,15,126,216 label
743 DB 0F3h,0C3h ;repret
990 DB 0F3h,0C3h ;repret
[all …]
Drdrand-x86_64.asm24 DB 73,15,199,240 label
28 DB 0F3h,0C3h ;repret
45 DB 73,15,199,241 label
53 DB 0F3h,0C3h ;repret
56 DB 0F3h,0C3h ;repret
Dx86_64-mont5.asm104 DB 0x67 label
168 DB 0x67 label
222 DB 102,72,15,126,195 label
347 DB 102,72,15,126,195 label
468 DB 0F3h,0C3h ;repret
487 DB 0x67 label
508 DB 0x67 label
587 DB 0F3h,0C3h ;repret
607 DB 0x67,0x67 label
611 DB 0x67 label
[all …]
/external/boringssl/win-x86_64/crypto/test/
Dtrampoline-x86_64.asm253 DB 0F3h,0C3h ;repret
262 DB 0F3h,0C3h ;repret
269 DB 0F3h,0C3h ;repret
276 DB 0F3h,0C3h ;repret
283 DB 0F3h,0C3h ;repret
290 DB 0F3h,0C3h ;repret
297 DB 0F3h,0C3h ;repret
304 DB 0F3h,0C3h ;repret
311 DB 0F3h,0C3h ;repret
318 DB 0F3h,0C3h ;repret
[all …]
/external/clang/test/CodeGenCXX/
Dstrict-vtable-pointers.cpp59 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/
DDiagnostic.h1017 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 …]
DPartialDiagnostic.h288 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp40 static void clearAssumptionsOfUsers(Instruction *I, DemandedBits &DB) { in clearAssumptionsOfUsers() argument
50 !DB.getDemandedBits(J).isAllOnesValue()) in clearAssumptionsOfUsers()
82 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
88 static bool bitTrackingDCE(Function &F, DemandedBits &DB) { in bitTrackingDCE() argument
99 !DB.getDemandedBits(&I).getBoolValue()) { in bitTrackingDCE()
105 clearAssumptionsOfUsers(&I, DB); in bitTrackingDCE()
115 if (!DB.isInstructionDead(&I)) in bitTrackingDCE()
133 auto &DB = AM.getResult<DemandedBitsAnalysis>(F); in run() local
134 if (!bitTrackingDCE(F, DB)) in run()
153 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction() local
[all …]
/external/llvm/lib/Transforms/Scalar/
DBDCE.cpp38 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/
Dqueries.py15 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()
Dindex.py114 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/
Dbsddb.rst2 :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/u-boot/drivers/ddr/marvell/a38x/
Dxor.c11 #define DB(x) x macro
13 #define DB(x) macro
247 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_state_get()
295 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_command_set()
333 DB(printf("%s: ERR. Illegal command\n", __func__)); in mv_xor_command_set()
402 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_transfer()
406 DB(printf("%s: ERR. Channel is already active\n", __func__)); in mv_xor_transfer()
410 DB(printf("%s: ERR. xor_chain_ptr is NULL pointer\n", __func__)); in mv_xor_transfer()
421 DB(printf("%s: ERR. Invalid chain pointer (bits [5:0] must be cleared)\n", in mv_xor_transfer()
430 DB(printf("%s: ERR. Invalid chain pointer (bits [4:0] must be cleared)\n", in mv_xor_transfer()
[all …]
/external/clang/lib/Tooling/
DCompilationDatabase.cpp47 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/u-boot/drivers/bios_emulator/
Dbesys.c91 DB(printf("BE_memaddr: address %#lx may be invalid!\n", in BE_memaddr()
100 DB(printf("BE_memaddr: System BIOS address %#lx\n", in BE_memaddr()
583 DB(printf("Can not interept TIMER port now!\n");) in BE_inb()
585 DB(printf("Can not interept SPEAKER port now!\n");) in BE_inb()
587 DB(printf("Can not interept CMOS port now!\n");) in BE_inb()
591 DB(printf("WARN: INVALID inb.%04X -> %02X\n", (u16) port, val);) in BE_inb()
624 DB(printf("WARN: Maybe INVALID inw.%04X -> %04X\n", (u16) port, val);) in BE_inw()
685 DB(printf("Can not interept TIMER port now!\n");) in BE_outb()
687 DB(printf("Can not interept SPEAKER port now!\n");) in BE_outb()
689 DB(printf("Can not interept CMOS port now!\n");) in BE_outb()
[all …]
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dseq_exec.c18 #define DB(x) x macro
20 #define DB(x) macro
144 DB(printf("\n### mv_seq_exec ###\n")); in mv_seq_exec()
145 DB(printf("seq id: %d\n", seq_id)); in mv_seq_exec()
157 DB(printf("seq_size: %d\n", seq_size)); in mv_seq_exec()
158 DB(printf("data_arr_idx: %d\n", data_arr_idx)); in mv_seq_exec()
/external/python/cpython2/Lib/bsddb/test/
Dtest_early_close.py38 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()
Dtest_db.py9 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) :
/external/syzkaller/pkg/db/
Ddb.go25 type DB struct { struct
39 func Open(filename string) (*DB, error) {
40 db := &DB{
57 func (db *DB) Save(key string, val []byte, seq uint64) { argument
69 func (db *DB) Delete(key string) { argument
78 func (db *DB) Flush() error { argument
97 func (db *DB) BumpVersion(version uint64) error { argument
105 func (db *DB) compact() error { argument
128 func (db *DB) serialize(key string, val []byte, seq uint64) { argument
/external/u-boot/drivers/bios_emulator/x86emu/
Dsys.c144 DB(if (DEBUG_IO_TRACE()) in p_inb()
159 DB(if (DEBUG_IO_TRACE()) in p_inw()
174 DB(if (DEBUG_IO_TRACE()) in p_inl()
188 DB(if (DEBUG_IO_TRACE()) in p_outb()
202 DB(if (DEBUG_IO_TRACE()) in p_outw()
216 DB(if (DEBUG_IO_TRACE()) in p_outl()

12345678910>>...28