Home | History | Annotate | Download | only in i18n

Lines Matching refs:bootIndex

1322     for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1324 otherElem = other.boot[bootIndex];
1331 if ( this->boot[bootIndex]== NULL ) {
1332 this->boot[bootIndex] = curElem;
1532 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1533 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1536 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1539 PtnElem *otherElem = other.boot[bootIndex];
1540 PtnElem *myElem = boot[bootIndex];
1906 bootIndex = 0;
1934 int32_t headIndex=bootIndex;
1967 while ( bootIndex < MAX_PATTERN_ENTRIES ) {
1974 bootIndex++;
1980 if ( patternMap->boot[bootIndex] != NULL ) {
1981 nodePtr = patternMap->boot[bootIndex];
1985 bootIndex++;
2070 int32_t bootIndex;
2078 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
2079 curElem = patternMap.boot[bootIndex];
2104 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) {