Home | History | Annotate | Download | only in i18n

Lines Matching refs:bootIndex

1268     for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1270 otherElem = other.boot[bootIndex];
1277 if ( this->boot[bootIndex]== NULL ) {
1278 this->boot[bootIndex] = curElem;
1475 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1476 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1479 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1482 PtnElem *otherElem = other.boot[bootIndex];
1483 PtnElem *myElem = boot[bootIndex];
1845 bootIndex = 0;
1873 int32_t headIndex=bootIndex;
1906 while ( bootIndex < MAX_PATTERN_ENTRIES ) {
1913 bootIndex++;
1919 if ( patternMap->boot[bootIndex] != NULL ) {
1920 nodePtr = patternMap->boot[bootIndex];
1924 bootIndex++;
2009 int32_t bootIndex;
2017 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
2018 curElem = patternMap.boot[bootIndex];
2043 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) {