Home | History | Annotate | Download | only in engine

Lines Matching defs:batch_size

1078   size_t batch_size = 5;
1086 // First batch_size nodes are children of folder.
1088 for (i = 0; i < batch_size; ++i) {
1092 // Next batch_size nodes are a different type and on their own.
1093 for (; i < 2*batch_size; ++i) {
1098 // Last batch_size nodes are a third type that will not need encryption.
1099 for (; i < 3*batch_size; ++i) {