Home | History | Annotate | Download | only in collationperf

Lines Matching full:maxlen

781     int     maxLen = 0;
785 if (gFileLines[i].len > maxLen) maxLen = gFileLines[i].len;
789 int *accumulatedLen = new int[maxLen+1];
790 int *numKeysOfSize = new int[maxLen+1];
791 for (i=0; i<=maxLen; i++) {
805 for (i=1; i<=maxLen; i++) {