Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 25 of 173) sorted by relevance

1234567

/openbmc/linux/arch/alpha/lib/
H A Dudiv-qrnnd.S44 #define n1 $17 macro
54 addq n1,n1,n1
55 bis n1,tmp,n1
57 cmpule d,n1,qb
58 subq n1,d,tmp
59 cmovne qb,tmp,n1
62 addq n1,n1,n1
63 bis n1,tmp,n1
65 cmpule d,n1,qb
66 subq n1,d,tmp
[all …]
/openbmc/linux/arch/powerpc/math-emu/
H A Dudivmodti4.c11 _FP_W_TYPE n1, _FP_W_TYPE n0, in _fp_udivmodti4() argument
20 if (d0 > n1) in _fp_udivmodti4()
24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
36 udiv_qrnnd (q1, n1, 0, n1, d0); in _fp_udivmodti4()
37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
47 if (d0 > n1) in _fp_udivmodti4()
59 n1 = (n1 << bm) | (n0 >> (_FP_W_TYPE_SIZE - bm)); in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
86 n1 -= d0; in _fp_udivmodti4()
98 n2 = n1 >> b; 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
70 n1 = dividend_ptr[dividend_size - 1]; in mpihelp_mod_1()
71 r = n1 >> (BITS_PER_MPI_LIMB - normalization_steps); in mpihelp_mod_1()
82 ((n1 << normalization_steps) in mpihelp_mod_1()
85 n1 = n0; in mpihelp_mod_1()
88 n1 << normalization_steps, in mpihelp_mod_1()
129 n1 = dividend_ptr[dividend_size - 1]; in mpihelp_mod_1()
130 r = n1 >> (BITS_PER_MPI_LIMB - normalization_steps); in mpihelp_mod_1()
141 ((n1 << normalization_steps) in mpihelp_mod_1()
144 n1 = n0; in mpihelp_mod_1()
[all …]
H A Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
148 : "1" ((USItype)(n1)), \
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
426 "1" ((USItype)(n1)), \
[all …]
/openbmc/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh38 n1() { pretty 1 "$*"; maybe_exec ip netns exec $netns1 "$@"; } function
100 n1 wg set wg0 \
121 n1 ping -c 10 -f -W 1 192.168.241.2
125 n1 ping6 -c 10 -f -W 1 fd00::2
130 n1 iperf3 -Z -t 3 -c 192.168.241.2
133 n1 iperf3 -s -1 -B fd00::1 &
138 n1 iperf3 -s -1 -B 192.168.241.1 &
145 n1 iperf3 -Z -t 3 -b 0 -u -c fd00::2
154 n1 iperf3 -Z -t 3 -p $(( 5200 + i )) -c 192.168.241.2 &
163 n1 wg set wg0 peer "$pub2" endpoint 127.0.0.1:2
[all …]
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c152 UWtype d0, d1, n0, n1, n2; in __udivmoddi4() local
159 n1 = nn.s.high; in __udivmoddi4()
164 if (d0 > n1) in __udivmoddi4()
168 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
180 udiv_qrnnd (q1, n1, 0, n1, d0); in __udivmoddi4()
181 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
198 if (d0 > n1) in __udivmoddi4()
210 n1 = (n1 << bm) | (n0 >> (W_TYPE_SIZE - bm)); in __udivmoddi4()
214 udiv_qrnnd (q0, n0, n1, n0, d0); in __udivmoddi4()
237 n1 -= d0; in __udivmoddi4()
[all …]
/openbmc/linux/lib/math/
H A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
55 n1 = d0 = 1; in rational_best_approximation()
74 n2 = n0 + a * n1; in rational_best_approximation()
87 if (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()
101 n1 = n2; in rational_best_approximation()
105 *best_numerator = n1; in rational_best_approximation()
/openbmc/linux/drivers/clk/
H A Dclk-si570.c71 unsigned int n1; member
95 unsigned int *n1, unsigned int *hs_div) in si570_get_divs() argument
107 *n1 = ((reg[0] & N1_6_2_MASK) << 2) + ((reg[1] & N1_1_0_MASK) >> 6) + 1; in si570_get_divs()
109 if (*n1 > 1) in si570_get_divs()
110 *n1 &= ~1; in si570_get_divs()
139 err = si570_get_divs(data, &data->rfreq, &data->n1, &data->hs_div); in si570_get_defaults()
147 fdco = fout * data->n1 * data->hs_div; in si570_get_defaults()
167 reg[0] = ((data->n1 - 1) << 6) | in si570_update_rfreq()
194 unsigned int n1, hs_div; in si570_calc_divs() local
201 n1 = div_u64(div_u64(FDCO_MIN, hs_div), frequency); in si570_calc_divs()
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dmigration.c28 int n1; in FIXTURE() local
38 self->n1 = -1; in FIXTURE_SETUP()
43 if (self->n1 == -1) { in FIXTURE_SETUP()
44 self->n1 = n; in FIXTURE_SETUP()
63 int migrate(uint64_t *ptr, int n1, int n2) in migrate() argument
90 n2 = n1; in migrate()
91 n1 = tmp; in migrate()
123 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0)
135 ASSERT_EQ(migrate(ptr, self->n1, self->n2), 0);
149 if (self->nthreads < 2 || self->n1 < 0 || self->n2 < 0)
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Delf.c137 for (unsigned int n1 = 0; n1 < hdr.e_phnum; n1++) { in kvm_vm_elf_load() local
139 offset = hdr.e_phoff + (n1 * hdr.e_phentsize); in kvm_vm_elf_load()
145 n1, filename, (intmax_t) offset_rv, errno); in kvm_vm_elf_load()
159 n1, (uint64_t) phdr.p_memsz); in kvm_vm_elf_load()
172 n1, seg_vstart, vaddr); in kvm_vm_elf_load()
188 n1, errno, (intmax_t) offset_rv, in kvm_vm_elf_load()
H A Dsparsebit.c383 unsigned int n1 = (prev->idx + MASK_BITS + prev->num_after - 1) in node_add() local
386 assert(n1 < MASK_BITS); in node_add()
387 assert(!(nodep->mask & (1 << n1))); in node_add()
388 nodep->mask |= (1 << n1); in node_add()
903 int n1 = __builtin_ctz(nodep->mask & -leading); in node_first_set() local
905 return nodep->idx + n1; in node_first_set()
911 int n1 = __builtin_ctz(~nodep->mask & -leading); in node_first_clear() local
913 return nodep->idx + n1; in node_first_clear()
1374 unsigned int n1; in sparsebit_set_num() local
1429 for (n1 = 0; n1 < MASK_BITS; n1++) { in sparsebit_set_num()
[all …]
/openbmc/linux/security/selinux/ss/
H A Debitmap.c33 const struct ebitmap_node *n1, *n2; in ebitmap_cmp() local
38 n1 = e1->node; in ebitmap_cmp()
40 while (n1 && n2 && in ebitmap_cmp()
41 (n1->startbit == n2->startbit) && in ebitmap_cmp()
42 !memcmp(n1->maps, n2->maps, EBITMAP_SIZE / 8)) { in ebitmap_cmp()
43 n1 = n1->next; in ebitmap_cmp()
47 if (n1 || n2) in ebitmap_cmp()
223 const struct ebitmap_node *n1, *n2; in ebitmap_contains() local
229 n1 = e1->node; in ebitmap_contains()
232 while (n1 && n2 && (n1->startbit <= n2->startbit)) { in ebitmap_contains()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Drun_common.sh62 summary=$(echo $2 | tail -n1)
69 summary=$(echo $2 | tail -n1)
76 summary=$(echo $2 | tail -n1)
83 summary=$(echo $2 | tail -n1)
90 summary=$(echo $2 | tail -n1)
/openbmc/linux/drivers/clk/meson/
H A Dclk-dualdiv.c41 return DIV_ROUND_CLOSEST(parent_rate, p->n1); in __dualdiv_param_to_rate()
44 p->n1 * p->m1 + p->n2 * p->m2); in __dualdiv_param_to_rate()
55 setting.n1 = meson_parm_read(clk->map, &dualdiv->n1) + 1; in meson_clk_dualdiv_recalc_rate()
74 for (i = 0; table[i].n1; i++) { in __dualdiv_get_setting()
120 meson_parm_write(clk->map, &dualdiv->n1, setting->n1 - 1); in meson_clk_dualdiv_set_rate()
/openbmc/linux/arch/mips/bcm63xx/
H A Dcpu.c164 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
168 n1 = (tmp & MIPSPLLCTL_N1_MASK) >> MIPSPLLCTL_N1_SHIFT; in detect_cpu_clock()
171 n1 += 1; in detect_cpu_clock()
174 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
179 unsigned int tmp, n1, n2, m1; in detect_cpu_clock() local
183 n1 = (tmp & DMIPSPLLCFG_N1_MASK) >> DMIPSPLLCFG_N1_SHIFT; in detect_cpu_clock()
186 return (16 * 1000000 * n1 * n2) / m1; in detect_cpu_clock()
/openbmc/qemu/util/
H A Dfifo8.c118 uint32_t n1, n2 = 0; in fifo8_peekpop_buf() local
126 buf = fifo8_peekpop_bufptr(fifo, len, 0, &n1, do_pop); in fifo8_peekpop_buf()
128 memcpy(dest, buf, n1); in fifo8_peekpop_buf()
132 len -= n1; in fifo8_peekpop_buf()
135 buf = fifo8_peekpop_bufptr(fifo, len, do_pop ? 0 : n1, &n2, do_pop); in fifo8_peekpop_buf()
137 memcpy(&dest[n1], buf, n2); in fifo8_peekpop_buf()
141 return n1 + n2; in fifo8_peekpop_buf()
/openbmc/qemu/target/xtensa/
H A Dwin_helper.c43 uint32_t n1 = env->config->nareg - phys; in copy_window_from_phys() local
45 n1 * sizeof(uint32_t)); in copy_window_from_phys()
46 memcpy(env->regs + window + n1, env->phys_regs, in copy_window_from_phys()
47 (n - n1) * sizeof(uint32_t)); in copy_window_from_phys()
59 uint32_t n1 = env->config->nareg - phys; in copy_phys_from_window() local
61 n1 * sizeof(uint32_t)); in copy_phys_from_window()
62 memcpy(env->phys_regs, env->regs + window + n1, in copy_phys_from_window()
63 (n - n1) * sizeof(uint32_t)); in copy_phys_from_window()
/openbmc/phosphor-pid-control/experiments/
H A Ddrive.cpp90 int64_t n1 = static_cast<int64_t>(r1.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()
156 int64_t n1 = static_cast<int64_t>(r1.value); in driveTime() local
159 series.push_back(std::make_tuple(t1, n0, n1)); in driveTime()
254 int64_t n1 = std::get<2>(t); in driveMain() local
259 std::cout << duration << "us, " << n0 << ", " << n1 << "\n"; in driveMain()
/openbmc/linux/drivers/mfd/
H A Dpcf50633-core.c85 int n, n1, idx = 0; in dump_regs_show() local
97 for (n1 = 0; n1 < sizeof(dump); n1++) in dump_regs_show()
100 dump[n1] = 0x00; in dump_regs_show()
102 dump[n1] = pcf50633_reg_read(pcf, n + n1); in dump_regs_show()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-cpld.c124 unsigned mult, hsdiv, n1; member
236 u8 n1, hsdiv; in cobalt_cpld_set_freq() local
258 n1 = multipliers[i_best].n1 - 1; in cobalt_cpld_set_freq()
264 regs[0] = (hsdiv << 5) | (n1 >> 2); in cobalt_cpld_set_freq()
265 regs[1] = ((n1 & 0x3) << 6) | (rfreq >> 32); in cobalt_cpld_set_freq()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/keyutils/files/
H A D0002-tests-Use-head-n1-for-busybox-compatibility.patch4 Subject: [PATCH 2/2] tests: Use `head -n1` for busybox compatibility
23 + seskeyring="`tail -2 $OUTPUTFILE | head -n1`"
32 +seskeyring="`tail -2 $OUTPUTFILE | head -n1`"
45 +keyring1="`grep -n keyring $OUTPUTFILE | cut -d: -f1 | head -n1`"
58 + my_logline="`tail -2 $watch_log | head -n1`"
/openbmc/linux/scripts/coccinelle/iterators/
H A Dfor_each_child.cocci25 expression list [n1] es;
55 expression list [r.n1] es;
84 expression list [r.n1] es;
117 expression list [r.n1] es;
150 expression list[r.n1] es;
173 expression list[r.n1] es;
188 expression list[r.n1] es;
219 expression list[r.n1] es;
243 expression list[r.n1] es;
277 expression list[r.n1] es;
/openbmc/linux/fs/hfs/
H A Dstring.c98 const unsigned char *n1, *n2; in hfs_compare_dentry() local
107 n1 = str; in hfs_compare_dentry()
110 if (caseorder[*n1++] != caseorder[*n2++]) in hfs_compare_dentry()
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh91 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | head -n1)
92 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | tail -n1)
94 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | head -n1)
95 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | tail -n1)
/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.c152 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss() argument
157 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */ in __do_track_loss()
159 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1); in __do_track_loss()
178 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __one_after_loss() local
180 if (dccp_loss_free(s2, s1, n1)) { in __one_after_loss()
228 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; in __two_after_loss() local
230 if (dccp_loss_free(s3, s1, n1)) { in __two_after_loss()

1234567