Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/util/
H A DutilTruth.h1869 static inline int Abc_Tt6LastBit( word t ) in Abc_Tt6LastBit() function
1902 return 64*w + Abc_Tt6LastBit(pIn[w]); in Abc_TtFindLastBit()
1910 return 64*w + Abc_Tt6LastBit(pIn[w]); in Abc_TtFindLastBit2()
1934 return 64*w + Abc_Tt6LastBit(pIn1[w] ^ pIn2[w]); in Abc_TtFindLastDiffBit()
1942 return 64*w + Abc_Tt6LastBit(pIn1[w] ^ pIn2[w]); in Abc_TtFindLastDiffBit2()
1958 return 64*w + Abc_Tt6LastBit(~pIn[w]); in Abc_TtFindLastZero()