Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomln.c1614 theni = ni; in us_mirror()
1630 theni = ni; in us_mirror()
1693 tempcenter[1] = (theni->proto->highy - theni->proto->lowy) / 2; in us_mirror()
1712 corneroffset(theni, theni->proto, theni->rotation, theni->transpose, &gx, &gy, FALSE); in us_mirror()
1713 gx += theni->lowx; gy += theni->lowy; in us_mirror()
1724 cx = (theni->lowx+theni->highx)/2; cy = (theni->lowy+theni->highy)/2; in us_mirror()
1749 gx = (theni->highx + theni->lowx) / 2; in us_mirror()
1750 gy = (theni->highy + theni->lowy) / 2; in us_mirror()
1762 cx = (theni->lowx+theni->highx)/2; cy = (theni->lowy+theni->highy)/2; in us_mirror()
1789 theni->proto->lowy, theni->proto->highy, 0, 0, theni->proto); in us_mirror()
[all …]
H A Dusrcomrs.c1311 theni = NONODEINST; in us_rotate()
1330 theni = ni; in us_rotate()
1344 theni = NONODEINST; in us_rotate()
1355 theni = ni; in us_rotate()
1397 ni = theni; in us_rotate()
1442 ni = theni; in us_rotate()
1494 theni->temp1 = 1; in us_rotate()
1521 theni->proto->lowy, theni->proto->highy, 0, 0, theni->proto); in us_rotate()
1570 rotcx = (theni->lowx + theni->highx) / 2; in us_rotate()
1571 rotcy = (theni->lowy + theni->highy) / 2; in us_rotate()
[all …]
H A Dusrnet.c5601 void us_spreadrotateconnection(NODEINST *theni) in us_spreadrotateconnection() argument
5608 for(pi = theni->firstportarcinst; pi != NOPORTARCINST; pi = pi->nextportarcinst) in us_spreadrotateconnection()
/dports/cad/electric/electric-7.00/src/io/
H A Diodefi.c87 NODEINST **theni, PORTPROTO **thepp);
90 NODEINST *noti, NODEINST **theni, PORTPROTO **thepp);
1070 NODEINST **theni, PORTPROTO **thepp) in io_deffindconnection() argument
1098 *theni = ni; in io_deffindconnection()
1113 NODEINST **theni, PORTPROTO **thepp) in io_defgetpin() argument
1121 if (io_deffindconnection(x, y, ap, cell, NONODEINST, theni, thepp)) return(FALSE); in io_defgetpin()
1135 *theni = ni; in io_defgetpin()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h1045 void us_spreadrotateconnection(NODEINST *theni);
/dports/devel/directfb/DirectFB-1.4.17/
H A DChangeLog33111 if PAGE_SIZE and _SC_PAGE_SIZE (for sysconf()) are undefined, theni still guess page size.