Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcRec3.c906 int i, * pTruthId, iFirstPo, iFirstPoNext, iBestPo; in If_CutFindBestStruct() local
945 pTruthId = Vec_MemHashLookup( p->vTtMem, p->pTemp1 ); in If_CutFindBestStruct()
946 if ( *pTruthId == -1 ) in If_CutFindBestStruct()
958 iFirstPo = Vec_IntEntry( p->vTruthPo, *pTruthId ); in If_CutFindBestStruct()
960 iFirstPoNext = Vec_IntEntry( p->vTruthPo, *pTruthId+1 ); in If_CutFindBestStruct()