Home
last modified time | relevance | path

Searched refs:Rwr_NotCond (Results 1 – 2 of 2) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/rwr/
H A DrwrUtil.c498 p0 = Rwr_NotCond( p0, (Entry0 & 1) ); in Rwr_ManLoadFromArray()
499 p1 = Rwr_NotCond( p1, (Entry1 & 1) ); in Rwr_ManLoadFromArray()
596 p0 = Rwr_NotCond( p0, (pBuffer[2*i + 0] & 1) ); in Rwr_ManLoadFromFile()
597 p1 = Rwr_NotCond( p1, (pBuffer[2*i + 1] & 1) ); in Rwr_ManLoadFromFile()
H A Drwr.h119 static inline Rwr_Node_t * Rwr_NotCond( Rwr_Node_t * p, int c ) { return (Rwr_Node_t *)((ABC_PTRUI… in Rwr_NotCond() function