Searched refs:do_div (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fixed.h67 do_div(tmp, B.full);
H A Ddrm_os_freebsd.h170 #define do_div(a, b) ((a) /= (b)) macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmath64.h35 #define do_div(n, base) ({ \ macro
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c366 nsec_rem = do_div(t, 1000000000);
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_display.c872 mod = do_div(n, d);

Completed in 54 milliseconds