Home
last modified time | relevance | path

Searched refs:ovfl (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/lib/libc/db/hash/
Dhash_buf.c112 bp = prev_bp->ovfl; in __get_buf()
173 if (hashp->nbufs == 0 && prev_bp && bp->ovfl) { in newbuf()
174 BUFHEAD *ovfl; in newbuf() local
176 for (ovfl = bp->ovfl; ovfl ; ovfl = ovfl->ovfl) { in newbuf()
177 if (ovfl == prev_bp) { in newbuf()
245 for (xbp = bp; xbp->ovfl;) { in newbuf()
246 next_xbp = xbp->ovfl; in newbuf()
247 xbp->ovfl = 0; in newbuf()
274 bp->addr, (bp->ovfl ? bp->ovfl->addr : 0), 0); in newbuf()
276 bp->ovfl = NULL; in newbuf()
[all …]
Dhash_bigkey.c242 bufp->ovfl = rbufp->ovfl; in __big_delete()
245 bufp->ovfl = NULL; in __big_delete()
574 assert(np->ovfl == NULL); in __big_split()
585 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0)); in __big_split()
587 tmpp->ovfl = bp; /* one of op/np point to big_keyp */ in __big_split()
Dhash_page.c478 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0; in __add_ovflpage()
480 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1))) in __add_ovflpage()
482 bufp->ovfl->flags |= BUF_MOD; in __add_ovflpage()
485 tmp1, tmp2, bufp->ovfl->addr); in __add_ovflpage()
501 return (bufp->ovfl); in __add_ovflpage()
Dhash.h48 BUFHEAD *ovfl; /* Overflow page buffer header */ member
/openbsd/src/lib/libc/gdtoa/
Dstrtod.c181 goto ovfl;
404 goto ovfl;
456 ovfl:
505 goto ovfl;
575 goto ovfl;
580 goto ovfl;
584 goto ovfl;
587 goto ovfl;
652 goto ovfl;
655 goto ovfl;
[all …]
Dgethex.c261 ovfl:
347 goto ovfl;
/openbsd/src/sys/arch/hppa/spmath/
Dfcnvff.c228 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
Dsfmpy.c250 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
Dsfdiv.c265 Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
Dsfsub.c473 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
Dsfadd.c470 Sgl_setwrapped_exponent(result,result_exponent,ovfl);
Ddfmpy.c265 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
Ddfdiv.c273 Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
Ddfsub.c474 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
Ddfadd.c476 Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
Dsgl_float.h189 #define ovfl - macro
Ddbl_float.h312 #define ovfl - macro
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c4185 tree ovfl, gtop, ftop, goff, foff; in mips_va_start() local
4203 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, in mips_va_start()
4217 t = make_tree (TREE_TYPE (ovfl), virtual_incoming_args_rtx); in mips_va_start()
4219 t = build2 (PLUS_EXPR, TREE_TYPE (ovfl), t, in mips_va_start()
4222 t = build2 (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t); in mips_va_start()
4285 tree ovfl, top, off, align; in mips_gimplify_va_arg_expr() local
4325 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, in mips_gimplify_va_arg_expr()
4404 u = fold_convert (TREE_TYPE (ovfl), in mips_gimplify_va_arg_expr()
4406 t = build2 (PLUS_EXPR, TREE_TYPE (ovfl), ovfl, u); in mips_gimplify_va_arg_expr()
4407 u = fold_convert (TREE_TYPE (ovfl), in mips_gimplify_va_arg_expr()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mips/
Dmips.c4738 tree ovfl, gtop, ftop, goff, foff; local
4749 ovfl = build (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl);
4758 t = make_tree (TREE_TYPE (ovfl), virtual_incoming_args_rtx);
4760 t = build (PLUS_EXPR, TREE_TYPE (ovfl), t,
4762 t = build (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t);
4874 tree ovfl, top, off; local
4917 ovfl = build (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl);
4977 t = build (PLUS_EXPR, TREE_TYPE (ovfl), ovfl,
4979 t = build (BIT_AND_EXPR, TREE_TYPE (ovfl), t,
4981 t = build (MODIFY_EXPR, TREE_TYPE (ovfl), ovfl, t);
[all …]