Lines Matching refs:bootIndex
1265 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1267 otherElem = other.boot[bootIndex]; in copyFrom()
1274 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1275 this->boot[bootIndex] = curElem; in copyFrom()
1472 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1473 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1476 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1479 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1480 PtnElem *myElem = boot[bootIndex]; in equals()
1842 bootIndex = 0; in PatternMapIterator()
1870 int32_t headIndex=bootIndex; in hasNext()
1903 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
1910 bootIndex++; in next()
1916 if ( patternMap->boot[bootIndex] != NULL ) { in next()
1917 nodePtr = patternMap->boot[bootIndex]; in next()
1921 bootIndex++; in next()
2006 int32_t bootIndex; in DTSkeletonEnumeration() local
2014 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
2015 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2040 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()