Lines Matching refs:low
56 unsigned sym, bits, low, size;
91 low = 0;
93 if ((low % 6) == 0) printf("\n ");
94 printf("{%u,%u,%d}", lenfix[low].op, lenfix[low].bits,
95 lenfix[low].val);
96 if (++low == size) break;
102 low = 0;
104 if ((low % 5) == 0) printf("\n ");
105 printf("{%u,%u,%d}", distfix[low].op, distfix[low].bits,
106 distfix[low].val);
107 if (++low == size) break;
156 /* Return the low n bits of the bit accumulator (n <= 16) */