Lines Matching refs:bootIndex
1326 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1328 otherElem = other.boot[bootIndex]; in copyFrom()
1335 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1336 this->boot[bootIndex] = curElem; in copyFrom()
1536 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1537 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1540 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1543 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1544 PtnElem *myElem = boot[bootIndex]; in equals()
1910 bootIndex = 0; in PatternMapIterator()
1938 int32_t headIndex=bootIndex; in hasNext()
1971 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
1978 bootIndex++; in next()
1984 if ( patternMap->boot[bootIndex] != NULL ) { in next()
1985 nodePtr = patternMap->boot[bootIndex]; in next()
1989 bootIndex++; in next()
2074 int32_t bootIndex; in DTSkeletonEnumeration() local
2082 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
2083 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2108 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()