Home
last modified time | relevance | path

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

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom32_mul.c88 #define bm1 (pp + 3*n) /* n */ in mpn_toom32_mul() macro
134 cy = mpn_add_n_sub_n (bp1, bm1, b1, b0, n); in mpn_toom32_mul()
139 cy = mpn_add_n_sub_n (bp1, bm1, b0, b1, n); in mpn_toom32_mul()
147 ASSERT_NOCARRY (mpn_sub_n (bm1, b1, b0, n)); in mpn_toom32_mul()
152 ASSERT_NOCARRY (mpn_sub_n (bm1, b0, b1, n)); in mpn_toom32_mul()
163 ASSERT_NOCARRY (mpn_sub_n (bm1, b1, b0, t)); in mpn_toom32_mul()
164 MPN_ZERO (bm1 + t, n - t); in mpn_toom32_mul()
169 ASSERT_NOCARRY (mpn_sub (bm1, b0, n, b1, t)); in mpn_toom32_mul()
192 TOOM32_MUL_N_REC (vm1, am1, bm1, n, scratch_out); in mpn_toom32_mul()
194 hi = mpn_add_n (vm1+n, vm1+n, bm1, n); in mpn_toom32_mul()
H A Dmulmod_bnm1.c150 mp_srcptr am1, bm1; in mpn_mulmod_bnm1() local
162 bm1 = xp + n; in mpn_mulmod_bnm1()
171 bm1 = b0; in mpn_mulmod_bnm1()
180 bm1 = b0; in mpn_mulmod_bnm1()
184 mpn_mulmod_bnm1 (rp, n, am1, anm, bm1, bnm, so); in mpn_mulmod_bnm1()
/dragonfly/sys/vfs/hammer/
H A Dhammer_transaction.c276 while (ocp->bm1[n0] & (1 << n)) { in ocp_allocbit()
286 ocp->bm1[n0] |= 1 << n; in ocp_allocbit()
287 if (ocp->bm1[n0] == 0xFFFFFFFFU) in ocp_allocbit()
H A Dhammer.h265 uint32_t bm1[32]; member