Searched refs:OSET_MAGIC (Results 1 – 1 of 1) sorted by relevance
107 #define OSET_MAGIC 0x5b1f macro139 vg_assert2(n->magic == OSET_MAGIC, in node_of_elem()144 n, n->magic, OSET_MAGIC); in node_of_elem()152 vg_assert2(n->magic == OSET_MAGIC, in elem_of_node()156 n, n->magic, OSET_MAGIC); in elem_of_node()438 n->magic = OSET_MAGIC; in VG_()