Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c17 #define LOG_BITS_PER_LONG (BITS_PER_LONG == 32 ? 5 : 6) macro
54 pos = i >> LOG_BITS_PER_LONG; in hbitmap_test_check()
64 pos = i >> LOG_BITS_PER_LONG; in hbitmap_test_check()
153 size_t pos = first >> LOG_BITS_PER_LONG; in hbitmap_test_set()
172 size_t pos = first >> LOG_BITS_PER_LONG; in hbitmap_test_reset()
207 size_t pos = i >> LOG_BITS_PER_LONG; in hbitmap_test_check_get()