Lines Matching defs:tempB
502 u32 temp, tempB;
535 tempB = temp;
536 remainder = tempB % mach64RefFreq;
537 tempB = tempB / mach64RefFreq;
539 if ((tempB & 0xffff) <= 127
546 ((tempB & 0xff) << 8);
614 u32 tempA, tempB, fOut, longMHz100, diff, preDiff;
654 tempB = twoToKth * 256;
655 tempB *= (m + 2); /* 4..32 */
656 fOut = tempA / tempB; /* 8 bit scale */
741 u32 temp, tempB;
773 tempB = temp;
774 remainder = tempB % mach64RefFreq;
775 tempB = tempB / mach64RefFreq;
776 if (((tempB & 0xFFFF) <= 255)
783 ((tempB & 0xFF) << 8);