Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h438 static const char HEXTABLE[] = "0123456789abcdef"; in GetReadableBuildId() local
449 buildId[lowHexExpand - 1] = HEXTABLE[(n >> 4) % HEXLENGTH]; // 4 : higher 4 bit of uint8 in GetReadableBuildId()
450 buildId[lowHexExpand] = HEXTABLE[n % HEXLENGTH]; in GetReadableBuildId()

Completed in 1 milliseconds