Home
last modified time | relevance | path

Searched refs:FromHex (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/symbolizer/
Dsymbolize_database.cc57 std::string FromHex(const char* str, size_t size) { in FromHex() function
79 std::string FromHex(const std::string& str) { in FromHex() function
80 return FromHex(str.c_str(), str.size()); in FromHex()
91 FromHex(it.Get(1).AsString()), in GetUnsymbolizedFrames()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnConvert.c122 #define FromHex(a) ((a) - (((a) > 'a') ? ('a' + 10) \ in BnFromHex() macro
141 a = FromHex(*p); in BnFromHex()
143 *d++ = a + (FromHex(*p) << 4); in BnFromHex()
147 *d = FromHex(*p); in BnFromHex()