819{
821 int pStore[16];
822 unsigned uCanonPhase = 0;
823#ifdef LUCKY_VERIFY
824 word temp[1024] = {0};
825 word duplicate[1024] = {0};
827#endif
828 if ( nVars <= 6 )
830 else if ( nVars <= 16 )
831 {
832 nWords = (nVars <= 6) ? 1 : (1 << (nVars - 6));
834 }
836#ifdef LUCKY_VERIFY
839#endif
840 return uCanonPhase;
841}
int luckyCheck(word *pAfter, word *pBefore, int nVars, char *pCanonPerm, unsigned uCanonPhase)
void luckyCanonicizer_final_fast_16Vars(word *pInOut, int nVars, int nWords, int *pStore, char *pCanonPerm, unsigned *pCanonPhase)
word luckyCanonicizer_final_fast_6Vars(word InOut, int *pStore, char *pCanonPerm, unsigned *pCanonPhase)
void Kit_TruthCopy_64bit(word *pOut, word *pIn, int nVars)