Lines Matching refs:low
306 unsigned low, size; in makefixed() local
321 low = 0; in makefixed()
323 if ((low % 7) == 0) printf("\n "); in makefixed()
324 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits, in makefixed()
325 state.lencode[low].val); in makefixed()
326 if (++low == size) break; in makefixed()
332 low = 0; in makefixed()
334 if ((low % 6) == 0) printf("\n "); in makefixed()
335 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
336 state.distcode[low].val); in makefixed()
337 if (++low == size) break; in makefixed()