Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dint_helper.c312 static int div64(uint64_t *plow, uint64_t *phigh, uint64_t b) in div64() function
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c571 #define div64(v) ((v)>>6) macro