Home
last modified time | relevance | path

Searched refs:MapNode (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_map.c19 struct MapNode { struct
24 struct MapNode *next;
54 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode()
64 struct MapNode **nodes = NULL; in MapResize()
65 struct MapNode **tmp = NULL; in MapResize()
68 nodes = (struct MapNode **)OsalMemCalloc(size * sizeof(*nodes)); in MapResize()
79 struct MapNode *node = NULL; in MapResize()
80 struct MapNode *next = NULL; in MapResize()
98 static struct MapNode *MapCreateNode(const char *key, uint32_t hash, in MapCreateNode()
102 struct MapNode *nod in MapCreateNode()
[all...]
/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_map.h18 struct MapNode;
21 struct MapNode **nodes; /**< Map node bucket */

Completed in 2 milliseconds