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

/freebsd-10.3-release/sys/ofed/include/linux/
H A Dmath64.h36 # define do_div(n, base) ({ \ macro
92 # define do_div(n, base) ({ \ macro
107 *remainder = do_div(dividend, divisor);
/freebsd-10.3-release/sys/dev/drm2/
H A Ddrm_fixed.h67 do_div(tmp, B.full);
H A Ddrm_os_freebsd.h133 #define do_div(a, b) ((a) /= (b)) macro
/freebsd-10.3-release/sys/i386/xen/
H A Dclock.c132 #define do_div(n,base) ({ \ macro
289 (void)do_div(__cpu_khz, info->tsc_to_system_mul);
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c367 nsec_rem = do_div(t, 1000000000);
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_display.c872 mod = do_div(n, d);

Completed in 181 milliseconds