Searched refs:MAX_PATTERN_ENTRIES (Results 1 – 2 of 2) sorted by relevance
26 #define MAX_PATTERN_ENTRIES 52 macro247 PtnElem *boot[MAX_PATTERN_ENTRIES];
1774 for (int32_t i=0; i < MAX_PATTERN_ENTRIES; ++i ) { in PatternMap()1786 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom()1840 for (int32_t i=0; i < MAX_PATTERN_ENTRIES; ++i ) { in ~PatternMap()1991 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals()2397 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext()2423 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()2604 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()2634 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=nullptr) ) { in DTSkeletonEnumeration()