Home
last modified time | relevance | path

Searched refs:HEX_BASE (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp24 constexpr int HEX_BASE = 16; variable
64 addr = static_cast<uint64_t>(strtoull(addrStr.c_str(), nullptr, HEX_BASE)); in Parse()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp31 constexpr int HEX_BASE = 16; variable
214 …ymbolGot = PrintkFormatsParser::GetInstance().GetSymbol(strtoull(addr.c_str(), nullptr, HEX_BASE));
/developtools/profiler/device/plugins/memory_plugin/src/
Dsmaps_stats.cpp254 head.startAddr = strtoull(pStr, &end, HEX_BASE); in SetMapAddrInfo()
257 head.endAddr = strtoull(pStr, &end, HEX_BASE); in SetMapAddrInfo()
275 head.startAddr = strtoull(smapsHeadInfo.startAddrStr.c_str(), nullptr, HEX_BASE); in ParseMapHead()
276 head.endAddr = strtoull(smapsHeadInfo.endAddrStr.c_str(), nullptr, HEX_BASE); in ParseMapHead()
/developtools/profiler/device/plugins/memory_plugin/include/
Dsmaps_stats.h103 HEX_BASE = 16, enumerator