Lines Matching refs:sub_count
446 static void juggle(int *wrap_p, int *block_p, unsigned sub_len, unsigned sub_count)
456 for (j = 0; j < sub_count/2; j++) {
475 unsigned sub_count, sub_len, todo_count, step_subcount, i;
496 sub_count = step_subcount;
497 if (sub_count > todo_count)
498 sub_count = todo_count;
501 sub_count *= 2;
503 juggle(wrap_p, block_p, sub_len, sub_count);
506 for (i = 0, p = block_p; i < sub_count; i++) {
513 sub_count *= 2;
514 juggle(wrap_p, block_p, sub_len, sub_count);