Searched refs:ax (Results 1 – 17 of 17) sorted by relevance
| /sqlite-3.40.0/tool/ |
| H A D | vdbe_profile.tcl | 72 set ax 0 74 set ax [expr {$tx/$cx}] 76 puts [format {%8d %12d %12d %4d %s} $cx $tx $ax $i $detail] 85 set ax 0 87 set ax [expr {$tx/$cx}] 89 puts [format {%8d %12d %12d %s} $cx $tx $ax $op]
|
| H A D | lemon.c | 4306 struct axset *ax; in ReportTable() local 4514 ax = (struct axset *) calloc(lemp->nxstate*2, sizeof(ax[0])); in ReportTable() 4515 if( ax==0 ){ in ReportTable() 4521 ax[i*2].stp = stp; in ReportTable() 4522 ax[i*2].isTkn = 1; in ReportTable() 4524 ax[i*2+1].stp = stp; in ReportTable() 4525 ax[i*2+1].isTkn = 0; in ReportTable() 4533 qsort(ax, lemp->nxstate*2, sizeof(ax[0]), axset_compare); in ReportTable() 4536 stp = ax[i].stp; in ReportTable() 4537 if( ax[i].isTkn ){ in ReportTable() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | boundary3.tcl | 208 set ax $t1ra($r) 216 puts " WHERE t2.a=$ax" 229 puts " WHERE t2.a=$ax" 247 puts " WHERE t2.a=$ax" 267 puts " WHERE t2.a=$ax" 280 puts " WHERE t2.a=$ax"
|
| H A D | btree02.test | 22 CREATE TABLE t1(a TEXT, ax INTEGER, b INT, PRIMARY KEY(a,ax)) WITHOUT ROWID; 24 INSERT INTO t1(a,ax,b) SELECT printf('%02x',i+160), random(), i FROM c; 42 db eval {SELECT a, ax, b, cnt FROM t1 CROSS JOIN t3 WHERE b IS NOT NULL} { 50 db eval {INSERT INTO t1(a,ax,b) VALUES(printf('(%s)',$a),random(),$bx)}
|
| H A D | where3.test | 150 CREATE TABLE tA(apk integer primary key, ax); 157 WHERE cpk=bx AND bpk=ax 163 WHERE cpk=bx AND bpk=ax 169 WHERE bx=cpk AND bpk=ax 175 WHERE bx=cpk AND ax=bpk 181 WHERE bx=cpk AND ax=bpk 187 WHERE cpk=bx AND ax=bpk 205 WHERE apk=cx AND bpk=ax 211 WHERE cpk=ax AND bpk=cx
|
| H A D | expr.test | 522 test_expr expr-5.21a "t1='ax\uABCD', t2='a_\uABCD'" {t1 LIKE t2} 1 523 test_expr expr-5.21b "t1='ax\uABCD', t2='A_\uABCD'" {t1 LIKE t2} $NCSL 524 test_expr expr-5.22a "t1='ax\u1234', t2='a%\u1234'" {t1 LIKE t2} 1 525 test_expr expr-5.22b "t1='ax\u1234', t2='A%\u1234'" {t1 LIKE t2} $NCSL 526 test_expr expr-5.23a "t1='ax\uFEDC', t2='a_%'" {t1 LIKE t2} 1 527 test_expr expr-5.23b "t1='ax\uFEDC', t2='A_%'" {t1 LIKE t2} $NCSL 528 test_expr expr-5.24a "t1='ax\uFEDCy\uFEDC', t2='a%\uFEDC'" {t1 LIKE t2} 1 529 test_expr expr-5.24b "t1='ax\uFEDCy\uFEDC', t2='A%\uFEDC'" {t1 LIKE t2} $NCSL 653 test_expr expr-6.32 "t1='ax\u1234', t2='a?\u1234'" {t1 GLOB t2} 1 654 test_expr expr-6.33 "t1='ax\u1234', t2='a*\u1234'" {t1 GLOB t2} 1 [all …]
|
| H A D | resolver01.test | 163 INSERT INTO t5 VALUES('ax');
|
| H A D | e_insert.test | 310 ax by ay bx 311 ay bx ax by y x y x x y x y
|
| H A D | wherelimit2.test | 300 } {ax a bx b cx c dx d ex a}
|
| H A D | like.test | 625 foreach x { 'abc 'bcd 'def 'ax } { 632 } {'abc 'ax}
|
| H A D | dbstatus.test | 231 do_test dbstatus-2.$tn.ax { expr {($nSchema1-$nSchema2)<=$nFree} } 1
|
| H A D | fuzzer1.test | 1537 SELECT word FROM f3 WHERE word MATCH 'ax' 1538 } {ax ay} 1797 SELECT word, distance FROM x4 WHERE word MATCH 'ax'; 1798 } {ax 0 bx 10 cx 11 yy 26 zz 30 !! 80}
|
| H A D | fts3corrupt4.test | 5302 | 3904: 00 01 04 00 01 04 00 00 61 78 b4 01 01 01 01 02 ........ax......
|
| H A D | fts1porter.test | 1379 axe ax
|
| /sqlite-3.40.0/src/ |
| H A D | insert.c | 1534 } ax; member 1550 *pIx = pIter->u.ax.aIdx[0].ix; in indexIteratorFirst() 1551 return pIter->u.ax.aIdx[0].p; in indexIteratorFirst() 1562 if( i>=pIter->u.ax.nIdx ){ in indexIteratorNext() 1566 *pIx = pIter->u.ax.aIdx[i].ix; in indexIteratorNext() 1567 return pIter->u.ax.aIdx[i].p; in indexIteratorNext() 1933 sIdxIter.u.ax.nIdx = nIdx; in sqlite3GenerateConstraintChecks() 1950 sIdxIter.u.ax.aIdx[i].p = pIdx; in sqlite3GenerateConstraintChecks() 1951 sIdxIter.u.ax.aIdx[i].ix = jj; in sqlite3GenerateConstraintChecks() 1956 sIdxIter.u.ax.aIdx[i].p = pIdx; in sqlite3GenerateConstraintChecks() [all …]
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5detail.test | 93 #puts [nearset {{ax bx cx}} -pc ::pc -near 10 -- b*]
|
| H A D | fts5porter.test | 697 axe ax axle axl
|