Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h61 static constexpr int HALF_BIT_SIZE = 4; member in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H A DHapUtils.java99 public static final int HALF_BIT_SIZE = 4; field in HapUtils
477 int hi = (value[i] & 0xff) >>> HALF_BIT_SIZE; in toHex()

Completed in 2 milliseconds