Lines Matching defs:temp3
3269 unsigned long temp, temp1, temp2, temp3, push3;
3483 temp3 = tempax;
3486 temp1 /= temp3;
3487 temp3 = temp3 << 16;
3490 temp3 = (temp3 & 0xffff0000) + (temp1 & 0xffff);
3492 tempax = (USHORT) (temp3 & 0xff);
3503 tempax |= (USHORT) ((temp3 >> 8) & 0x07);
3509 temp3 = temp3 >> 16;
3512 temp3 = temp3 >> 1;
3515 (USHORT) ((temp3 >> 8) & 0xff));
3517 (USHORT) (temp3 & 0xff));
5800 USHORT temp1, temp3, resindex, xres;