HomeSort by: relevance | last modified time | path
    Searched refs:ovfl (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/util/
hist.c 36 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];
  /src/lib/libc/db/hash/
hash_buf.c 99 * 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 = NULL
    [all...]
hash_bigkey.c 271 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 */
hash.h 52 BUFHEAD *ovfl; /* Overflow page buffer header */ member in struct:_bufhead
hash_page.c 299 BUFHEAD *last_bfp; /* Last buf header OVFL needing to be freed */
501 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
503 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, (uint32_t)ovfl_num,
506 bufp->ovfl->flags |= BUF_MOD;
508 (void)fprintf(stderr, "ADDOVFLPAGE: %d->ovfl was %d is now %d\n",
509 tmp1, tmp2, bufp->ovfl->addr);
514 * an overflow page, we know that the OVFL information will fit on
527 return (bufp->ovfl);
  /src/lib/libc/gdtoa/
strtod.c 401 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...]
gethex.c 244 ovfl:
328 goto ovfl;
  /src/external/lgpl3/gmp/dist/mpz/
n_pow_ui.c 175 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)
  /src/sys/arch/amiga/dev/
mfc.c 183 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 != 0
    [all...]
ser.c 535 int s1, s2, ovfl; local
553 ovfl = 0;
560 ovfl = sbovfl;
564 if (ovfl != 0)
566 ovfl);
  /src/sys/arch/m68k/060sp/dist/
test.doc 154 0x10: FP enabled snan/operr/ovfl/unfl/dz/inex
168 FP enabled: tests enabled snan/operr/ovfl/unfl/dz/inex.
171 exercizes _fpsp_{snan,operr,ovfl,unfl,dz,inex}() and
172 _real_{snan,operr,ovfl,unfl,dz,inex}(). the test expects
  /src/lib/libm/arch/vax/
n_support.S 148 bgeq ovfl
155 bgeq ovfl
158 ovfl: pushl $ERANGE label
  /src/sys/arch/hppa/spmath/
fcnvff.c 256 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
dfadd.c 504 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
dfdiv.c 302 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
dfmpy.c 294 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
dfsub.c 503 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
sfadd.c 499 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
sfdiv.c 294 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
sfmpy.c 279 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
sfsub.c 502 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
sgl_float.h 215 #define ovfl - macro
  /src/sys/arch/m68k/m68k/
vectors.c 114 extern char bsun[], inex[], dz[], unfl[], operr[], ovfl[], snan[];
121 #define FP_OVFL_HANDLER40 ovfl
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 1574 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1581 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, NULL_TREE);
1591 /* Store the stacked vararg pointer in the OVFL member. */
1592 t = make_tree (TREE_TYPE (ovfl), virtual_incoming_args_rtx);
1594 t = build2 (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t);
1633 tree ovfl, base, bytes; local
1678 OVFL be the pointer to the stack overflow area.
1690 9: addr_rtx = ovfl;
1691 10: ovfl += rsize
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 1571 tree ovfl, gbase, gbytes, fbase, fbytes, t; local
1578 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, NULL_TREE);
1588 /* Store the stacked vararg pointer in the OVFL member. */
1589 t = make_tree (TREE_TYPE (ovfl), virtual_incoming_args_rtx);
1591 t = build2 (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t);
1630 tree ovfl, base, bytes; local
1675 OVFL be the pointer to the stack overflow area.
1687 9: addr_rtx = ovfl;
1688 10: ovfl += rsize
    [all...]

Completed in 51 milliseconds

1 2