Lines Matching refs:bootIndex
1562 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1564 otherElem = other.boot[bootIndex]; in copyFrom()
1571 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1572 this->boot[bootIndex] = curElem; in copyFrom()
1755 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1756 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1759 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1762 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1763 PtnElem *myElem = boot[bootIndex]; in equals()
2102 bootIndex = 0; in PatternMapIterator()
2130 int32_t headIndex=bootIndex; in hasNext()
2163 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
2170 bootIndex++; in next()
2176 if ( patternMap->boot[bootIndex] != NULL ) { in next()
2177 nodePtr = patternMap->boot[bootIndex]; in next()
2181 bootIndex++; in next()
2330 int32_t bootIndex; in DTSkeletonEnumeration() local
2338 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
2339 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2364 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()