Lines Matching refs:op
334 printf("{%u,%u,%d}", (low & 127) == 99 ? 64 : state.lencode[low].op, in makefixed()
345 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits, in makefixed()
1041 if (here.op && (here.op & 0xf0) == 0) { in inflate()
1045 (BITS(last.bits + last.op) >> last.bits)]; in inflate()
1055 if ((int)(here.op) == 0) { in inflate()
1062 if (here.op & 32) { in inflate()
1068 if (here.op & 64) { in inflate()
1073 state->extra = (unsigned)(here.op) & 15; in inflate()
1093 if ((here.op & 0xf0) == 0) { in inflate()
1097 (BITS(last.bits + last.op) >> last.bits)]; in inflate()
1106 if (here.op & 64) { in inflate()
1112 state->extra = (unsigned)(here.op) & 15; in inflate()