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

/barrelfish-master/lib/libc/db/hash/
H A Dhash_buf.c98 * CAVEAT: The buffer header accessed via prev_bp's ovfl field may no longer
115 bp = prev_bp->ovfl;
176 if (hashp->nbufs == 0 && prev_bp && bp->ovfl) {
177 BUFHEAD *ovfl; local
179 for (ovfl = bp->ovfl; ovfl ; ovfl = ovfl->ovfl) {
[all...]
H A Dhash_bigkey.c247 bufp->ovfl = rbufp->ovfl;
250 bufp->ovfl = NULL;
581 assert(np->ovfl == NULL);
591 "BIG_SPLIT: %d->ovfl was %d is now %d\n", tmpp->addr,
592 (tmpp->ovfl ? tmpp->ovfl->addr : 0), (bp ? bp->addr : 0));
594 tmpp->ovfl = bp; /* one of op/np point to big_keyp */
H A Dhash.h47 BUFHEAD *ovfl; /* Overflow page buffer header */ member in struct:_bufhead
H A Dhash_page.c486 tmp2 = bufp->ovfl ? bufp->ovfl->addr : 0;
488 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1)))
490 bufp->ovfl->flags |= BUF_MOD;
492 (void)fprintf(stderr, "ADDOVFLPAGE: %d->ovfl was %d is now %d\n",
493 tmp1, tmp2, bufp->ovfl->addr);
509 return (bufp->ovfl);
/barrelfish-master/lib/gdtoa/
H A Dgethex.c256 ovfl:
340 goto ovfl;
H A Dstrtod.c408 goto ovfl;
460 ovfl:
509 goto ovfl;
748 goto ovfl;
800 goto ovfl;
942 goto ovfl;

Completed in 42 milliseconds