Home
last modified time | relevance | path

Searched refs:n0 (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/linux/arch/alpha/lib/
H A Dudiv-qrnnd.S45 #define n0 $18 macro
53 $loop1: cmplt n0,0,tmp
56 addq n0,n0,n0
60 bis n0,qb,n0
61 cmplt n0,0,tmp
64 addq n0,n0,n0
68 bis n0,qb,n0
69 cmplt n0,0,tmp
72 addq n0,n0,n0
76 bis n0,qb,n0
[all …]
/openbmc/linux/arch/powerpc/math-emu/
H A Dudivmodti4.c11 _FP_W_TYPE n1, _FP_W_TYPE n0, in _fp_udivmodti4() argument
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()
59 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm)); in _fp_udivmodti4()
60 n0 = n0 << bm; in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
99 n1 = (n1 << bm) | (n0 >> b); in _fp_udivmodti4()
100 n0 = n0 << bm; in _fp_udivmodti4()
107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
[all …]
/openbmc/linux/lib/crypto/mpi/
H A Dmpih-div.c33 mpi_limb_t n1, n0, r; in mpihelp_mod_1() local
80 n0 = dividend_ptr[i]; in mpihelp_mod_1()
83 | (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))), in mpihelp_mod_1()
85 n1 = n0; in mpihelp_mod_1()
115 n0 = dividend_ptr[i]; in mpihelp_mod_1()
117 n0, divisor_limb, divisor_limb_inverted); in mpihelp_mod_1()
139 n0 = dividend_ptr[i]; in mpihelp_mod_1()
142 | (n0 >> (BITS_PER_MPI_LIMB - normalization_steps))), in mpihelp_mod_1()
144 n1 = n0; in mpihelp_mod_1()
164 n0 = dividend_ptr[i]; in mpihelp_mod_1()
[all …]
H A Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
149 "r" ((USItype)(n0)), \
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
164 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
339 #define udiv_qrnnd(q, r, n1, n0, d) \
341 (q) = __udiv_qrnnd(&__r, (n1), (n0), (d)); \
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
384 __xx.__i.__h = n1; __xx.__i.__l = n0; \
421 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
425 : "0" ((USItype)(n0)), \
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local
158 n0 = nn.s.low; in __udivmoddi4()
168 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
181 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
188 rr.s.low = n0; in __udivmoddi4()
210 n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZE - bm)); in __udivmoddi4()
211 n0 = n0 << bm; in __udivmoddi4()
214 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
248 n1 = (n1 << bm) | (n0 >> b); in __udivmoddi4()
249 n0 = n0 << bm; in __udivmoddi4()
[all …]
H A Dlonglong.h158 #define __udiv_qrnnd_c(q, r, n1, n0, d) \ argument
168 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
181 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh37 n0() { pretty 0 "$*"; maybe_exec ip netns exec $netns0 "$@"; } function
199 n0 iptables -A INPUT -m length --length 1360 -j DROP
205 n0 iptables -F INPUT
275 n0 ping -W 1 -c 1 192.168.241.2
279 read _ _ tx_bytes_before < <(n0 wg show wg1 transfer)
280 ! n0 ping -W 1 -c 10 -f 192.168.241.2 || false
282 read _ _ tx_bytes_after < <(n0 wg show wg1 transfer)
334 n0 bash -c 'printf 1 > /proc/sys/net/ipv4/ip_forward'
336 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout'
337 n0 bash -c 'printf 2 > /proc/sys/net/netfilter/nf_conntrack_udp_timeout_stream'
[all …]
/openbmc/linux/lib/math/
H A Drational.c51 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()
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp89 int64_t n0 = static_cast<int64_t>(r0.value); in driveGoal() local
94 series.push_back(std::make_tuple(t1, n0, n1)); in driveGoal()
97 int64_t avgn = (n0 + n1) / 2; in driveGoal()
155 int64_t n0 = static_cast<int64_t>(r0.value); in driveTime() local
159 series.push_back(std::make_tuple(t1, n0, n1)); in driveTime()
253 int64_t n0 = std::get<1>(t); in driveMain() local
259 std::cout << duration << "us, " << n0 << ", " << n1 << "\n"; in driveMain()
/openbmc/linux/arch/sparc/math-emu/
H A Dsfp-util_64.h76 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
85 __r1 = (__r1 << 32) | (n0 >> 32); \
98 __r0 = (__r0 << 32) | ((USItype)n0); \
H A Dsfp-util_32.h77 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
106 "0" ((USItype)(n0)) : "%g1", "cc")
/openbmc/linux/arch/sh/math-emu/
H A Dsfp-util.h32 #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); \
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/
H A D0001-Replace-Name-NameString-with-vector-of-uint8_t.patch61 NameString::const_iterator n0 = ndata_.begin();
64 - retname.ndata_.append(n0 + *rit1, n0 + *rit0);
65 + retname.ndata_.insert(retname.ndata_.end(), n0 + *rit1, n0 + *rit0);
/openbmc/linux/arch/alpha/math-emu/
H A Dsfp-util.h21 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
23 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
/openbmc/qemu/include/qemu/
H A Dhost-utils.h797 uint64_t n0, uint64_t d) in udiv_qrnnd() argument
801 asm("divq %4" : "=a"(q), "=d"(*r) : "0"(n0), "1"(n1), "rm"(d)); in udiv_qrnnd()
805 unsigned __int128 n = (unsigned __int128)n1 << 64 | n0; in udiv_qrnnd()
814 : "r"(n1), "r"(n0), "r"(d)); in udiv_qrnnd()
816 r2 = n0 - (q2 * d); in udiv_qrnnd()
834 r1 = (r1 << 32) | (n0 >> 32); in udiv_qrnnd()
850 r0 = (r0 << 32) | (uint32_t)n0; in udiv_qrnnd()
/openbmc/linux/arch/alpha/kernel/
H A Dperf_event.c437 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsfp-machine.h280 #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); \
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst269 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
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh410 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"
/openbmc/qemu/util/
H A Dhost-utils.c282 static Int128 udiv256_qrnnd(Int128 *r, Int128 n1, Int128 n0, Int128 d) in udiv256_qrnnd() argument
296 r1 = int128_make128(int128_gethi(n0), int128_getlo(r1)); in udiv256_qrnnd()
315 r0 = int128_make128(int128_getlo(n0), int128_getlo(r0)); in udiv256_qrnnd()
/openbmc/linux/arch/sparc/kernel/
H A Dperf_event.c1375 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()
/openbmc/linux/arch/powerpc/perf/
H A Dcore-book3s.c1630 int n0; in power_pmu_add() local
1641 n0 = cpuhw->n_events; in power_pmu_add()
1642 if (n0 >= ppmu->n_counter) in power_pmu_add()
1644 cpuhw->event[n0] = event; in power_pmu_add()
1645 cpuhw->events[n0] = event->hw.config; in power_pmu_add()
1646 cpuhw->flags[n0] = event->hw.event_base; in power_pmu_add()
1667 if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1)) in power_pmu_add()
1669 if (power_check_constraints(cpuhw, cpuhw->events, cpuhw->flags, n0 + 1, cpuhw->event)) in power_pmu_add()
1671 event->hw.config = cpuhw->events[n0]; in power_pmu_add()
/openbmc/linux/arch/x86/events/
H A Dcore.c983 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
994 n0 = cpuc->n_events; in x86_schedule_events()
996 n0 -= cpuc->n_txn; in x86_schedule_events()
1007 WARN_ON_ONCE((c && i >= n0) || (!c && i < n0)); in x86_schedule_events()
1099 for (i = n0; i < n; i++) { in x86_schedule_events()
1444 int n, n0, ret; in x86_pmu_add() local
1448 n0 = cpuc->n_events; in x86_pmu_add()
1483 cpuc->n_added += n - n0; in x86_pmu_add()
1484 cpuc->n_txn += n - n0; in x86_pmu_add()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c1239 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr3_spd_dump() argument
1240 printf("%-3d-%3d: %02x %02x " s "\n", n0, n1, x0, x1); in ddr3_spd_dump()
1432 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr4_spd_dump() argument
1433 printf("%-3d-%3d: %02x %02x " s "\n", n0, n1, x0, x1); in ddr4_spd_dump()
/openbmc/qemu/ui/
H A Dvnc-enc-tight.c353 int i, n0, n1; \
370 n0 = i; \
376 n0++; \
383 if (n0 > n1) { \

12