Lines Matching defs:temp
142 JLONG temp;
148 if ((temp = (e->a - 1 + e->c) & 0xFFFF0000UL) < e->c)
149 e->c = temp + 0x8000L;
151 e->c = temp;
229 register JLONG qe, temp;
273 temp = e->c >> 19;
274 if (temp > 0xFF) {
289 e->buffer = temp & 0xFF; /* new output byte, might overflow later */
290 } else if (temp == 0xFF) {
311 e->buffer = temp & 0xFF; /* new output byte (can still overflow) */