Home | History | Annotate | Download | only in util

Lines Matching defs:MAX_BATCH

1176         static final int MAX_BATCH = 1 << 25;  // max batch array size;
1213 if (n > MAX_BATCH)
1214 n = MAX_BATCH;