Lines Matching defs:cnt
616 unsigned cnt = 1;
617 while (cnt < pool->num_pc_regs - i && block == G_REG_BLOCK(pool->pc_regs[i + cnt]))
618 ++cnt;
620 if (offset < cnt) {
621 unsigned pass_reg_cnt = MIN2(cnt - offset, ac_block->b->b->num_counters);
626 i += cnt;
627 reg_va += num_instances * sizeof(uint64_t) * 2 * cnt;
698 unsigned cnt = 1;
699 while (cnt < pool->num_pc_regs - i && block == G_REG_BLOCK(pool->pc_regs[i + cnt]))
700 ++cnt;
702 if (offset < cnt) {
703 unsigned pass_reg_cnt = MIN2(cnt - offset, ac_block->b->b->num_counters);
707 i += cnt;