Lines Matching refs:low
344 unsigned low, size; in makefixed() local
359 low = 0; in makefixed()
361 if ((low % 7) == 0) printf("\n "); in makefixed()
362 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
363 state.lencode[low].bits, state.lencode[low].val); in makefixed()
364 if (++low == size) break; in makefixed()
370 low = 0; in makefixed()
372 if ((low % 6) == 0) printf("\n "); in makefixed()
373 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
374 state.distcode[low].val); in makefixed()
375 if (++low == size) break; in makefixed()