Searched refs:bootIndex (Results 1 – 4 of 4) sorted by relevance
1247 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local1249 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() local1455 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()[all …]
220 int32_t bootIndex;
1265 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in copyFrom() local1267 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() local1473 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()[all …]