Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp513 static const char HEXTABLE[] = "0123456789abcdef"; in ToReadableBuildId() local
521 buildId[i * HEX_EXPAND_PARAM] = HEXTABLE[(n >> 4) % HEXLENGTH]; // 4 : higher 4 bit of uint8 in ToReadableBuildId()
522 buildId[i * HEX_EXPAND_PARAM + 1] = HEXTABLE[n % HEXLENGTH]; in ToReadableBuildId()

Completed in 3 milliseconds