Home
last modified time | relevance | path

Searched refs:bh (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c675 (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 …]
A Dbget_malloc.c368 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c66 const uint16_t bh = b >> 16; in mul64() local
70 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