Searched refs:Db (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/amd64/amd64/
H A Ddb_disasm.c107 #define Db 26 /* byte displacement from EIP */ macro
729 /*70*/ { "jo", false, NONE, op1(Db), 0 },
730 /*71*/ { "jno", false, NONE, op1(Db), 0 },
731 /*72*/ { "jb", false, NONE, op1(Db), 0 },
732 /*73*/ { "jnb", false, NONE, op1(Db), 0 },
733 /*74*/ { "jz", false, NONE, op1(Db), 0 },
734 /*75*/ { "jnz", false, NONE, op1(Db), 0 },
735 /*76*/ { "jbe", false, NONE, op1(Db), 0 },
736 /*77*/ { "jnbe", false, NONE, op1(Db), 0 },
738 /*78*/ { "js", false, NONE, op1(Db),
[all...]
/netbsd-current/sys/arch/i386/i386/
H A Ddb_disasm.c89 #define Db 26 /* byte displacement from EIP */ macro
692 /*70*/ { "jo", false, NONE, op1(Db), 0 },
693 /*71*/ { "jno", false, NONE, op1(Db), 0 },
694 /*72*/ { "jb", false, NONE, op1(Db), 0 },
695 /*73*/ { "jnb", false, NONE, op1(Db), 0 },
696 /*74*/ { "jz", false, NONE, op1(Db), 0 },
697 /*75*/ { "jnz", false, NONE, op1(Db), 0 },
698 /*76*/ { "jbe", false, NONE, op1(Db), 0 },
699 /*77*/ { "jnbe", false, NONE, op1(Db), 0 },
701 /*78*/ { "js", false, NONE, op1(Db),
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dinlined_subroutine-inheritance.exp35 declare_labels Db D72f8 D736e
42 Db: compile_unit {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dinlined_subroutine-inheritance.exp35 declare_labels Db D72f8 D736e
42 Db: compile_unit {
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15300 typedef struct Db Db; typedef in typeref:struct:Db
17364 struct Db { struct
17405 ** Db.pSchema->flags field.
17589 Db *aDb; /* All backends */
17695 Db aDbStatic[2]; /* Static space for the 2 default backends */
[all...]

Completed in 454 milliseconds