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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp755 unsigned long tempNum,quotient,remainder; local
767 tempNum = theNum;
771 if (srcCharIndex >= sizeof(tempString) - 1 || tempNum == 0)
789 quotient = tempNum / 10;
791 remainder = tempNum - (quotient * 10);
797 tempNum = quotient;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.cpp755 unsigned long tempNum,quotient,remainder; local
767 tempNum = theNum;
771 if (srcCharIndex >= sizeof(tempString) - 1 || tempNum == 0)
789 quotient = tempNum / 10;
791 remainder = tempNum - (quotient * 10);
797 tempNum = quotient;

Completed in 72 milliseconds