Lines Matching refs:bootIndex
1931 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in copyFrom() local
1933 otherElem = other.boot[bootIndex]; in copyFrom()
1950 if (this->boot[bootIndex] == nullptr) { in copyFrom()
1951 this->boot[bootIndex] = curElem; in copyFrom()
2136 for (int32_t bootIndex = 0; bootIndex < MAX_PATTERN_ENTRIES; ++bootIndex) { in equals() local
2137 if (boot[bootIndex] == other.boot[bootIndex]) { in equals()
2140 if ((boot[bootIndex] == nullptr) || (other.boot[bootIndex] == nullptr)) { in equals()
2143 PtnElem *otherElem = other.boot[bootIndex]; in equals()
2144 PtnElem *myElem = boot[bootIndex]; in equals()
2542 bootIndex(0), nodePtr(nullptr), matcher(nullptr), patternMap(nullptr) in PatternMapIterator()
2568 int32_t headIndex = bootIndex; in hasNext()
2600 while ( bootIndex < MAX_PATTERN_ENTRIES ) { in next()
2607 bootIndex++; in next()
2613 if ( patternMap->boot[bootIndex] != nullptr ) { in next()
2614 nodePtr = patternMap->boot[bootIndex]; in next()
2618 bootIndex++; in next()
2775 int32_t bootIndex; in DTSkeletonEnumeration() local
2783 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) { in DTSkeletonEnumeration()
2784 curElem = patternMap.boot[bootIndex]; in DTSkeletonEnumeration()
2813 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=nullptr) ) { in DTSkeletonEnumeration()