| /linux/arch/alpha/lib/ |
| A D | udiv-qrnnd.S | 56 addq n0,n0,n0 60 bis n0,qb,n0 64 addq n0,n0,n0 68 bis n0,qb,n0 72 addq n0,n0,n0 80 addq n0,n0,n0 94 srl n0,1,n0 106 addq n0,n0,n0 114 addq n0,n0,n0 122 addq n0,n0,n0 [all …]
|
| /linux/arch/powerpc/math-emu/ |
| A D | udivmodti4.c | 24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 42 r0 = n0; in _fp_udivmodti4() 60 n0 = n0 << bm; in _fp_udivmodti4() 63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 100 n0 = n0 << bm; in _fp_udivmodti4() 107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4() 126 r0 = n0; in _fp_udivmodti4() 147 sub_ddmmss (n1, n0, n1, n0, d1, d0); in _fp_udivmodti4() 169 n0 = n0 << bm; in _fp_udivmodti4() [all …]
|
| /linux/lib/crypto/mpi/ |
| A D | mpih-div.c | 85 n1 = n0; in mpihelp_mod_1() 144 n1 = n0; in mpihelp_mod_1() 240 n0 = np[0]; in mpihelp_divrem() 243 sub_ddmmss(n1, n0, n1, n0, d1, d0); in mpihelp_divrem() 270 n0 = -d0; in mpihelp_divrem() 281 sub_ddmmss(n1, n0, n1, n0, 0, d0); in mpihelp_divrem() 288 sub_ddmmss(n1, n0, r, n2, n1, n0); in mpihelp_divrem() 291 np[0] = n0; in mpihelp_divrem() 306 if (n0 > dX in mpihelp_divrem() 434 n1 = n0; in mpihelp_divmod_1() [all …]
|
| A D | longlong.h | 144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 149 "r" ((USItype)(n0)), \ 162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 339 #define udiv_qrnnd(q, r, n1, n0, d) \ 379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument 425 : "0" ((USItype)(n0)), \ 545 : "0" ((USItype)(n0)), \ 553 : "0" ((USItype)(n0)), \ 989 "r" ((USItype)(n0)), \ 991 (r) = (n0) - __q * (d); \ [all …]
|
| /linux/tools/testing/selftests/wireguard/ |
| A D | netns.sh | 205 n0 iptables -F INPUT 275 n0 ping -W 1 -c 1 192.168.241.2 395 n0 iptables -t nat -F 396 n0 iptables -t filter -F 586 n0 wg showconf wg0 > /dev/null 598 n0 wg set wg0 peer "$pub1" 622 n0 wg set wg0 peer "$pub2" 625 [[ -z $(n0 wg show wg0 peers) ]] 626 n0 wg set wg0 peer "$pub2" 627 [[ -z $(n0 wg show wg0 peers) ]] [all …]
|
| /linux/lib/math/ |
| A D | rational.c | 51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local 54 n0 = d1 = 0; in rational_best_approximation() 74 n2 = n0 + a * n1; in rational_best_approximation() 88 t = min(t, (max_numerator - n0) / n1); in rational_best_approximation() 95 n1 = n0 + t * n1; in rational_best_approximation() 100 n0 = n1; in rational_best_approximation()
|
| /linux/arch/sparc/math-emu/ |
| A D | sfp-util_64.h | 76 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 85 __r1 = (__r1 << 32) | (n0 >> 32); \ 98 __r0 = (__r0 << 32) | ((USItype)n0); \
|
| A D | sfp-util_32.h | 77 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 106 "0" ((USItype)(n0)) : "%g1", "cc")
|
| /linux/arch/sh/math-emu/ |
| A D | sfp-util.h | 32 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 42 __r1 = __r1 * __ll_B | __ll_highpart (n0); \ 55 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
|
| /linux/arch/alpha/math-emu/ |
| A D | sfp-util.h | 21 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 23 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
|
| /linux/arch/alpha/kernel/ |
| A D | perf_event.c | 437 int n0; in alpha_pmu_add() local 456 n0 = cpuc->n_events; in alpha_pmu_add() 457 if (n0 < alpha_pmu->num_pmcs) { in alpha_pmu_add() 458 cpuc->event[n0] = event; in alpha_pmu_add() 459 cpuc->evtype[n0] = event->hw.event_base; in alpha_pmu_add() 460 cpuc->current_idx[n0] = PMC_NO_INDEX; in alpha_pmu_add() 462 if (!alpha_check_constraints(cpuc->event, cpuc->evtype, n0+1)) { in alpha_pmu_add()
|
| /linux/arch/powerpc/include/asm/ |
| A D | sfp-machine.h | 280 #define udiv_qrnnd(q, r, n1, n0, d) \ argument 290 __r1 = __r1 * __ll_B | __ll_highpart (n0); \ 303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
|
| /linux/Documentation/input/devices/ |
| A D | elantech.rst | 269 w h n1 n0 ds3 ds2 ds1 ds0 280 n1..n0 = number of fingers on touchpad 318 n1 n0 p2 p1 1 p3 R L 322 n1..n0 = number of fingers on touchpad 431 n1 n0 w3 w2 . . R L 434 n1..n0 = number of fingers on touchpad 493 n1 n0 ay8 ax8 . . R L 496 n1..n0 = number of fingers on touchpad 576 n1 n0 w3 w2 0 1 R L 579 n1..n0 = number of fingers on touchpad
|
| /linux/tools/testing/selftests/net/forwarding/ |
| A D | bridge_mdb_max.sh | 410 local n0=$(bridge_${context}_ngroups_get "$locus") 415 ((n1 == n0 + 5)) 416 check_err $? "Number of groups was $n0, now is $n1, but $((n0 + 5)) expected" 422 ((n2 == n0)) 423 check_err $? "Number of groups was $n0, now is $n2, but should be back to $n0"
|
| /linux/arch/sparc/kernel/ |
| A D | perf_event.c | 1375 int n0, ret = -EAGAIN; in sparc_pmu_add() local 1380 n0 = cpuc->n_events; in sparc_pmu_add() 1381 if (n0 >= sparc_pmu->max_hw_events) in sparc_pmu_add() 1384 cpuc->event[n0] = event; in sparc_pmu_add() 1385 cpuc->events[n0] = event->hw.event_base; in sparc_pmu_add() 1386 cpuc->current_idx[n0] = PIC_NO_INDEX; in sparc_pmu_add() 1400 if (check_excludes(cpuc->event, n0, 1)) in sparc_pmu_add() 1402 if (sparc_check_constraints(cpuc->event, cpuc->events, n0 + 1)) in sparc_pmu_add()
|
| /linux/arch/powerpc/perf/ |
| A D | core-book3s.c | 1623 int n0; in power_pmu_add() local 1634 n0 = cpuhw->n_events; in power_pmu_add() 1635 if (n0 >= ppmu->n_counter) in power_pmu_add() 1637 cpuhw->event[n0] = event; in power_pmu_add() 1638 cpuhw->events[n0] = event->hw.config; in power_pmu_add() 1639 cpuhw->flags[n0] = event->hw.event_base; in power_pmu_add() 1660 if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1)) in power_pmu_add() 1662 if (power_check_constraints(cpuhw, cpuhw->events, cpuhw->flags, n0 + 1, cpuhw->event)) in power_pmu_add() 1664 event->hw.config = cpuhw->events[n0]; in power_pmu_add()
|
| /linux/arch/x86/events/ |
| A D | core.c | 987 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local 998 n0 = cpuc->n_events; in x86_schedule_events() 1000 n0 -= cpuc->n_txn; in x86_schedule_events() 1011 WARN_ON_ONCE((c && i >= n0) || (!c && i < n0)); in x86_schedule_events() 1103 for (i = n0; i < n; i++) { in x86_schedule_events() 1445 int n, n0, ret; in x86_pmu_add() local 1449 n0 = cpuc->n_events; in x86_pmu_add() 1484 cpuc->n_added += n - n0; in x86_pmu_add() 1485 cpuc->n_txn += n - n0; in x86_pmu_add()
|
| /linux/Documentation/block/ |
| A D | ioprio.rst | 51 # ionice -c2 -n0 /bin/ls
|
| /linux/include/math-emu/ |
| A D | op-4.h | 341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument 344 umul_ppmm(p1,p0,m,n0); \
|
| /linux/tools/testing/selftests/net/netfilter/ |
| A D | nft_concat_range.sh | 943 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null & 950 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
|
| /linux/drivers/media/tuners/ |
| A D | mt2063.c | 684 u32 n, n0; in IsSpurInBand() local 713 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2); in IsSpurInBand() 716 for (n = n0; n <= pAS_Info->maxH1; ++n) { in IsSpurInBand()
|
| /linux/drivers/staging/media/meson/vdec/ |
| A D | codec_vp9.c | 1495 const int n0 = count[coef_count_cxt_start]; in adapt_coef_probs_cxt() local 1502 { n0, n1 + n2 }, in adapt_coef_probs_cxt()
|