Searched refs:hexStringSize (Results 1 – 1 of 1) sorted by relevance
34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) in ToHex() argument81 for(i = 0, j = 0; i < len && j < hexStringSize-3; i++) in ToHex()