Searched refs:HcsSwapToUint32 (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/ |
H A D | hcs_blob_if.c | 143 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type) in HcsSwapToUint32() function 165 if (HcsSwapToUint32(&data, realValue, type)) { in HcsSwapToUint64()
|
H A D | hcs_tree_if.c | 87 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 D | hcs_generate_tree.c | 108 … (void)HcsSwapToUint32(&newNodeOffset, treeStart + offset + HCS_STRING_LENGTH(newNode->name) + in ParseByteCode()
|
/ohos5.0/drivers/hdf_core/framework/utils/include/ |
H A D | hcs_blob_if.h | 86 bool HcsSwapToUint32(uint32_t *value, const char *realValue, uint32_t type);
|