Lines Matching refs:top_bit
369 struct top_bit {
373 struct top_bit *top_bits_sorted[MAX_NUM_TOP_BITS];
435 struct top_bit * const *bit_a = a;
436 struct top_bit * const *bit_b = b;
449 update_idle_bit(struct top_bit *top_bit)
453 if (top_bit->bit->reg == INST_DONE_1)
458 if ((reg_val & top_bit->bit->bit) == 0)
459 top_bit->count++;
789 // sizeof(struct top_bit *), top_bits_sort);
790 struct top_bit tmp_top;