Home
last modified time | relevance | path

Searched refs:tnum (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/groff/src/devices/grolj4/
HDlj4.cpp423 const int tnum = 2; in draw() local
431 (p[i]*tnum)/(2*tden), in draw()
432 (p[i + 1]*tnum)/(2*tden), in draw()
433 p[i]/2 + (p[i + 2]*(tden - tnum))/(2*tden), in draw()
434 p[i + 1]/2 + (p[i + 3]*(tden - tnum))/(2*tden), in draw()
/NextBSD/contrib/unbound/libunbound/
HDcontext.c171 int tnum = 0; in context_obtain_alloc() local
178 else tnum = ctx->thr_next_num++; in context_obtain_alloc()
189 alloc_init(a, &ctx->superalloc, tnum); in context_obtain_alloc()
/NextBSD/contrib/groff/src/devices/grops/
HDps.cpp1193 const int tnum = 2; in draw() local
1196 out.put_fix_number((p[i]*tnum)/(2*tden)) in draw()
1197 .put_fix_number((p[i + 1]*tnum)/(2*tden)) in draw()
1198 .put_fix_number(p[i]/2 + (p[i + 2]*(tden - tnum))/(2*tden)) in draw()
1199 .put_fix_number(p[i + 1]/2 + (p[i + 3]*(tden - tnum))/(2*tden)) in draw()
/NextBSD/contrib/sqlite3/
HDsqlite3.c11587 int tnum; /* Root BTree page for this table */ member
11824 int tnum; /* DB Page containing root of this index */ member
53971 if( pIdx->tnum==(int)iRoot ){
53978 iTab = pIdx->pTable->tnum;
79049 sqlite3VdbeChangeP2(v, 1, pTab->tnum);
79057 sqlite3VdbeChangeP2(v, 2 + flags, pTab->tnum);
85872 sqlite3TableLock(pParse, iDb, pTab->tnum, 0, pTab->zName);
85907 sqlite3VdbeAddOp3(v, OP_OpenRead, iTab, pIdx->tnum, iDb);
89386 aRoot[i] = pStat->tnum;
90146 if( pTab->tnum==0 ){
[all …]
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c9926 int tnum; /* Root BTree node for this table (see note above) */ member
10128 int tnum; /* Page containing root of this index in database file */ member
48417 if( pIdx->tnum==(int)iRoot ){
48418 iTab = pIdx->pTable->tnum;
70086 sqlite3VdbeChangeP2(v, 2, pTab->tnum);
70094 sqlite3VdbeChangeP2(v, 3 + flags, pTab->tnum);
74474 sqlite3TableLock(pParse, iDb, pTab->tnum, 0, pTab->zName);
74518 sqlite3VdbeAddOp4(v, OP_OpenRead, iTab, pIdx->tnum, iDb,
77684 aRoot[i] = pStat->tnum;
77746 if( pTab->tnum==0 ){
[all …]
/NextBSD/contrib/libxo/doc/
HDlibxo.txt2887 printf("table %d\n", tnum);
2892 xo_emit("{T:/table %d}\n", tnum);