Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c31 case CONFIG_DWORD: in HcsGetDataTypeOffset()
74 case CONFIG_DWORD: in HcsGetAttrLength()
146 if (type == CONFIG_DWORD) { in HcsSwapToUint32()
H A Dhcs_generate_tree.c109 HCS_PREFIX_LENGTH, CONFIG_DWORD); in ParseByteCode()
H A Dhcs_tree_if.c408 (void)HcsSwapToUint32(&attrValue, attr->value + HCS_PREFIX_LENGTH, CONFIG_DWORD); in HcsGetNodeByRefAttr()
/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h21 #define CONFIG_DWORD 0x12 macro