Home
last modified time | relevance | path

Searched refs:bm1 (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/net/npf/
H A Dnpf_portmap.c283 bitmap_l1_t *bm1;
302 bm1 = PORTMAP_L1_GET(bval);
303 KASSERT(bm1 != NULL);
315 bitmap_l1_t *bm1; in bitmap_set() local
346 if (bm1 == NULL) { in bitmap_set()
364 bm1p = (uintptr_t)bm1; in bitmap_set()
375 KASSERT(bm1 != NULL); in bitmap_set()
379 oval = bm1->bits1[i]; in bitmap_set()
395 bitmap_l1_t *bm1; in bitmap_clr() local
415 KASSERT(bm1 != NULL); in bitmap_clr()
[all …]
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dtoom32_mul.c98 #define bm1 (pp + 3*n) /* n */ in mpn_toom32_mul() macro
144 cy = mpn_add_n_sub_n (bp1, bm1, b1, b0, n); in mpn_toom32_mul()
149 cy = mpn_add_n_sub_n (bp1, bm1, b0, b1, n); in mpn_toom32_mul()
157 ASSERT_NOCARRY (mpn_sub_n (bm1, b1, b0, n)); in mpn_toom32_mul()
162 ASSERT_NOCARRY (mpn_sub_n (bm1, b0, b1, n)); in mpn_toom32_mul()
173 ASSERT_NOCARRY (mpn_sub_n (bm1, b1, b0, t)); in mpn_toom32_mul()
174 MPN_ZERO (bm1 + t, n - t); in mpn_toom32_mul()
179 ASSERT_NOCARRY (mpn_sub (bm1, b0, n, b1, t)); in mpn_toom32_mul()
202 TOOM32_MUL_N_REC (vm1, am1, bm1, n, scratch_out); in mpn_toom32_mul()
204 hi = mpn_add_n (vm1+n, vm1+n, bm1, n); in mpn_toom32_mul()
H A Dmulmod_bnm1.c160 mp_srcptr am1, bm1; in mpn_mulmod_bnm1() local
164 bm1 = b0; in mpn_mulmod_bnm1()
175 bm1 = so; in mpn_mulmod_bnm1()
189 mpn_mulmod_bnm1 (rp, n, am1, anm, bm1, bnm, so); in mpn_mulmod_bnm1()
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDbeView.cc1608 … BaseMetric *bm1 = dbeSession->find_metric (m->get_type (), m->get_cmd (), NTXT ("EXPGRID==1")); in get_hist_data() local
1609 Metric *m1 = new Metric (bm1, m->get_subtype ()); in get_hist_data()
1630 … BaseMetric *bm1 = dbeSession->find_metric (bm->get_type (), bm->get_cmd (), m->get_expr_spec ()); in get_hist_data() local
1631 assert (bm1 != NULL); in get_hist_data()
1632 Metric *m1 = new Metric (bm1, m->get_subtype ()); in get_hist_data()
1648 BaseMetric *bm1 = dbeSession->find_metric (m->get_type (), in get_hist_data() local
1651 assert (bm1 != NULL); in get_hist_data()
1652 Metric *m1 = new Metric (bm1, m->get_subtype ()); in get_hist_data()