Lines Matching refs:rem
19 /* Effects: if rem != 0, *rem = a % b
26 __udivmodti4(tu_int a, tu_int b, tu_int* rem)
46 if (rem)
47 *rem = n.s.low % d.s.low;
54 if (rem)
55 *rem = n.s.low;
67 if (rem)
68 *rem = n.s.high % d.s.low;
78 if (rem)
82 *rem = r.all;
92 if (rem)
96 *rem = r.all;
108 if (rem)
109 *rem = n.all;
131 if (rem)
132 *rem = n.s.low & (d.s.low - 1);
183 if (rem)
184 *rem = n.all;
233 if (rem)
234 *rem = r.all;