Searched refs:height (Results 1 – 20 of 20) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | skipscan2.test | 25 height INT NOT NULL, -- in cm 28 CREATE INDEX people_idx1 ON people(role, height); 62 SELECT name FROM people WHERE height>=180 ORDER BY +name; 66 SELECT name FROM people WHERE height>=180 ORDER BY +name; 82 SELECT name FROM people WHERE height>=180 ORDER BY +name; 94 AND height>=180 ORDER BY +name; 154 height INT NOT NULL, -- in cm 157 CREATE INDEX peoplew_idx1 ON peoplew(role, height); 158 INSERT INTO peoplew(name,role,height) 159 SELECT name, role, height FROM people; [all …]
|
| H A D | show_speedtest1_rtree.tcl | 31 .c config -width $w -height $h
|
| H A D | malloctraceviewer.tcl | 194 $O(text) configure -wrap none -height 35
|
| H A D | corruptF.test | 94 # root page of t4. Eventually, page 6 becomes full and the height of the
|
| H A D | malloc.test | 632 # of height 2. In the -tclbody script, the existing database connection
|
| H A D | fuzz-oss1.test | 1019 "nfo:interlaceMode:graph" INTEGER, "nfo:height" INTEGER, 1020 "nfo:height:graph" INTEGER, "nfo:width" INTEGER, "nfo:width:graph"
|
| H A D | fts1porter.test | 9867 height height
|
| H A D | genesis.tcl | 177 …k shall be three hundred cubits, the breadth of it fifty cubits, and the height of it thirty cubit…
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | closure.c | 175 short int height; /* Height of this node. Leaf==1 */ member 183 short int hBefore = p->pBefore ? p->pBefore->height : 0; in closureAvlRecomputeHeight() 184 short int hAfter = p->pAfter ? p->pAfter->height : 0; in closureAvlRecomputeHeight() 186 p->height = (hBefore>hAfter ? hBefore : hAfter)+1; in closureAvlRecomputeHeight() 336 pNew->height = 1; in closureAvlInsert()
|
| H A D | amatch.c | 192 short int height; /* Height of this node. Leaf==1 */ member 200 short int hBefore = p->pBefore ? p->pBefore->height : 0; in amatchAvlRecomputeHeight() 201 short int hAfter = p->pAfter ? p->pAfter->height : 0; in amatchAvlRecomputeHeight() 203 p->height = (hBefore>hAfter ? hBefore : hAfter)+1; in amatchAvlRecomputeHeight() 388 pNew->height = 1; in amatchAvlInsert()
|
| /sqlite-3.40.0/src/ |
| H A D | test_rtree.c | 372 double height; member 420 pCube->height = p->aParam[4]; in cube_geom() 431 && aCoord[2]<=(pCube->y+pCube->height) in cube_geom()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | viewrtree.tcl | 15 canvas .c -background white -width 400 -height 300 -highlightthickness 0 137 set yscale [expr {double([winfo height .c]-20)/($ymax-$ymin)}]
|
| H A D | rtreedoc3.test | 57 # the root node of an r-tree, this value is the height of the tree.
|
| /sqlite-3.40.0/ext/wasm/common/ |
| H A D | emscripten.css | 10 height: 50px;
|
| H A D | testing.css | 54 /*max-height: 30em;*/
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | emscripten.css | 10 height: 50px;
|
| H A D | fiddle.js | 706 e.style.height =
|
| /sqlite-3.40.0/contrib/ |
| H A D | sqlitecon.tcl | 515 if {$v(y)>=[winfo height $w]} {
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 232 #define fts5_dri(segid, dlidx, height, pgno) ( \ argument 235 ((i64)(height) << (FTS5_DATA_PAGE_B)) + \ 240 #define FTS5_DLIDX_ROWID(segid, height, pgno) fts5_dri(segid, 1, height, pgno) argument
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 4941 height height heighten heighten
|