Symbol: ovfl
lib/libc/db/hash/hash.h
48
BUFHEAD *ovfl; /* Overflow page buffer header */
lib/libc/db/hash/hash_bigkey.c
242
bufp->ovfl = rbufp->ovfl;
lib/libc/db/hash/hash_bigkey.c
245
bufp->ovfl = NULL;
lib/libc/db/hash/hash_bigkey.c
574
assert(np->ovfl == NULL);
lib/libc/db/hash/hash_bigkey.c
585
(tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
lib/libc/db/hash/hash_bigkey.c
587
tmpp->ovfl = bp; /* one of op/np point to big_keyp */
lib/libc/db/hash/hash_buf.c
112
bp = prev_bp->ovfl;
lib/libc/db/hash/hash_buf.c
173
if (hashp->nbufs == 0 && prev_bp && bp->ovfl) {
lib/libc/db/hash/hash_buf.c
174
BUFHEAD *ovfl;
lib/libc/db/hash/hash_buf.c
176
for (ovfl = bp->ovfl; ovfl ; ovfl = ovfl->ovfl) {
lib/libc/db/hash/hash_buf.c
177
if (ovfl == prev_bp) {
lib/libc/db/hash/hash_buf.c
245
for (xbp = bp; xbp->ovfl;) {
lib/libc/db/hash/hash_buf.c
246
next_xbp = xbp->ovfl;
lib/libc/db/hash/hash_buf.c
247
xbp->ovfl = 0;
lib/libc/db/hash/hash_buf.c
274
bp->addr, (bp->ovfl ? bp->ovfl->addr : 0), 0);
lib/libc/db/hash/hash_buf.c
276
bp->ovfl = NULL;
lib/libc/db/hash/hash_buf.c
284
prev_bp->addr, (prev_bp->ovfl ? prev_bp->ovfl->addr : 0),
lib/libc/db/hash/hash_buf.c
287
prev_bp->ovfl = bp;
lib/libc/db/hash/hash_buf.c
352
bp->ovfl = 0;
lib/libc/db/hash/hash_page.c
478
tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
lib/libc/db/hash/hash_page.c
480
if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1)))
lib/libc/db/hash/hash_page.c
482
bufp->ovfl->flags |= BUF_MOD;
lib/libc/db/hash/hash_page.c
485
tmp1, tmp2, bufp->ovfl->addr);
lib/libc/db/hash/hash_page.c
501
return (bufp->ovfl);
lib/libc/gdtoa/gethex.c
261
ovfl:
lib/libc/gdtoa/gethex.c
347
goto ovfl;
lib/libc/gdtoa/strtod.c
181
goto ovfl;
lib/libc/gdtoa/strtod.c
404
goto ovfl;
lib/libc/gdtoa/strtod.c
456
ovfl:
lib/libc/gdtoa/strtod.c
505
goto ovfl;
lib/libc/gdtoa/strtod.c
575
goto ovfl;
lib/libc/gdtoa/strtod.c
580
goto ovfl;
lib/libc/gdtoa/strtod.c
584
goto ovfl;
lib/libc/gdtoa/strtod.c
587
goto ovfl;
lib/libc/gdtoa/strtod.c
652
goto ovfl;
lib/libc/gdtoa/strtod.c
655
goto ovfl;
lib/libc/gdtoa/strtod.c
662
goto ovfl;
lib/libc/gdtoa/strtod.c
667
goto ovfl;
lib/libc/gdtoa/strtod.c
672
goto ovfl;
lib/libc/gdtoa/strtod.c
677
goto ovfl;
lib/libc/gdtoa/strtod.c
681
goto ovfl;
lib/libc/gdtoa/strtod.c
715
goto ovfl;
lib/libc/gdtoa/strtod.c
772
goto ovfl;
lib/libc/gdtoa/strtod.c
809
goto ovfl;
lib/libc/gdtoa/strtod.c
826
goto ovfl;
lib/libc/gdtoa/strtod.c
968
goto ovfl;
sys/arch/hppa/spmath/dfadd.c
475
Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
sys/arch/hppa/spmath/dfdiv.c
272
Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
sys/arch/hppa/spmath/dfmpy.c
264
Dbl_setwrapped_exponent(resultp1,dest_exponent,ovfl);
sys/arch/hppa/spmath/dfsub.c
473
Dbl_setwrapped_exponent(resultp1,result_exponent,ovfl);
sys/arch/hppa/spmath/fcnvff.c
224
Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
sys/arch/hppa/spmath/sfadd.c
469
Sgl_setwrapped_exponent(result,result_exponent,ovfl);
sys/arch/hppa/spmath/sfdiv.c
264
Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
sys/arch/hppa/spmath/sfmpy.c
249
Sgl_setwrapped_exponent(result,dest_exponent,ovfl);
sys/arch/hppa/spmath/sfsub.c
472
Sgl_setwrapped_exponent(result,result_exponent,ovfl);