Searched refs:OSET_MAGIC (Results 1 – 1 of 1) sorted by relevance
106 #define OSET_MAGIC 0x5b1f macro136 vg_assert2(n->magic == OSET_MAGIC, in node_of_elem()141 n, n->magic, OSET_MAGIC); in node_of_elem()149 vg_assert2(n->magic == OSET_MAGIC, in elem_of_node()153 n, n->magic, OSET_MAGIC); in elem_of_node()366 n->magic = OSET_MAGIC; in VG_()