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