Home | History | Annotate | Download | only in internal_api

Lines Matching defs:batch_size

1491   size_t batch_size = 5;
1499 // First batch_size nodes are children of folder.
1501 for (i = 0; i < batch_size; ++i) {
1504 // Next batch_size nodes are a different type and on their own.
1505 for (; i < 2*batch_size; ++i) {
1509 // Last batch_size nodes are a third type that will not need encryption.
1510 for (; i < 3*batch_size; ++i) {