Lines Matching refs:bootIndex
1363 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1365 otherElem = other.boot[bootIndex]; in copyFrom()
1372 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1373 this->boot[bootIndex] = curElem; in copyFrom()
1573 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1574 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1577 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1580 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1581 PtnElem *myElem = boot[bootIndex]; in equals()
1947 bootIndex = 0; in PatternMapIterator()
1975 int32_t headIndex=bootIndex; in hasNext()
2008 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
2015 bootIndex++; in next()
2021 if ( patternMap->boot[bootIndex] != NULL ) { in next()
2022 nodePtr = patternMap->boot[bootIndex]; in next()
2026 bootIndex++; in next()
2111 int32_t bootIndex; in DTSkeletonEnumeration() local
2119 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
2120 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2145 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()