Home
last modified time | relevance | path

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

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