Home
last modified time | relevance | path

Searched refs:HcsSwapToUint64 (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/utils/include/
Dhcs_blob_if.h83 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type);
/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_blob_if.c158 bool HcsSwapToUint64(uint64_t *value, const char *realValue, uint32_t type) in HcsSwapToUint64() function
Dhcs_tree_if.c100 if (!HcsSwapToUint64(value, attr->value + HCS_PREFIX_LENGTH, HcsGetPrefix(attr->value))) { in HcsGetUint64()
203 …if ((realValue == NULL) || !HcsSwapToUint64(value, realValue + HCS_PREFIX_LENGTH, HcsGetPrefix(rea… in HcsGetUint64ArrayElem()