HomeSort by: relevance | last modified time | path
    Searched defs:bp1 (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/nvi/dist/common/
conv.h 14 void *bp1; member in struct:_conv_win
  /src/external/lgpl3/gmp/dist/mpn/generic/
mulmod_bnm1.c 157 /* bp1 maybe in {sp1 + n + 1, n + 1} */
194 mp_srcptr ap1, bp1; local
197 bp1 = b0;
206 bp1 = sp1 + n + 1;
210 bnp = n + bp1[n];
227 xp[n] = mpn_mul_fft (xp, n, ap1, anp, bp1, bnp, k);
228 else if (UNLIKELY (bp1 == b0))
233 mpn_mul (xp, ap1, anp, bp1, bnp);
242 mpn_bc_mulmod_bnp1 (xp, ap1, bp1, n, xp);
toom32_mul.c 96 #define bp1 (pp + n) /* n, most significant bit in bp1_hi */ macro
138 /* Compute bp1 = b0 + b1 and bm1 = b0 - b1. */
144 cy = mpn_add_n_sub_n (bp1, bm1, b1, b0, n);
149 cy = mpn_add_n_sub_n (bp1, bm1, b0, b1, n);
153 bp1_hi = mpn_add_n (bp1, b0, b1, n);
169 bp1_hi = mpn_add (bp1, b0, n, b1, t);
183 TOOM32_MUL_N_REC (v1, ap1, bp1, n, scratch_out);
186 cy = bp1_hi + mpn_add_n (v1 + n, v1 + n, bp1, n);
191 cy = 2 * bp1_hi + mpn_addlsh1_n (v1 + n, v1 + n, bp1, n);
193 cy = 2 * bp1_hi + mpn_addmul_1 (v1 + n, bp1, n, CNST_LIMB(2))
    [all...]
  /src/games/hack/
hack.pri.c 760 char *bp0, *bp1; local
761 bp0 = bp1 = newbot;
764 *bp1++ = *bp0;
  /src/sbin/brconfig/
brconfig.c 350 struct ifbrparam bp1, bp2; local
368 if (do_cmd(sock, bridge, BRDGGCACHE, &bp1, sizeof(bp1), 0) < 0)
374 bp1.ifbrp_csize, bp2.ifbrp_ctime);
  /src/external/gpl3/gdb/dist/readline/readline/
histfile.c 520 char *buffer, *filename, *tempname, *bp, *bp1; /* bp1 == bp+1 */ local
592 LINES lines. bp1 is set funny initially. But since bp[1] can't
595 for (bp1 = bp = buffer + chars_read - 1; lines && bp > buffer; bp--)
597 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
599 bp1 = bp;
609 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
614 bp1 = bp;
  /src/external/lgpl3/mpfr/dist/src/
sub1sp1_extracted.c 329 uint64_t *bp1 = scrut.f4; local
332 uint64_t bp0ul1 = bp1[0U];
352 bp1,
  /src/external/gpl3/gdb.old/dist/readline/readline/
histfile.c 520 char *buffer, *filename, *tempname, *bp, *bp1; /* bp1 == bp+1 */ local
592 LINES lines. bp1 is set funny initially. But since bp[1] can't
595 for (bp1 = bp = buffer + chars_read - 1; lines && bp > buffer; bp--)
597 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
599 bp1 = bp;
609 if (*bp == '\n' && HIST_TIMESTAMP_START(bp1) == 0)
614 bp1 = bp;
  /src/bin/csh/
func.c 78 struct biltins *bp, *bp1, *bp2; local
97 * Binary search Bp1 is the beginning of the current search range. Bp2 is
100 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
103 bp = bp1 + ((bp2 - bp1) >> 1);
110 bp1 = bp + 1;
  /src/sys/dev/usb/
ohci.c 3573 ohci_physaddr_t buf, offs, bp0, bp1; local
3614 bp0 = bp1 = OHCI_PAGE(buf);
3641 /* Note the first page crossing in bp1 */
3642 if (bp0 == bp1 && bp1 != nep)
3643 bp1 = nep;
3645 DPRINTFN(1, "ncur=%jd bp0=%#jx bp1=%#jx nend=%#jx",
3646 ncur, bp0, bp1, nend);
3649 if (ncur == OHCI_ITD_NOFFSET || (bp0 != bp1 && bp1 != nep))
    [all...]

Completed in 39 milliseconds