Home
last modified time | relevance | path

Searched refs:DBTypePlaneTbl (Results 1 – 4 of 4) sorted by relevance

/dports/cad/magic/magic-8.3.245/mzrouter/
H A DmzTech.c597 if(DBTypePlaneTbl[rL->rl_routeType.rt_tileType] ==
598 DBTypePlaneTbl[tileType])
1241 if( DBTypePlaneTbl[t] >= 0 ) {
1242 if(TTMaskIntersect(&(DBPlaneTypes[DBTypePlaneTbl[t]]),imageTypeMask)
/dports/cad/magic/magic-8.3.245/magic/
H A Dsymbol.map81 DBTypePlaneTbl;
/dports/cad/magic/magic-8.3.245/database/
H A DDBtechtype.c42 int DBTypePlaneTbl[NT]; /* Normally accessed as macro "DBPlane(x)" */ variable
H A Ddatabase.h.in1016 * Effectively, the reverse lookup of DBPlane(type) (DBTypePlaneTbl[type]).
1061 * DBTypePlaneTbl gives the home plane for a given TileType,
1065 extern int DBTypePlaneTbl[TT_MAXTYPES];
1138 #define DBPlane(type) (DBTypePlaneTbl[type])