Home
last modified time | relevance | path

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

/trueos/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()
/trueos/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()
/trueos/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()
/trueos/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 …]
/trueos/contrib/sqlite3/
HDsqlite3.c10517 int tnum; /* Root BTree node for this table (see note above) */ member
10713 int tnum; /* DB Page containing root of this index */ member
49723 if( pIdx->tnum==(int)iRoot ){
49724 iTab = pIdx->pTable->tnum;
71981 sqlite3VdbeChangeP2(v, 2, pTab->tnum);
71989 sqlite3VdbeChangeP2(v, 3 + flags, pTab->tnum);
76761 sqlite3TableLock(pParse, iDb, pTab->tnum, 0, pTab->zName);
76802 sqlite3VdbeAddOp4(v, OP_OpenRead, iTab, pIdx->tnum, iDb,
80427 aRoot[i] = pStat->tnum;
80715 if( pTab->tnum==0 ){
[all …]