HomeSort by relevance Sort by last modified time
    Searched defs:DB (Results 76 - 100 of 133) sorted by null

1 2 34 5 6

  /external/boringssl/win-x86_64/crypto/fipsmodule/
rsaz-avx2.asm 377 DB 0x67
379 DB 0x67
423 DB 0x67
428 DB 0xc4,0x41,0x7e,0x6f,0x9d,0x58,0x00,0x00,0x00
453 DB 0xc4,0x41,0x7e,0x6f,0xb5,0xf0,0xff,0xff,0xff
458 DB 0x67
485 DB 0x67
500 DB 0x67
694 DB 0F3h,0C3h ;repret
751 DB 0x67,0x6
    [all...]
ghash-x86_64.asm 110 DB 0F3h,0C3h ;repret
688 DB 0F3h,0C3h ;repret
697 DB 0x48,0x83,0xec,0x18
698 DB 0x0f,0x29,0x34,0x24
723 DB 102,15,58,68,194,0
724 DB 102,15,58,68,202,17
725 DB 102,15,58,68,222,0
763 DB 102,15,58,15,227,8
768 DB 102,15,58,68,194,0
769 DB 102,15,58,68,202,1
    [all...]
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
556 DB 0x48,0x8d,0x60,0xe0
557 DB 0x0f,0x29,0x70,0xe0
558 DB 0x0f,0x29,0x78,0xf0
559 DB 0x44,0x0f,0x29,0x00
560 DB 0x44,0x0f,0x29,0x48,0x1
    [all...]
x86_64-mont.asm 274 DB 0F3h,0C3h ;repret
720 DB 0F3h,0C3h ;repret
814 DB 102,72,15,110,209
816 DB 102,72,15,110,207
817 DB 102,73,15,110,218
826 DB 102,72,15,126,207
854 DB 102,72,15,110,200
904 DB 0F3h,0C3h ;repret
907 DB 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105
908 DB 112,108,105,99,97,116,105,111,110,32,102,111,114,32,120,5
    [all...]
aes-x86_64.asm 158 DB 0xf3,0xc3
331 DB 0xf3,0xc3
407 DB 0F3h,0C3h ;repret
562 DB 0xf3,0xc3
787 DB 0xf3,0xc3
865 DB 0F3h,0C3h ;repret
897 DB 0F3h,0C3h ;repret
1137 DB 0xf3,0xc3
1335 DB 0F3h,0C3h ;repret
1804 DB 0F3h,0C3h ;repre
    [all...]
vpaes-x86_64.asm 35 DB 102,15,56,0,208
37 DB 102,15,56,0,193
49 DB 102,15,56,0,226
50 DB 102,15,56,0,195
55 DB 102,15,56,0,234
58 DB 102,15,56,0,211
61 DB 102,15,56,0,193
64 DB 102,15,56,0,220
67 DB 102,15,56,0,193
79 DB 102,15,56,0,23
    [all...]
x86_64-mont5.asm 95 DB 0x67
159 DB 0x67
213 DB 102,72,15,126,195
338 DB 102,72,15,126,195
459 DB 0F3h,0C3h ;repret
478 DB 0x67
496 DB 0x67
575 DB 0F3h,0C3h ;repret
594 DB 0x67,0x67
598 DB 0x6
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/python/cpython2/Lib/bsddb/
dbobj.py 2 # This file contains real Python object wrappers for DB and DBEnv
28 exec("from . import db")
30 import db
40 self._cobj = db.DBEnv(*args, **kwargs)
64 if db.version() < (4,5):
115 if db.version() >= (4,4):
123 class DB(MutableMapping):
126 self._cobj = db.DB(*((dbenv._cobj,) + args), **kwargs)
237 self._cobj = db.DBSequence(*args, **kwargs
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.h 239 DB = (8|0|0) << 21, // decrement before
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbobj.py 2 # This file contains real Python object wrappers for DB and DBEnv
28 exec("from . import db")
30 import db
40 self._cobj = db.DBEnv(*args, **kwargs)
64 if db.version() < (4,5):
115 if db.version() >= (4,4):
123 class DB(MutableMapping):
126 self._cobj = db.DB(*((dbenv._cobj,) + args), **kwargs)
237 self._cobj = db.DBSequence(*args, **kwargs
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbobj.py 2 # This file contains real Python object wrappers for DB and DBEnv
28 exec("from . import db")
30 import db
40 self._cobj = db.DBEnv(*args, **kwargs)
64 if db.version() < (4,5):
115 if db.version() >= (4,4):
123 class DB(MutableMapping):
126 self._cobj = db.DB(*((dbenv._cobj,) + args), **kwargs)
237 self._cobj = db.DBSequence(*args, **kwargs
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 2 # This file contains real Python object wrappers for DB and DBEnv
28 exec("from . import db")
30 import db
40 self._cobj = db.DBEnv(*args, **kwargs)
64 if db.version() < (4,5):
115 if db.version() >= (4,4):
123 class DB(MutableMapping):
126 self._cobj = db.DB(*((dbenv._cobj,) + args), **kwargs)
237 self._cobj = db.DBSequence(*args, **kwargs
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 2 # This file contains real Python object wrappers for DB and DBEnv
28 exec("from . import db")
30 import db
40 self._cobj = db.DBEnv(*args, **kwargs)
64 if db.version() < (4,5):
115 if db.version() >= (4,4):
123 class DB(MutableMapping):
126 self._cobj = db.DB(*((dbenv._cobj,) + args), **kwargs)
237 self._cobj = db.DBSequence(*args, **kwargs
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 142 DiagnosticBuilder DB = Diag(Loc, DiagID);
143 DB << FixItHint::CreateReplacement(
146 DB << ExpectedTok;
148 DB << Msg << ExpectedTok;
150 DB << Msg;
163 DiagnosticBuilder DB =
168 DB << ExpectedTok;
170 DB << Msg << ExpectedTok;
172 DB << Msg;
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 280 struct DB {
  /external/python/cpython3/Lib/test/
test_coroutines.py 984 db = {'b': lambda: wrap}
986 class DB:
989 return (await bar() + await wrap()() + await db['b']()()() +
990 await bar() * 1000 + await DB.b()())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 286 DA = 5 << Op0Shift, DB = 6 << Op0Shift,
  /frameworks/base/services/core/java/com/android/server/
Watchdog.java 61 static final boolean DB = false;
68 static final long DEFAULT_TIMEOUT = DB ? 10*1000 : 60*1000;
282 assert DB ||
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 106 AM, CM, BK, CF, ES, FM, MD, NO, LR, RF, DB, SG, BH, HS, MT, DS, RG, CN, UUT, UUQ, UUP, UUH,
  /prebuilts/go/darwin-x86/src/database/sql/
sql.go 101 // db.ExecContext(ctx, `
135 // TxOptions holds the transaction options to be used in DB.BeginTx.
153 // err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s)
288 // _, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
307 // DB is a database handle representing a pool of zero or more
314 // observed within a transaction. Once DB.Begin is called, the
317 // connection is returned to DB's idle connection pool. The pool size
319 type DB struct {
334 // It is closed during db.Close(). The close tells the connectionOpener
349 // connReuseStrategy determines how (*DB).conn returns database connections
    [all...]
  /prebuilts/go/linux-x86/src/database/sql/
sql.go 101 // db.ExecContext(ctx, `
135 // TxOptions holds the transaction options to be used in DB.BeginTx.
153 // err := db.QueryRow("SELECT name FROM foo WHERE id=?", id).Scan(&s)
288 // _, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
307 // DB is a database handle representing a pool of zero or more
314 // observed within a transaction. Once DB.Begin is called, the
317 // connection is returned to DB's idle connection pool. The pool size
319 type DB struct {
334 // It is closed during db.Close(). The close tells the connectionOpener
349 // connReuseStrategy determines how (*DB).conn returns database connections
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 47 IB, IA, DB, DA
  /external/boringssl/win-x86_64/crypto/chacha/
chacha-x86_64.asm 24 DB 0x2,0x3,0x0,0x1,0x6,0x7,0x4,0x5,0xa,0xb,0x8,0x9,0xe,0xf,0xc,0xd
26 DB 0x3,0x0,0x1,0x2,0x7,0x4,0x5,0x6,0xb,0x8,0x9,0xa,0xf,0xc,0xd,0xe
28 DB 101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107
29 DB 0
39 DB 67,104,97,67,104,97,50,48,32,102,111,114,32,120,56,54
40 DB 95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32
41 DB 98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115
42 DB 108,46,111,114,103,62,0
104 DB 102,72,15,126,214
320 DB 0F3h,0C3h ;repre
    [all...]

Completed in 1274 milliseconds

1 2 34 5 6