Home
last modified time | relevance | path

Searched defs:TRIPLE_BIT_SIZE (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dbyte_array_utils.h36 static constexpr int TRIPLE_BIT_SIZE = 24; variable
/developtools/hapsigner/binary_sign_tool/hap/entity/include/
Dblock_head.h30 static const int TRIPLE_BIT_SIZE = 24; variable
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
Dblock_head.h30 static const int TRIPLE_BIT_SIZE = 24; variable
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DUnsignedDecimalUtil.java40 private static final int TRIPLE_BIT_SIZE = 24; field in UnsignedDecimalUtil
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DBlockHead.java41 private static final int TRIPLE_BIT_SIZE = 24; field in BlockHead
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DByteArrayUtils.java28 private static final int TRIPLE_BIT_SIZE = 24; field in ByteArrayUtils