Searched defs:hexLow (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/xfa/src/fgas/src/crt/ | ||
H A D | fx_algorithm.cpp | 269 uint8_t FX_Hex2Dec(uint8_t hexHigh, uint8_t hexLow) {
argument 270 return (g_FXHex2DecMap[hexHigh] << 4) + g_FXHex2DecMap[hexLow]; |
Completed in 72 milliseconds