Searched refs:FromHex (Results 1 – 2 of 2) sorted by relevance
57 std::string FromHex(const char* str, size_t size) { in FromHex() function79 std::string FromHex(const std::string& str) { in FromHex() function80 return FromHex(str.c_str(), str.size()); in FromHex()91 FromHex(it.Get(1).AsString()), in GetUnsymbolizedFrames()
122 #define FromHex(a) ((a) - (((a) > 'a') ? ('a' + 10) \ in BnFromHex() macro141 a = FromHex(*p); in BnFromHex()143 *d++ = a + (FromHex(*p) << 4); in BnFromHex()147 *d = FromHex(*p); in BnFromHex()