Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dsyndrome.h358 static inline uint32_t syn_mop(bool is_set, bool is_setg, int options, in syn_mop() argument
363 (is_set << 24) | (is_setg << 23) | (options << 19) | in syn_mop()
/qemu/tests/unit/
H A Dtest-hbitmap.c674 int is_set = test_bit(i, (unsigned long *)buf); in hbitmap_test_serialize_range() local
676 g_assert(is_set); in hbitmap_test_serialize_range()
678 g_assert(!is_set); in hbitmap_test_serialize_range()
691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range() local
693 g_assert(is_set); in hbitmap_test_serialize_range()
695 g_assert(!is_set); in hbitmap_test_serialize_range()