Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c143 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type) in HcsSwapToUint32() function
165 if (HcsSwapToUint32(&data, realValue, type)) { in HcsSwapToUint64()
H A Dhcs_tree_if.c87 if (!HcsSwapToUint32(value, attr->value + HCS_PREFIX_LENGTH, HcsGetPrefix(attr->value))) { in HcsGetUint32()
187 if (!HcsSwapToUint32(value, realValue + HCS_PREFIX_LENGTH, HcsGetPrefix(realValue))) { in HcsGetUint32ArrayElem()
408 (void)HcsSwapToUint32(&attrValue, attr->value + HCS_PREFIX_LENGTH, CONFIG_DWORD); in HcsGetNodeByRefAttr()
H A Dhcs_generate_tree.c108 … (void)HcsSwapToUint32(&newNodeOffset, treeStart + offset + HCS_STRING_LENGTH(newNode->name) + in ParseByteCode()
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h86 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type);