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

/freebsd-11.0-release/contrib/gcc/config/
H A Dudivmod.c1 long udivmodsi4 ();
6 return udivmodsi4 (a, b, 0);
12 return udivmodsi4 (a, b, 1);
H A Ddivmod.c1 long udivmodsi4 ();
21 res = udivmodsi4 (a, b, 0);
44 res = udivmodsi4 (a, b, 1);
H A Dudivmodsi4.c2 udivmodsi4(unsigned long num, unsigned long den, int modwanted) function
/freebsd-11.0-release/lib/libcompiler_rt/
H A DMakefile133 udivmodsi4 \
/freebsd-11.0-release/lib/libstand/
H A DMakefile66 SRCS+= udivmoddi4.c udivmodsi4.c udivdi3.c udivsi3.c umoddi3.c umodsi3.c

Completed in 162 milliseconds