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

12

/netbsd-6-1-5-RELEASE/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;
90 ovfl, (size_t)n, sizeof(long), col);
94 if (ovfl[i] != w) {
97 w = ovfl[i];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20080704-1.c20 ovfl:ptr->_errno = 34;
39 goto ovfl;
/netbsd-6-1-5-RELEASE/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.c265 bufp->ovfl = rbufp->ovfl;
268 bufp->ovfl = NULL;
608 _DIAGASSERT(np->ovfl == NULL);
617 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
618 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
620 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.c502 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
504 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, (uint32_t)ovfl_num,
507 bufp->ovfl->flags |= BUF_MOD;
509 (void)fprintf(stderr, "ADDOVFLPAGE: %d->ovfl was %d is now %d\n",
510 tmp1, tmp2, bufp->ovfl->addr);
528 return (bufp->ovfl);
/netbsd-6-1-5-RELEASE/lib/libc/gdtoa/
H A Dstrtod.c416 goto ovfl;
468 ovfl:
517 goto ovfl;
587 goto ovfl;
592 goto ovfl;
596 goto ovfl;
599 goto ovfl;
664 goto ovfl;
667 goto ovfl;
674 goto ovfl;
[all...]
H A Dgethex.c262 ovfl:
346 goto ovfl;
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dmfc.c183 u_short *rptr, *wptr, incnt, ovfl; member in struct:mfcs_softc
962 ++sc->ovfl;
983 ++sc->ovfl;
1030 int s1, s2, ovfl; local
1050 ovfl = 0;
1056 if (sc->ovfl != 0) {
1057 ovfl = sc->ovfl;
1058 sc->ovfl = 0;
1061 if (ovfl !
[all...]
H A Dser.c524 int s1, s2, ovfl; local
542 ovfl = 0;
549 ovfl = sbovfl;
553 if (ovfl != 0)
555 ovfl);
/netbsd-6-1-5-RELEASE/lib/libm/arch/vax/
H A Dn_support.S119 bgeq ovfl
126 bgeq ovfl
129 ovfl: pushl $ERANGE label
/netbsd-6-1-5-RELEASE/sys/arch/amiga/amiga/
H A Dvectors.s100 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dfcnvff.c256 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
H A Ddfadd.c504 Dbl_setwrapped_exponent(resultp1,result_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 Ddfsub.c503 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
H A Dsfadd.c499 Sgl_setwrapped_exponent(result,result_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 Dsfsub.c502 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dvectors.s118 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dvectors.s112 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Dvectors.s118 ASVECTOR(ovfl) /* 53: FPCP overflow */
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dvectors.s112 ASVECTOR(ovfl) /* 53: FPCP overflow */

Completed in 281 milliseconds

12