Home | History | Annotate | Download | only in i18n

Lines Matching refs:bootIndex

1321     for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1323 otherElem = other.boot[bootIndex];
1330 if ( this->boot[bootIndex]== NULL ) {
1331 this->boot[bootIndex] = curElem;
1531 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1532 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1535 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1538 PtnElem *otherElem = other.boot[bootIndex];
1539 PtnElem *myElem = boot[bootIndex];
1905 bootIndex = 0;
1933 int32_t headIndex=bootIndex;
1966 while ( bootIndex < MAX_PATTERN_ENTRIES ) {
1973 bootIndex++;
1979 if ( patternMap->boot[bootIndex] != NULL ) {
1980 nodePtr = patternMap->boot[bootIndex];
1984 bootIndex++;
2069 int32_t bootIndex;
2077 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
2078 curElem = patternMap.boot[bootIndex];
2103 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) {