Lines Matching refs:cem_ranges
72 static cem_range cem_ranges[] = {
1777 /* Find the largest cem_ranges that fits within remaining_bits */
1778 for (int i = ARRAY_SIZE(cem_ranges)-1; i >= 0; --i) {
1780 cem_bits = (num_cem_values * 8 * cem_ranges[i].t + 4) / 5
1781 + (num_cem_values * 7 * cem_ranges[i].q + 2) / 3
1782 + num_cem_values * cem_ranges[i].b;
1787 ce_max = cem_ranges[i].max;
1788 ce_trits = cem_ranges[i].t;
1789 ce_quints = cem_ranges[i].q;
1790 ce_bits = cem_ranges[i].b;