Searched refs:MAXLOOPS (Results 1 – 6 of 6) sorted by relevance
73 static final int MAXLOOPS = 20; field in TestStreaming86 StringBuffer processedLenStr = new StringBuffer(MAXLOOPS * 5); in testStreaming()
70 static final int MAXLOOPS = 20; field in TestStreaming83 StringBuffer processedLenStr = new StringBuffer(MAXLOOPS * 5); in testStreaming()
75 #define MAXLOOPS 500 /* max pages for map children to write */ macro385 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS; in child_mapper()
91 #define MAXLOOPS 500 /* max pages for map children to write */ macro516 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
101 #define MAXLOOPS 500 /* max pages for map children to write */ macro607 nloops = (randloops) ? (lrand48() % MAXLOOPS) : MAXLOOPS;
764 #define MAXLOOPS 1000000 macro890 if (++abortctr == MAXLOOPS) { in create_bare_ssl_connection()