Home
last modified time | relevance | path

Searched refs:g_byteAlign (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c14 static bool g_byteAlign = false; variable
18 return g_byteAlign; in HcsIsByteAlign()
121 … *value = g_byteAlign ? (uint8_t)HcsByteCodeToUint32(realValue) : HcsByteCodeToUint8(realValue); in HcsSwapToUint8()
132 … *value = g_byteAlign ? (uint16_t)HcsByteCodeToUint32(realValue) : HcsByteCodeToUint16(realValue); in HcsSwapToUint16()
180 g_byteAlign = false; in CheckHcsBlobLength()
181 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()
184 g_byteAlign = true; in CheckHcsBlobLength()
185 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()