Home | History | Annotate | Download | only in i18n

Lines Matching refs:bootIndex

1247     for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1249 otherElem = other.boot[bootIndex];
1256 if ( this->boot[bootIndex]== NULL ) {
1257 this->boot[bootIndex] = curElem;
1454 for (int32_t bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1455 if ( boot[bootIndex]==other.boot[bootIndex] ) {
1458 if ( (boot[bootIndex]==NULL)||(other.boot[bootIndex]==NULL) ) {
1461 PtnElem *otherElem = other.boot[bootIndex];
1462 PtnElem *myElem = boot[bootIndex];
1824 bootIndex = 0;
1852 int32_t headIndex=bootIndex;
1885 while ( bootIndex < MAX_PATTERN_ENTRIES ) {
1892 bootIndex++;
1898 if ( patternMap->boot[bootIndex] != NULL ) {
1899 nodePtr = patternMap->boot[bootIndex];
1903 bootIndex++;
1988 int32_t bootIndex;
1996 for (bootIndex=0; bootIndex<MAX_PATTERN_ENTRIES; ++bootIndex ) {
1997 curElem = patternMap.boot[bootIndex];
2022 if ((bootIndex==MAX_PATTERN_ENTRIES) && (curElem!=NULL) ) {