Searched refs:MAXPAIR (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Dlookup3.c798 #define MAXPAIR 60 macro
808 printf("No more than %d trials should ever be needed \n",MAXPAIR/2);
822 for (k=0; k<MAXPAIR; k+=2)
848 if (k==MAXPAIR)
855 if (z==MAXPAIR) goto done;
860 if (z < MAXPAIR)

Completed in 12 milliseconds