Searched defs:dividend (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dvuid_queue.c43 static struct timeval32 tv_divide(struct timeval32 tv, int dividend);
320 /* tv / dividend */
322 tv_divide(struct timeval32 tv, int dividend) argument
326 if (dividend == 0)
329 usecs /= dividend;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c221 * loop, comparing subtrahend to dividend: if subtrahend is smaller, we
226 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) argument
240 remainder[0] = dividend[0];
241 remainder[1] = dividend[1];

Completed in 50 milliseconds