Home
last modified time | relevance | path

Searched refs:firstinst (Results 1 – 25 of 53) sorted by relevance

123

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/test/
H A Dfts5rank.test54 proc firstinst {cmd} {
58 sqlite3_fts5_create_function db firstinst firstinst
65 SELECT rowid FROM tt('a', 'firstinst()') ORDER BY rank;
69 INSERT INTO tt(tt, rank) VALUES('rank', 'firstinst()');
76 } {1 {no such function: firstinst}}
81 sqlite3_fts5_create_function db2 firstinst firstinst
H A Dfts5al.test169 proc firstinst {cmd} {
173 sqlite3_fts5_create_function db firstinst firstinst
176 SELECT rowid, firstinst(t2) FROM t2 WHERE t2 MATCH 'a' ORDER BY rowid ASC
184 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
193 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
200 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst()');
214 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst ( ) ');
H A Dfts5fault4.test156 proc firstinst {cmd} {
160 sqlite3_fts5_create_function db firstinst firstinst
163 db eval { SELECT firstinst(x3) FROM x3 WHERE x3 MATCH 'c' }
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/test/
H A Dfts5rank.test54 proc firstinst {cmd} {
58 sqlite3_fts5_create_function db firstinst firstinst
65 SELECT rowid FROM tt('a', 'firstinst()') ORDER BY rank;
69 INSERT INTO tt(tt, rank) VALUES('rank', 'firstinst()');
76 } {1 {no such function: firstinst}}
81 sqlite3_fts5_create_function db2 firstinst firstinst
H A Dfts5al.test169 proc firstinst {cmd} {
173 sqlite3_fts5_create_function db firstinst firstinst
176 SELECT rowid, firstinst(t2) FROM t2 WHERE t2 MATCH 'a' ORDER BY rowid ASC
184 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
193 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
200 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst()');
214 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst ( ) ');
H A Dfts5fault4.test156 proc firstinst {cmd} {
160 sqlite3_fts5_create_function db firstinst firstinst
163 db eval { SELECT firstinst(x3) FROM x3 WHERE x3 MATCH 'c' }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/test/
H A Dfts5rank.test54 proc firstinst {cmd} {
58 sqlite3_fts5_create_function db firstinst firstinst
65 SELECT rowid FROM tt('a', 'firstinst()') ORDER BY rank;
69 INSERT INTO tt(tt, rank) VALUES('rank', 'firstinst()');
76 } {1 {no such function: firstinst}}
81 sqlite3_fts5_create_function db2 firstinst firstinst
H A Dfts5al.test169 proc firstinst {cmd} {
173 sqlite3_fts5_create_function db firstinst firstinst
176 SELECT rowid, firstinst(t2) FROM t2 WHERE t2 MATCH 'a' ORDER BY rowid ASC
184 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
193 WHERE t2 MATCH 'a' AND rank MATCH 'firstinst()'
200 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst()');
214 INSERT INTO t2(t2, rank) VALUES('rank', 'firstinst ( ) ');
H A Dfts5fault4.test156 proc firstinst {cmd} {
160 sqlite3_fts5_create_function db firstinst firstinst
163 db eval { SELECT firstinst(x3) FROM x3 WHERE x3 MATCH 'c' }
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/bayes/
H A Ddfa.c137 for(i=d->p->firstinst, k=0; k < d->ninst; i++, k++){ in followempty()
143 again |= add(i->u2.next - d->p->firstinst, bits, k); in followempty()
146 again |= add(i->u2.left - d->p->firstinst, bits, k); in followempty()
166 for(i=d->p->firstinst, k=0; k < d->ninst; i++, k++){ in followempty()
196 inst0 = d->p->firstinst; in transition()
250 l = pp->firstinst; in countinst()
285 for(i=p->firstinst; i->type; i++){ in findchars()
439 bits[p->startinst - p->firstinst] = 1; in dregcvt()
464 if(p->firstinst[s->inst[n]].type == END) in dregcvt()
601 l = pp->firstinst; in rdump()
[all …]
H A Dregcomp.c244 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
256 size = sizeof(Reprog) + (freep - pp->firstinst)*sizeof(Reinst); in optimize()
262 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
303 l = pp->firstinst; in dump()
305 print("%d:\t0%o\t%d\t%d", l-pp->firstinst, l->type, in dump()
306 l->left-pp->firstinst, l->right-pp->firstinst); in dump()
491 freep = pp->firstinst; in regcomp1()
536 print("start: %d\n", andp->first-pp->firstinst); in regcomp1()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libregexp/
H A Dregcomp.c244 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
256 size = sizeof(Reprog) + (freep - pp->firstinst)*sizeof(Reinst); in optimize()
262 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
303 l = pp->firstinst; in dump()
305 print("%d:\t0%o\t%d\t%d", l-pp->firstinst, l->type, in dump()
306 l->u2.left-pp->firstinst, l->u1.right-pp->firstinst); in dump()
487 freep = pp->firstinst; in regcomp1()
532 print("start: %d\n", andp->first-pp->firstinst); in regcomp1()
/dports/x11-wm/wmii/wmii-3.6/libregexp/
H A Dregcomp.c244 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
256 size = sizeof(Reprog) + (freep - pp->firstinst)*sizeof(Reinst); in optimize()
262 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
303 l = pp->firstinst; in dump()
305 print("%d:\t0%o\t%d\t%d", l-pp->firstinst, l->type, in dump()
306 l->u2.left-pp->firstinst, l->u1.right-pp->firstinst); in dump()
487 freep = pp->firstinst; in regcomp1()
532 print("start: %d\n", andp->first-pp->firstinst); in regcomp1()
/dports/devel/9base/9base-6/lib9/regex/
H A Dregcomp.c240 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
252 size = sizeof(Reprog) + (freep - pp->firstinst)*sizeof(Reinst); in optimize()
258 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
299 l = pp->firstinst; in dump()
301 print("%d:\t0%o\t%d\t%d", l-pp->firstinst, l->type, in dump()
302 l->u2.left-pp->firstinst, l->u1.right-pp->firstinst); in dump()
483 freep = pp->firstinst; in regcomp1()
528 print("start: %d\n", andp->first-pp->firstinst); in regcomp1()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libregexp/
H A Dregcomp.c243 for(inst=pp->firstinst; inst->type!=END; inst++){ in optimize()
255 size = sizeof(Reprog) + (freep - pp->firstinst)*sizeof(Reinst); in optimize()
261 for(inst=npp->firstinst; inst<freep; inst++){ in optimize()
302 l = pp->firstinst; in dump()
304 print("%d:\t0%o\t%d\t%d", l-pp->firstinst, l->type, in dump()
305 l->u2.left-pp->firstinst, l->u1.right-pp->firstinst); in dump()
491 freep = pp->firstinst; in regcomp1()
536 print("start: %d\n", andp->first-pp->firstinst); in regcomp1()
/dports/cad/alliance/alliance/src/ring/src/
H A Dposercircuit.c612 phins_list * firstinst, *lastinst, *firstinst2, *lastinst2; in tirer_coins() local
631 firstlastinst_barre(barre[SUD], &firstinst, &lastinst); in tirer_coins()
634 fig = getphfig(firstinst->FIGNAME, 'A'); in tirer_coins()
637 firstinst = getphins(circuit_ph, firstinst->INSNAME); in tirer_coins()
650 xyflat(&xcon1, &ycon1, con1->XCON, con1->YCON, firstinst->XINS, firstinst->YINS, fig->XAB1, in tirer_coins()
679 firstlastinst_barre(barre[SUD], &firstinst, &lastinst); in tirer_coins()
729 firstlastinst_barre(barre[NORD], &firstinst, &lastinst); in tirer_coins()
732 fig = getphfig(firstinst->FIGNAME, 'A'); in tirer_coins()
735 firstinst = getphins(circuit_ph, firstinst->INSNAME); in tirer_coins()
749 xyflat(&xcon1, &ycon1, con1->XCON, con1->YCON, firstinst->XINS, firstinst->YINS, fig->XAB1, in tirer_coins()
[all …]
H A Dcompress.c54 void firstlastinst_barre(phfig_list *barre, phins_list **firstinst, phins_list **lastinst) in firstlastinst_barre() argument
61 *firstinst = *lastinst = lst; in firstlastinst_barre()
67 *firstinst = lst; in firstlastinst_barre()
76 …printf("firstinst %s x %ld lastinst %s x %ld\n", (*firstinst)->INSNAME, (*firstinst)->XINS, (*last… in firstlastinst_barre()
H A Dcompress.h8 extern void firstlastinst_barre(phfig_list *barre, phins_list **firstinst, phins_list **lastinst);
/dports/x11-wm/wmii/wmii-3.6/include/
H A Dregexp9.h62 Reinst firstinst[5]; /* .text */ member
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dregexp9.h60 Reinst firstinst[5]; /* .text */ member
/dports/devel/9base/9base-6/lib9/
H A Dregexp9.h65 Reinst firstinst[5]; /* .text */ member
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dregexp9.h65 Reinst firstinst[5]; /* .text */ member
/dports/cad/electric/electric-7.00/src/sc/
H A Dsc1maker.c1000 SCMAKERINST *firstinst, *previnst; in Sc_maker_create_layout() local
1464 firstinst = NULL; in Sc_maker_create_layout()
1469 if (!firstinst) in Sc_maker_create_layout()
1471 firstinst = inst; in Sc_maker_create_layout()
1479 xpos = (firstinst->xpos + previnst->xpos + previnst->xsize) >> 1; in Sc_maker_create_layout()
1480 xsize = (previnst->xpos + previnst->xsize) - firstinst->xpos; in Sc_maker_create_layout()
1484 ypos = firstinst->ypos + ScGetParameter(SC_PARAM_MAKE_PWELL_OFFSET) + in Sc_maker_create_layout()
1496 ypos = firstinst->ypos + firstinst->ysize - ScGetParameter(SC_PARAM_MAKE_NWELL_OFFSET) - in Sc_maker_create_layout()
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlay.c223 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_layconnewobject()
225 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_layconnewobject()
228 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_layconnewobject()
246 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_layconkillobject()
275 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_layconnewvariable()
1567 for(ni = cell->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_computecell()
1587 for(ni = cell->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_computecell()
1595 for(ni = cell->firstinst; ni != NONODEINST; ni = ni->nextinst) in cla_computecell()
1617 if (np->firstinst != NONODEINST) continue; in cla_computecell()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbcreate.c220 if (np->firstinst != NONODEINST) np->firstinst->previnst = ni; in db_enternodeinst()
221 ni->nextinst = np->firstinst; in db_enternodeinst()
223 np->firstinst = ni; in db_enternodeinst()
310 ni->proto->firstinst = ni->nextinst; in db_retractnodeinst()
1565 if (np->firstinst != NONODEINST) return(NOPORTPROTO); in db_newprimportproto()
1633 for(ni = np->firstinst; ni != NONODEINST; ni = ni->nextinst) in db_killportproto()

123