Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dqdivrem.c81 __udivmoddi4(u_quad_t uq, u_quad_t vq, u_quad_t *arq) in __udivmoddi4() function
284 return (__udivmoddi4(a, b, NULL)); in __udivdi3()
295 (void)__udivmoddi4(a, b, &r); in __umoddi3()
317 uq = __udivmoddi4(ua, ub, NULL); in __divdi3()
341 (void)__udivmoddi4(ua, ub, &ur); in __moddi3()
H A Dquad.h100 u_quad_t __udivmoddi4(u_quad_t u, u_quad_t v, u_quad_t *rem);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c72 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp) in __udivmoddi4() function
211 return __udivmoddi4 (n, d, (UDWtype *) 0); in __udivdi3()
219 (void) __udivmoddi4 (u, v, &w); in __umoddi3()