Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget.c521 struct bhead bh; /* Common header */ member
528 struct bhead bh; /* Common allocated/free header */ member
586 if (bf->bh.bsize < size) in buf_get_pos()
593 buf = (unsigned long)bf + bf->bh.bsize - size + sizeof(struct bhead) + in buf_get_pos()
613 bs = b->bh.bsize; in get_free2_sum()
716 assert(b->bh.prevfree == 0);
720 (b->bh.bsize < best->bh.bsize)) {
733 struct bhead *b_next = BH((char *)b + b->bh.bsize);
734 bufsize rem_sz = b->bh.bsize;
737 assert(b_next->prevfree == b->bh.bsize);
[all …]
H A Dbget_malloc.c377 bufsize bs = b->bh.bsize; in bpool_foreach_pool()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpoly1305.c36 const uint16_t bh = b >> 16; in mul64() local
40 const uint64_t me = (uint64_t) ((uint32_t) ah * bl) + (uint32_t) al * bh; in mul64()
41 const uint32_t hi = (uint32_t) ah * bh; in mul64()