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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c209 * loop, comparing subtrahend to dividend: if subtrahend is smaller, we
214 dt_divide_128(uint64_t *dividend, uint64_t divisor, uint64_t *quotient) argument
228 remainder[0] = dividend[0];
229 remainder[1] = dividend[1];

Completed in 48 milliseconds