Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/dau/
H A DdauCanon.c1244 …Vec_Int_t * vRepres[TT_MAX_LEVELS]; // pointers to the representatives from the last hierarchic… member
1262 p->vRepres[i] = Vec_IntAlloc(1); in Abc_TtHieManStart()
1275 Vec_IntFree(p->vRepres[i]); in Abc_TtHieManStop()
1296 truthId = Vec_IntEntry(p->vRepres[level], iSpot); in Abc_TtHieRetrieveOrInsert()
1300 Vec_IntSetEntry(p->vRepres[i], p->vTruthId[i], truthId); in Abc_TtHieRetrieveOrInsert()