Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dhost-utils.h59 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up() function
123 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up() function
/qemu/hw/ppc/
H A Dppc.c507 return muldiv64_round_up(tb, NANOSECONDS_PER_SECOND, freq); in tb_to_ns_round_up()