arch/alpha/kernel/perf_event.c
437
int n0;
arch/alpha/kernel/perf_event.c
456
n0 = cpuc->n_events;
arch/alpha/kernel/perf_event.c
457
if (n0 < alpha_pmu->num_pmcs) {
arch/alpha/kernel/perf_event.c
458
cpuc->event[n0] = event;
arch/alpha/kernel/perf_event.c
459
cpuc->evtype[n0] = event->hw.event_base;
arch/alpha/kernel/perf_event.c
460
cpuc->current_idx[n0] = PMC_NO_INDEX;
arch/alpha/kernel/perf_event.c
462
if (!alpha_check_constraints(cpuc->event, cpuc->evtype, n0+1)) {
arch/alpha/math-emu/sfp-util.h
21
#define udiv_qrnnd(q, r, n1, n0, d) \
arch/alpha/math-emu/sfp-util.h
23
(q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
arch/powerpc/include/asm/sfp-machine.h
280
#define udiv_qrnnd(q, r, n1, n0, d) \
arch/powerpc/include/asm/sfp-machine.h
290
__r1 = __r1 * __ll_B | __ll_highpart (n0); \
arch/powerpc/include/asm/sfp-machine.h
303
__r0 = __r0 * __ll_B | __ll_lowpart (n0); \
arch/powerpc/math-emu/udivmodti4.c
100
n0 = n0 << bm;
arch/powerpc/math-emu/udivmodti4.c
107
udiv_qrnnd (q0, n0, n1, n0, d0);
arch/powerpc/math-emu/udivmodti4.c
11
_FP_W_TYPE n1, _FP_W_TYPE n0,
arch/powerpc/math-emu/udivmodti4.c
112
r0 = n0 >> bm;
arch/powerpc/math-emu/udivmodti4.c
126
r0 = n0;
arch/powerpc/math-emu/udivmodti4.c
144
if (n1 > d1 || n0 >= d0)
arch/powerpc/math-emu/udivmodti4.c
147
sub_ddmmss (n1, n0, n1, n0, d1, d0);
arch/powerpc/math-emu/udivmodti4.c
154
r0 = n0;
arch/powerpc/math-emu/udivmodti4.c
168
n1 = (n1 << bm) | (n0 >> b);
arch/powerpc/math-emu/udivmodti4.c
169
n0 = n0 << bm;
arch/powerpc/math-emu/udivmodti4.c
174
if (m1 > n1 || (m1 == n1 && m0 > n0))
arch/powerpc/math-emu/udivmodti4.c
183
sub_ddmmss (n1, n0, n1, n0, m1, m0);
arch/powerpc/math-emu/udivmodti4.c
184
r0 = (n1 << b) | (n0 >> bm);
arch/powerpc/math-emu/udivmodti4.c
24
udiv_qrnnd (q0, n0, n1, n0, d0);
arch/powerpc/math-emu/udivmodti4.c
37
udiv_qrnnd (q0, n0, n1, n0, d0);
arch/powerpc/math-emu/udivmodti4.c
42
r0 = n0;
arch/powerpc/math-emu/udivmodti4.c
59
n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm));
arch/powerpc/math-emu/udivmodti4.c
60
n0 = n0 << bm;
arch/powerpc/math-emu/udivmodti4.c
63
udiv_qrnnd (q0, n0, n1, n0, d0);
arch/powerpc/math-emu/udivmodti4.c
99
n1 = (n1 << bm) | (n0 >> b);
arch/powerpc/perf/core-book3s.c
1627
int n0;
arch/powerpc/perf/core-book3s.c
1638
n0 = cpuhw->n_events;
arch/powerpc/perf/core-book3s.c
1639
if (n0 >= ppmu->n_counter)
arch/powerpc/perf/core-book3s.c
1641
cpuhw->event[n0] = event;
arch/powerpc/perf/core-book3s.c
1642
cpuhw->events[n0] = event->hw.config;
arch/powerpc/perf/core-book3s.c
1643
cpuhw->flags[n0] = event->hw.event_base;
arch/powerpc/perf/core-book3s.c
1664
if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1))
arch/powerpc/perf/core-book3s.c
1666
if (power_check_constraints(cpuhw, cpuhw->events, cpuhw->flags, n0 + 1, cpuhw->event))
arch/powerpc/perf/core-book3s.c
1668
event->hw.config = cpuhw->events[n0];
arch/sh/math-emu/sfp-util.h
32
#define udiv_qrnnd(q, r, n1, n0, d) \
arch/sh/math-emu/sfp-util.h
42
__r1 = __r1 * __ll_B | __ll_highpart (n0); \
arch/sh/math-emu/sfp-util.h
55
__r0 = __r0 * __ll_B | __ll_lowpart (n0); \
arch/sparc/kernel/perf_event.c
1375
int n0, ret = -EAGAIN;
arch/sparc/kernel/perf_event.c
1380
n0 = cpuc->n_events;
arch/sparc/kernel/perf_event.c
1381
if (n0 >= sparc_pmu->max_hw_events)
arch/sparc/kernel/perf_event.c
1384
cpuc->event[n0] = event;
arch/sparc/kernel/perf_event.c
1385
cpuc->events[n0] = event->hw.event_base;
arch/sparc/kernel/perf_event.c
1386
cpuc->current_idx[n0] = PIC_NO_INDEX;
arch/sparc/kernel/perf_event.c
1400
if (check_excludes(cpuc->event, n0, 1))
arch/sparc/kernel/perf_event.c
1402
if (sparc_check_constraints(cpuc->event, cpuc->events, n0 + 1))
arch/sparc/math-emu/sfp-util_32.h
106
"0" ((USItype)(n0)) : "%g1", "cc")
arch/sparc/math-emu/sfp-util_32.h
77
#define udiv_qrnnd(q, r, n1, n0, d) \
arch/sparc/math-emu/sfp-util_64.h
76
#define udiv_qrnnd(q, r, n1, n0, d) \
arch/sparc/math-emu/sfp-util_64.h
85
__r1 = (__r1 << 32) | (n0 >> 32); \
arch/sparc/math-emu/sfp-util_64.h
98
__r0 = (__r0 << 32) | ((USItype)n0); \
arch/x86/events/core.c
1009
int n0, i, wmin, wmax, unsched = 0;
arch/x86/events/core.c
1020
n0 = cpuc->n_events;
arch/x86/events/core.c
1022
n0 -= cpuc->n_txn;
arch/x86/events/core.c
1033
WARN_ON_ONCE((c && i >= n0) || (!c && i < n0));
arch/x86/events/core.c
1125
for (i = n0; i < n; i++) {
arch/x86/events/core.c
1481
int n, n0, ret;
arch/x86/events/core.c
1485
n0 = cpuc->n_events;
arch/x86/events/core.c
1520
cpuc->n_added += n - n0;
arch/x86/events/core.c
1521
cpuc->n_txn += n - n0;
drivers/media/tuners/mt2063.c
684
u32 n, n0;
drivers/media/tuners/mt2063.c
713
n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2);
drivers/media/tuners/mt2063.c
716
for (n = n0; n <= pAS_Info->maxH1; ++n) {
drivers/staging/media/meson/vdec/codec_vp9.c
1495
const int n0 = count[coef_count_cxt_start];
drivers/staging/media/meson/vdec/codec_vp9.c
1502
{ n0, n1 + n2 },
include/math-emu/op-4.h
341
#define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \
include/math-emu/op-4.h
344
umul_ppmm(p1,p0,m,n0); \
lib/crypto/mpi/longlong.h
1007
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
1050
"r" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
1107
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
1136
"0" ((USItype)(n0)) : "%g1", "cc")
lib/crypto/mpi/longlong.h
1177
#define sdiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
1182
__xx.__i.__h = n1; __xx.__i.__l = n0; \
lib/crypto/mpi/longlong.h
1308
#define __udiv_qrnnd_c(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
1317
__r1 = __r1 * __ll_B | __ll_highpart(n0); \
lib/crypto/mpi/longlong.h
1329
__r0 = __r0 * __ll_B | __ll_lowpart(n0); \
lib/crypto/mpi/longlong.h
144
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
149
"r" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
162
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
164
(q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
lib/crypto/mpi/longlong.h
339
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
341
(q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
lib/crypto/mpi/longlong.h
379
#define sdiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
384
__xx.__i.__h = n1; __xx.__i.__l = n0; \
lib/crypto/mpi/longlong.h
421
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
425
: "0" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
541
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
545
: "0" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
549
#define sdiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
553
: "0" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
622
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
626
__x.__i.__h = (n1); __x.__i.__l = (n0); \
lib/crypto/mpi/longlong.h
629
(r) = (n0) - __q.__l * (d); (q) = __q.__l; })
lib/crypto/mpi/longlong.h
705
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
709
__xx.__i.__h = (n1); __xx.__i.__l = (n0); \
lib/crypto/mpi/longlong.h
983
#define udiv_qrnnd(q, r, n1, n0, d) \
lib/crypto/mpi/longlong.h
989
"r" ((USItype)(n0)), \
lib/crypto/mpi/longlong.h
991
(r) = (n0) - __q * (d); \
lib/crypto/mpi/mpih-div.c
115
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
117
n0, divisor_limb, divisor_limb_inverted);
lib/crypto/mpi/mpih-div.c
139
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
142
| (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))),
lib/crypto/mpi/mpih-div.c
144
n1 = n0;
lib/crypto/mpi/mpih-div.c
164
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
165
udiv_qrnnd(dummy, r, r, n0, divisor_limb);
lib/crypto/mpi/mpih-div.c
233
mpi_limb_t n1, n0, n2;
lib/crypto/mpi/mpih-div.c
240
n0 = np[0];
lib/crypto/mpi/mpih-div.c
242
if (n1 >= d1 && (n1 > d1 || n0 >= d0)) {
lib/crypto/mpi/mpih-div.c
243
sub_ddmmss(n1, n0, n1, n0, d1, d0);
lib/crypto/mpi/mpih-div.c
262
r = n0 + d1;
lib/crypto/mpi/mpih-div.c
264
add_ssaaaa(n1, n0, r - d0,
lib/crypto/mpi/mpih-div.c
270
n0 = -d0;
lib/crypto/mpi/mpih-div.c
272
udiv_qrnnd(q, r, n1, n0, d1);
lib/crypto/mpi/mpih-div.c
273
umul_ppmm(n1, n0, d0, q);
lib/crypto/mpi/mpih-div.c
278
if (n1 > r || (n1 == r && n0 > n2)) {
lib/crypto/mpi/mpih-div.c
281
sub_ddmmss(n1, n0, n1, n0, 0, d0);
lib/crypto/mpi/mpih-div.c
288
sub_ddmmss(n1, n0, r, n2, n1, n0);
lib/crypto/mpi/mpih-div.c
291
np[0] = n0;
lib/crypto/mpi/mpih-div.c
298
mpi_limb_t dX, d1, n0;
lib/crypto/mpi/mpih-div.c
303
n0 = np[dsize - 1];
lib/crypto/mpi/mpih-div.c
305
if (n0 >= dX) {
lib/crypto/mpi/mpih-div.c
306
if (n0 > dX
lib/crypto/mpi/mpih-div.c
309
n0 = np[dsize - 1];
lib/crypto/mpi/mpih-div.c
328
if (n0 == dX) {
lib/crypto/mpi/mpih-div.c
33
mpi_limb_t n1, n0, r;
lib/crypto/mpi/mpih-div.c
335
udiv_qrnnd(q, r, n0, np[dsize - 1], dX);
lib/crypto/mpi/mpih-div.c
336
umul_ppmm(n1, n0, d1, q);
lib/crypto/mpi/mpih-div.c
340
&& n0 > np[dsize - 2])) {
lib/crypto/mpi/mpih-div.c
345
n1 -= n0 < d1;
lib/crypto/mpi/mpih-div.c
346
n0 -= d1;
lib/crypto/mpi/mpih-div.c
361
n0 = np[dsize - 1];
lib/crypto/mpi/mpih-div.c
384
mpi_limb_t n1, n0, r;
lib/crypto/mpi/mpih-div.c
429
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
432
| (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))),
lib/crypto/mpi/mpih-div.c
434
n1 = n0;
lib/crypto/mpi/mpih-div.c
463
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
465
n0, divisor_limb, divisor_limb_inverted);
lib/crypto/mpi/mpih-div.c
487
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
490
| (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))),
lib/crypto/mpi/mpih-div.c
492
n1 = n0;
lib/crypto/mpi/mpih-div.c
512
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
513
udiv_qrnnd(quot_ptr[i], r, r, n0, divisor_limb);
lib/crypto/mpi/mpih-div.c
80
n0 = dividend_ptr[i];
lib/crypto/mpi/mpih-div.c
83
| (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))),
lib/crypto/mpi/mpih-div.c
85
n1 = n0;
lib/math/rational.c
100
n0 = n1;
lib/math/rational.c
51
unsigned long n, d, n0, d0, n1, d1, n2, d2;
lib/math/rational.c
54
n0 = d1 = 0;
lib/math/rational.c
74
n2 = n0 + a * n1;
lib/math/rational.c
88
t = min(t, (max_numerator - n0) / n1);
lib/math/rational.c
95
n1 = n0 + t * n1;