Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c9922 static inline uint64_t DIV_U64(uint64_t dividend, uint64_t divisor) in DIV_U64() function
9929 return DIV_U64(((a) + (b) / 2), (b)); in round_up_64bit()