Searched defs:DIV_ROUND_CLOSEST_ULL (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/common/include/linux/
H A Dkernel.h106 #define DIV_ROUND_CLOSEST_ULL(N, D) (((N) + (D)/2)/(D)) macro

Completed in 80 milliseconds