Searched refs:MAXITS (Results 1 – 2 of 2) sorted by relevance
/external/srec/tools/grxmlcompile/ | ||
D | sub_grph.h | 53 #define MAXITS 5 // Maximum equivalence reduction iterations macro |
D | sub_min.cpp | 152 } while (count > 0 && itCnt < MAXITS); in IdentifyEquivalence() |