Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddblibrary.c156 lib->userbits |= (((el_units & INTERNALUNITS) >> INTERNALUNITSSH) << LIBUNITSSH); in newlibrary()
812 (((newunits & INTERNALUNITS) >> INTERNALUNITSSH) << LIBUNITSSH); in changeinternalunits()
/dports/cad/electric/electric-7.00/src/io/
H A Diotexti.c552 oldunit = ((io_txtindata.curlib->userbits & LIBUNITS) >> LIBUNITSSH) << INTERNALUNITSSH; in io_doreadtextlibrary()
H A Diobinaryi.c974 oldunit = ((lib->userbits & LIBUNITS) >> LIBUNITSSH) << INTERNALUNITSSH; in io_doreadlibrary()
H A Dio.c1549 libunits = ((lib->userbits & LIBUNITS) >> LIBUNITSSH) << INTERNALUNITSSH; in io_fixnewlib()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1583 #define INTERNALUNITSSH 4 /* right shift for INTERNALUNITS */ macro