Home | History | Annotate | Download | only in collationperf

Lines Matching refs:MAXLINES

1536     const int MAXLINES = 100000;
1537 gFileLines = new Line[MAXLINES];
1567 if (gNumFileLines >= MAXLINES) {
1568 fprintf(stderr, "File too big. Max number of lines is %d\n", MAXLINES);