Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h53 static inline uint16_t HcsByteCodeToUint16(const char *start) in HcsByteCodeToUint16() function
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c132 … *value = g_byteAlign ? (uint16_t)HcsByteCodeToUint32(realValue) : HcsByteCodeToUint16(realValue); in HcsSwapToUint16()