Searched refs:hexArray (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dbmputils.h14 static char hexArray[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', variable
21 buf[0] = hexArray[firstDigit];
22 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.cpp797 static char hexArray[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', variable
804 buf[0] = hexArray[firstDigit];
805 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.cpp203 static wxChar hexArray[] = wxT("0123456789ABCDEF"); variable
228 buf[0] = hexArray[firstDigit];
229 buf[1] = hexArray[secondDigit];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp1274 static char hexArray[] = { variable
1286 buf[0] = hexArray[digit1];
1287 buf[1] = hexArray[digit2];
1288 buf[2] = hexArray[digit3];
1289 buf[3] = hexArray[digit4];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp839 static char hexArray[] = "0123456789ABCDEF";
890 *(bufferindex++) = hexArray[firstDigit];
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.cpp9502 static char hexArray[] = "0123456789ABCDEF"; variable
9509 buf[0] = hexArray[firstDigit];
9510 buf[1] = hexArray[secondDigit];

Completed in 185 milliseconds