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

/external/valgrind/main/coregrind/
H A Dm_oset.c107 #define OSET_MAGIC 0x5b1f macro
139 vg_assert2(n->magic == OSET_MAGIC,
144 n, n->magic, OSET_MAGIC);
152 vg_assert2(n->magic == OSET_MAGIC,
156 n, n->magic, OSET_MAGIC);
440 n->magic = OSET_MAGIC;

Completed in 117 milliseconds