Searched defs:pow2ceil (Results 1 – 2 of 2) sorted by relevance
/qemu/tests/functional/qemu_test/ | ||
H A D | utils.py | 23 def pow2ceil(x): function |
/qemu/include/qemu/ | ||
H A D | host-utils.h | 739 static inline uint64_t pow2ceil(uint64_t value) in pow2ceil() function |