Lines Matching refs:bootIndex
1247 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local
1249 otherElem = other.boot[bootIndex]; in copyFrom()
1256 if ( this->boot[bootIndex]== NULL ) { in copyFrom()
1257 this->boot[bootIndex] = curElem; in copyFrom()
1454 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in equals() local
1455 if ( boot[bootIndex]==other.boot[bootIndex] ) { in equals()
1458 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) { in equals()
1461 PtnElem *otherElem = other.boot[bootIndex]; in equals()
1462 PtnElem *myElem = boot[bootIndex]; in equals()
1824 bootIndex = 0; in PatternMapIterator()
1852 int32_t headIndex=bootIndex; in hasNext()
1885 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
1892 bootIndex++; in next()
1898 if ( patternMap->boot[bootIndex] != NULL ) { in next()
1899 nodePtr = patternMap->boot[bootIndex]; in next()
1903 bootIndex++; in next()
1988 int32_t bootIndex; in DTSkeletonEnumeration() local
1996 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
1997 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2022 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) { in DTSkeletonEnumeration()