Lines Matching refs:partition_count
1347 int partition_count,
1372 for (i = partition_count + c_p_c - 1; i >= partition_count; i--) {
1377 for (i = partition_count + c_p_c - 1; i >= partition_count; i--) {
1434 int voffset, partition_count, j_times_ptns_to_read;
1437 for (partition_count = 0; partition_count < ptns_to_read;) { // SPEC error
1439 int ret = setup_classifs(vc, vr, do_not_decode, ch_used, partition_count, ptns_to_read);
1443 for (i = 0; (i < c_p_c) && (partition_count < ptns_to_read); ++i) {
1448 unsigned vqclass = classifs[j_times_ptns_to_read + partition_count];
1551 ++partition_count;