Searched refs:q0 (Results 1 – 2 of 2) sorted by relevance
44 q1, q0, /* Quotient digits. */ in divide_128_div_64_to_64() local86 q0 = un21/vn1; in divide_128_div_64_to_64()87 rhat = un21 - q0*vn1; in divide_128_div_64_to_64()89 if (q0 >= b || q0*vn0 > b*rhat + un0) { in divide_128_div_64_to_64()90 q0 = q0 - 1; in divide_128_div_64_to_64()97 *r = (un21*b + un0 - q0*v) >> s; in divide_128_div_64_to_64()98 return q1*b + q0; in divide_128_div_64_to_64()
222 | 1 | nb_queues | 2 | q0(ordered), q1(atomic)|243 producer to inject the events to q0(ordered) queue. Both q0(ordered) and301 | 1 | nb_queues | 1 | q0(all types queue) |