Home
last modified time | relevance | path

Searched defs:_QTreeNode (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/util/
H A Dqtree.c86 struct _QTreeNode { struct
87 gpointer key; /* key for this node */
88 gpointer value; /* value stored at this node */
89 QTreeNode *left; /* left subtree */
90 QTreeNode *right; /* right subtree */
91 gint8 balance; /* height (right) - height (left) */
92 guint8 left_child;
93 guint8 right_child;