Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/compiler-rt/lib/
Dudivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
26 return __udivmodti4(a, b, 0); in __udivti3()
Dumodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
27 __udivmodti4(a, b, &r); in __umodti3()
Dmodti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
32 __udivmodti4(a, b, (tu_int*)&r); in __modti3()
Ddivti3.c19 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem);
32 return (__udivmodti4(a, b, (tu_int*)0) ^ s_a) - s_a; /* negate if s_a == -1 */ in __divti3()
Dudivmodti4.c26 __udivmodti4(tu_int a, tu_int b, tu_int* rem) in __udivmodti4() function
/freebsd-9-stable/contrib/gcc/
Dlibgcc-std.ver132 __udivmodti4
/freebsd-9-stable/contrib/compiler-rt/
DREADME.txt81 tu_int __udivmodti4(tu_int a, tu_int b, tu_int* rem); // a / b, *rem = a % b unsigned