Home
last modified time | relevance | path

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

/base/hiviewdfx/hidumper/frameworks/native/include/util/
Dstring_utils.h44 const int DEC_STR = 10; variable
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp94 value += (str[i] - 'A' + DEC_STR) * pow(HEX_STR, l - 1 - i); in HexToDec()