Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/kvm/
H A Di8254.c80 if (uabs64(offset) < uabs64(clock_offset)) { in kvm_pit_update_clock_offset()
/openbmc/qemu/include/qemu/
H A Dhost-utils.h445 static inline uint64_t uabs64(int64_t v) in uabs64() function
/openbmc/qemu/target/ppc/
H A Dint_helper.c130 if (unlikely(rb == 0 || uabs64(ra) >= uabs64(rb))) { in helper_DIVDE()