Home
last modified time | relevance | path

Searched defs: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
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DBnConvert.c122 #define FromHex(a) ((a) - (((a) > 'a') ? ('a' + 10) \ in BnFromHex() macro