Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
A Dbget.c675 (b->bh.bsize < best->bh.bsize)) {
710 b->bh.bsize = -b->bh.bsize;
806 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;
1022 assert(BH((char *) bn + bn->bh.bsize)->prevfree == bn->bh.bsize);
1027 b->bh.bsize += bn->bh.bsize;
1047 bn->bh.prevfree = b->bh.bsize;
1061 assert(BH((char *) b + b->bh.bsize)->prevfree == b->bh.bsize);
[all …]
A Dbget_malloc.c297 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
/optee_os/lib/libmbedtls/mbedtls/library/
A Dpoly1305.c73 const uint16_t bh = b >> 16; in mul64() local
77 const uint64_t me = (uint64_t)( (uint32_t) ah * bl ) + (uint32_t) al * bh; in mul64()
78 const uint32_t hi = (uint32_t) ah * bh; in mul64()

Completed in 11 milliseconds