Home
last modified time | relevance | path

Searched refs:HEX_CHARS (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/api/src/
H A Dplugin_manager.cpp32 constexpr char HEX_CHARS[] = "0123456789abcdef"; member
60 result.push_back(HEX_CHARS[HHB(out[i])]); in ComputeFileSha256()
61 result.push_back(HEX_CHARS[LHB(out[i])]); in ComputeFileSha256()
/developtools/profiler/device/cmds/test/unittest/
H A Dhiprofiler_cmd_test.cpp50 constexpr char HEX_CHARS[] = "0123456789abcdef"; member
132 result.push_back(HEX_CHARS[HHB(out[i])]); in ComputeFileSha256()
133 result.push_back(HEX_CHARS[LHB(out[i])]); in ComputeFileSha256()

Completed in 3 milliseconds