Searched refs:toHex (Results 1 – 2 of 2) sorted by relevance
46 inline const char* toHex(uint8_t b) { in toHex() function59 for (int i = 0; i < 8 && i < len; ++i) strNew.append(toHex(*prm++)); in isPatchBadImpl()
19 function toHex() { function