Home
last modified time | relevance | path

Searched refs:hashValue (Results 1 - 8 of 8) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_cstring.c18 uint32_t hashValue = 0; in HdfStringMakeHashKey() local
21 hashValue = hashValue * seed + (*key++); in HdfStringMakeHashKey()
23 return (hashValue & 0x7FFFFFFF) | mask; in HdfStringMakeHashKey()
H A Dhdf_map.c37 uint32_t hashValue = 0; in MapHash() local
40 hashValue = hashValue * HASH_SEED + (*hashKey++); in MapHash()
43 return (hashValue & 0x7FFFFFFF); in MapHash()
/drivers/hdf_core/interfaces/inner_api/utils/
H A Ddevice_resource_if.h72 uint32_t hashValue; /**< Unique ID of a node */ member
387 * <b>hashValue</b> when the device resource source file is compiled (for example, the compilation tool of the HCS
388 * source file is hc-gen). For details about the <b>hashValue</b>, see {@link struct DeviceResourceNode}.
389 * When you obtain a tree node using the node-type attribute, you obtain the <b>hashValue</b> through the node-type
390 * attribute first, and then traverse the tree to obtain the tree node corresponding to the <b>hashValue</b>.
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_manager_service.cpp45 resourceNode_.hashValue = 0; in CodecComponentManagerService()
H A Dcodec_component_config.cpp85 node_.hashValue = 0; in CodecComponentConfig()
/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_generate_tree.c37 newNode->hashValue = (uint32_t)offset + sizeof(struct HbcHeader); in CreateTreeNode()
H A Dhcs_tree_if.c416 if (curNode->hashValue == attrValue) { in HcsGetNodeByRefAttr()
/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp47 node_.hashValue = 0; in CodecImageConfig()

Completed in 5 milliseconds