Searched refs:ovfl (Results 1 - 25 of 36) sorted by relevance

12

/netbsd-current/external/bsd/ntp/dist/util/
H A Dhist.c36 long t, u, v, w, gtod[NBUF], ovfl[NSRT]; local
44 ovfl[i] = 0;
65 ovfl[n] = w;
84 qsort(&ovfl, (size_t)n, sizeof(ovfl[0]), col);
88 if (ovfl[i] != w) {
91 w = ovfl[i];
/netbsd-current/lib/libc/db/hash/
H A Dhash_buf.c99 * CAVEAT: The buffer header accessed via prev_bp's ovfl field may no longer
119 bp = prev_bp->ovfl;
226 for (xbp = bp; xbp->ovfl;) {
227 next_xbp = xbp->ovfl;
228 xbp->ovfl = 0;
231 /* Check that ovfl pointer is up date. */
254 (void)fprintf(stderr, "NEWBUF1: %d->ovfl was %d is now %d\n",
255 bp->addr, (bp->ovfl ? bp->ovfl->addr : 0), 0);
257 bp->ovfl
[all...]
H A Dhash_bigkey.c271 bufp->ovfl = rbufp->ovfl;
274 bufp->ovfl = NULL;
614 _DIAGASSERT(np->ovfl == NULL);
623 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
624 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
626 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
H A Dhash.h52 BUFHEAD *ovfl; /* Overflow page buffer header */ member in struct:_bufhead
H A Dhash_page.c500 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
502 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, (uint32_t)ovfl_num,
505 bufp->ovfl->flags |= BUF_MOD;
507 (void)fprintf(stderr, "ADDOVFLPAGE: %d->ovfl was %d is now %d\n",
508 tmp1, tmp2, bufp->ovfl->addr);
526 return (bufp->ovfl);
/netbsd-current/lib/libc/gdtoa/
H A Dstrtod.c401 goto ovfl;
453 ovfl:
502 goto ovfl;
576 goto ovfl;
581 goto ovfl;
585 goto ovfl;
588 goto ovfl;
653 goto ovfl;
656 goto ovfl;
663 goto ovfl;
[all...]
H A Dgethex.c244 ovfl:
328 goto ovfl;
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dn_pow_ui.c175 mp_limb_t ovfl; local
220 umul_ppmm (ovfl, rtwos_bits, e, btwos);
221 if (ovfl)
382 umul_ppmm (ovfl, ralloc, (bsize*GMP_NUMB_BITS - cnt + GMP_NAIL_BITS), e);
383 if (ovfl)
/netbsd-current/sys/arch/amiga/dev/
H A Dmfc.c183 u_short *rptr, *wptr, incnt, ovfl; member in struct:mfcs_softc
977 ++sc->ovfl;
998 ++sc->ovfl;
1045 int s1, s2, ovfl; local
1065 ovfl = 0;
1071 if (sc->ovfl != 0) {
1072 ovfl = sc->ovfl;
1073 sc->ovfl = 0;
1076 if (ovfl !
[all...]
H A Dser.c535 int s1, s2, ovfl; local
553 ovfl = 0;
560 ovfl = sbovfl;
564 if (ovfl != 0)
566 ovfl);
/netbsd-current/sys/arch/amiga/amiga/
H A Dvectors.s100 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-current/lib/libm/arch/vax/
H A Dn_support.S148 bgeq ovfl
155 bgeq ovfl
158 ovfl: pushl $ERANGE label
/netbsd-current/sys/arch/hppa/spmath/
H A Dfcnvff.c256 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
H A Ddfdiv.c302 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
H A Ddfmpy.c294 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
H A Dsfdiv.c294 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
H A Dsfmpy.c279 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
H A Ddfsub.c503 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
H A Ddfadd.c504 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
H A Dsfsub.c502 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
H A Dsfadd.c499 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
/netbsd-current/sys/arch/m68k/m68k/
H A Dvectors.c122 extern char bsun[], inex[], dz[], unfl[], operr[], ovfl[], snan[];
128 #define FP_OVFL_HANDLER40 ovfl
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dvectors.s112 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-current/sys/arch/x68k/x68k/
H A Dvectors.s98 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/visium/
H A Dvisium.c1569 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1576 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, NULL_TREE);
1587 t = make_tree (TREE_TYPE (ovfl), virtual_incoming_args_rtx);
1589 t = build2 (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t);
1628 tree ovfl, base, bytes; local
1685 9: addr_rtx = ovfl;
1686 10: ovfl += rsize;
1740 /* [9] Emit code for: addr_rtx = ovfl. */
1741 ovfl
[all...]

Completed in 195 milliseconds

12