Searched refs:g_byteAlign (Results 1 – 1 of 1) sorted by relevance
14 static bool g_byteAlign = false; variable18 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()