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

/external/qemu/hw/
H A Di8259.c103 static inline int get_priority(PicState *s, int mask) function
120 priority = get_priority(s, mask);
131 cur_priority = get_priority(s, mask);
322 priority = get_priority(s, s->isr);
/external/bluetooth/glib/tests/
H A Dsequence-test.c26 get_priority (GSequenceNode *node) function
50 g_assert (get_priority (node) >= get_priority (node->left));
52 g_assert (get_priority (node) >= get_priority (node->right));

Completed in 185 milliseconds