Home
last modified time | relevance | path

Searched refs:OSET_MAGIC (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_oset.c107 #define OSET_MAGIC 0x5b1f macro
139 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_()