Searched refs:MAXPORTIONS (Results 1 – 3 of 3) sorted by relevance
28 static final int MAXPORTIONS = 10; field in TestStreaming107 for (j = 0; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()
25 static final int MAXPORTIONS = 10; field in TestStreaming104 for (j = 0; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()
4409 #define MAXPORTIONS 10 in testStreaming() macro4415 char portionLens[2][MAXPORTIONS]; in testStreaming()4449 char processedLenStr[MAXPORTIONS * 5]; in testStreaming()4469 for (j = 0, pSrc = src; j < MAXPORTIONS && srcLen > 0; j++) { in testStreaming()