Home
last modified time | relevance | path

Searched defs:set_bit (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Dbitops.h67 static inline void set_bit(long nr, unsigned long *addr) in set_bit() function
/qemu/tests/tcg/i386/
H A Dtest-i386.c1586 static inline void set_bit(uint8_t *a, unsigned int bit) in set_bit() function