Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_utils.cpp36 SIGNATURE_TOOLS_LOGI("offset: %d, value: %" PRId64 ", UINT32_MAX_VALUE: %" PRId64, in SetUInt32ToBuffer()
37 offset, value, UINT32_MAX_VALUE); in SetUInt32ToBuffer()
38 if ((value < 0) || (value > UINT32_MAX_VALUE)) { in SetUInt32ToBuffer()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipUtils.java49 private static final long UINT32_MAX_VALUE = 0xffffffffL; field in ZipUtils
174 return buffer.getInt(offset) & UINT32_MAX_VALUE; in getUInt32FromBuffer()
178 if ((value < 0) || (value > UINT32_MAX_VALUE)) { in setUInt32ToBuffer()
/developtools/hapsigner/hapsigntool_cpp/zip/include/
H A Dzip_utils.h41 static constexpr int64_t UINT32_MAX_VALUE = 0xffffffffLL; member in OHOS::SignatureTools::ZipUtils

Completed in 1 milliseconds