Searched refs:bh (Results 1 – 3 of 3) sorted by relevance
675 (b->bh.bsize < best->bh.bsize)) {710 b->bh.bsize = -b->bh.bsize;805 bdh->bh.bsize = 0;994 assert(BH((char *) b - b->bh.prevfree)->bsize == b->bh.prevfree);996 b->bh.bsize -= size;1008 b->bh.bsize = -b->bh.bsize;1025 assert(BH((char *) bn + bn->bh.bsize)->prevfree == bn->bh.bsize);1030 b->bh.bsize += bn->bh.bsize;1051 bn->bh.prevfree = b->bh.bsize;1065 assert(BH((char *) b + b->bh.bsize)->prevfree == b->bh.bsize);[all …]
368 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
66 const uint16_t bh = b >> 16; in mul64() local70 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()71 const uint32_t hi = (uint32_t) ah * bh; in mul64()
Completed in 9 milliseconds