Searched refs:fOut (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/uris/
H A Duris.cpp389 wxFile fOut(_T("test.html"), wxFile::write);
390 wxASSERT(fOut.IsOpened());
400 fOut.Write(buf, n);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dmach64_gx.c611 u32 tempA, tempB, fOut, longMHz100, diff, preDiff; local
654 fOut = tempA / tempB; /* 8 bit scale */
656 if (longMHz100 > fOut)
657 diff = longMHz100 - fOut;
659 diff = fOut - longMHz100;

Completed in 112 milliseconds