Searched defs:n_q (Results 1 – 1 of 1) sorted by relevance
37 #define do_div(n_q, d) _do_div(&(n_q), (d)) argument40 _do_div(uint64_t *n_q, uint32_t d) in _do_div()