Lines Matching defs:tempB
504 u32 temp, tempB;
537 tempB = temp;
538 remainder = tempB % mach64RefFreq;
539 tempB = tempB / mach64RefFreq;
541 if ((tempB & 0xffff) <= 127
548 ((tempB & 0xff) << 8);
616 u32 tempA, tempB, fOut, longMHz100, diff, preDiff;
656 tempB = twoToKth * 256;
657 tempB *= (m + 2); /* 4..32 */
658 fOut = tempA / tempB; /* 8 bit scale */
743 u32 temp, tempB;
775 tempB = temp;
776 remainder = tempB % mach64RefFreq;
777 tempB = tempB / mach64RefFreq;
778 if (((tempB & 0xFFFF) <= 255)
785 ((tempB & 0xFF) << 8);