Home
last modified time | relevance | path

Searched refs:OP_IdxLE (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwherecode.c1629 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */ in sqlite3WhereCodeOneLoopStart()
1877 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
1894 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c5815 case OP_IdxLE: /* jump */ in sqlite3VdbeExec()
5835 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT ); in sqlite3VdbeExec()
5853 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
5855 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
H A Dselect.c729 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE, in pushOntoSorter()
1543 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey); in generateSortTail()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwherecode.c1644 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */ in sqlite3WhereCodeOneLoopStart()
1913 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
1931 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c6065 case OP_IdxLE: /* jump */ in sqlite3VdbeExec()
6084 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT ); in sqlite3VdbeExec()
6125 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
6127 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
H A Dselect.c708 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE, in pushOntoSorter()
1548 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey); in generateSortTail()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwherecode.c1644 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */ in sqlite3WhereCodeOneLoopStart()
1907 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
1925 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c6038 case OP_IdxLE: /* jump */ in sqlite3VdbeExec()
6057 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT ); in sqlite3VdbeExec()
6098 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
6100 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
H A Dselect.c701 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE, in pushOntoSorter()
1541 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey); in generateSortTail()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwherecode.c1446 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */ in sqlite3WhereCodeOneLoopStart()
1657 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE ); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c5285 case OP_IdxLE: /* jump */ in sqlite3VdbeExec()
5305 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT ); in sqlite3VdbeExec()
5317 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) ); in sqlite3VdbeExec()
5319 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT ); in sqlite3VdbeExec()
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c9235 #define OP_IdxLE 110 /* synopsis: key=r[P3@P4] */ macro
71818 case OP_IdxLE: /* jump */
71837 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
71849 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
71851 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
112395 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
112564 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c9348 #define OP_IdxLE 110 /* synopsis: key=r[P3@P4] */ macro
72244 case OP_IdxLE: /* jump */
72263 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
72275 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72277 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
113080 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
113252 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.c9365 #define OP_IdxLE 111 /* synopsis: key=r[P3@P4] */ macro
72868 case OP_IdxLE: /* jump */
72887 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
72899 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72901 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
114048 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
114220 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.c9348 #define OP_IdxLE 110 /* synopsis: key=r[P3@P4] */ macro
72244 case OP_IdxLE: /* jump */
72263 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
72275 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72277 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
113080 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
113252 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.c9348 #define OP_IdxLE 110 /* synopsis: key=r[P3@P4] */ macro
72244 case OP_IdxLE: /* jump */
72263 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
72275 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
72277 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
113080 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
113252 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c15234 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
90670 case OP_IdxLE: /* jump */
90690 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
90708 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
90710 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
128595 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
129409 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
141375 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
141623 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
141640 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/devel/stack/stack-2.7.3/_cabal_deps/persistent-sqlite-2.13.0.0/cbits/
H A Dsqlite3.c15604 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
91195 case OP_IdxLE: /* jump */
91215 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
91233 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
91235 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
130000 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
130840 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
143153 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
143404 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
143421 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/sqlite3/
H A Dsqlite3.c15604 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
91195 case OP_IdxLE: /* jump */
91215 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
91233 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
91235 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
130000 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
130840 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
143153 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
143404 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
143421 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/emulators/mess/mame-mame0226/3rdparty/sqlite3/
H A Dsqlite3.c15604 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
91195 case OP_IdxLE: /* jump */
91215 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
91233 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
91235 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
130000 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
130840 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
143153 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
143404 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
143421 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/sqlite3/
H A Dsqlite3.c15743 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
92032 case OP_IdxLE: /* jump */
92051 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
92092 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
92094 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
131855 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
132695 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
145540 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
145809 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
145827 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/graphics/aloadimage/arcan-0.6.1/external/sqlite/
H A Dsqlite3.c15852 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
92601 case OP_IdxLE: /* jump */
92620 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
92661 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
92663 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
132779 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
133695 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
146742 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
147009 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
147027 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c15741 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
96329 case OP_IdxLE: /* jump */
96348 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
96389 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
96391 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
135371 iSkip = sqlcipher_sqlite3VdbeAddOp4Int(v, OP_IdxLE,
136211 sqlcipher_sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
148606 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
148869 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
148887 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/databases/sqlitecpp/SQLiteCpp-3.1.1-28-g0c46d86/sqlite3/
H A Dsqlite3.c15677 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
91615 case OP_IdxLE: /* jump */
91634 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
91675 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
91677 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
130502 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
131342 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
143722 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
143985 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
144003 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3-binding.c15234 #define OP_IdxLE 38 /* jump, synopsis: key=r[P3@P4] */ macro
90670 case OP_IdxLE: /* jump */
90690 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxGT );
90708 assert( (OP_IdxLE&1)==(OP_IdxLT&1) && (OP_IdxGE&1)==(OP_IdxGT&1) );
90710 assert( pOp->opcode==OP_IdxLE || pOp->opcode==OP_IdxLT );
128595 iSkip = sqlite3VdbeAddOp4Int(v, OP_IdxLE,
129409 sqlite3VdbeAddOp4Int(v, OP_IdxLE, iCsr, iJmp+3, regKey, nKey);
141375 OP_IdxLE, /* 2: (end_constraints && bRev && !endEq) */
141623 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );
141640 testcase( op==OP_IdxLE ); VdbeCoverageIf(v, op==OP_IdxLE );

1234567