Searched refs:secondDigit (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp835 int firstDigit, secondDigit; local
843 secondDigit = buf[1] - wxT('A') + 10;
845 secondDigit = buf[1] - wxT('0');
847 return firstDigit * 16 + secondDigit;
854 int secondDigit = (int)(dec - (firstDigit*16.0)); local
856 buf[1] = sg_HexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h20 int secondDigit = (int)(dec - (firstDigit*16.0)); local
22 buf[1] = hexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dutilscmn.cpp208 int firstDigit, secondDigit; local
216 secondDigit = buf.GetChar(1) - wxT('A') + 10;
218 secondDigit = buf.GetChar(1) - wxT('0');
220 return (firstDigit & 0xF) * 16 + (secondDigit & 0xF );
227 int secondDigit = (int)(dec - (firstDigit*16.0)); local
229 buf[1] = hexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dpnghand.cpp803 int secondDigit = (int)(dec - (firstDigit*16.0)); local
805 buf[1] = hexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp878 int firstDigit, secondDigit;
889 secondDigit = (int)(*data - (firstDigit*16.0));
891 *(bufferindex++) = hexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp9508 int secondDigit = (int)(dec - (firstDigit*16.0)); local
9510 buf[1] = hexArray[secondDigit];
9515 int firstDigit, secondDigit; local
9523 secondDigit = buf[1] - wxT('A') + 10;
9525 secondDigit = buf[1] - wxT('0');
9527 return (firstDigit & 0xF) * 16 + (secondDigit & 0xF );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...

Completed in 75 milliseconds