Home
last modified time | relevance | path

Searched refs:BH (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c514 #define BH(p) ((struct bhead *) (p)) macro
687 struct bhead *b_alloc = BH((char *)b + pos);
747 assert(BH((char *)b + b->bh.bsize) == b_next);
855 b = BH(buf - sizeof(struct bhead));
893 b = BH(((char *) buf) - sizeof(struct bhead));
970 assert(BH((char *) b - b->bh.bsize)->prevfree == 0);
994 assert(BH((char *) b - b->bh.prevfree)->bsize == b->bh.prevfree);
1025 assert(BH((char *) bn + bn->bh.bsize)->prevfree == bn->bh.bsize);
1064 assert(BH((char *) b + b->bh.bsize)->bsize == ESent);
1065 assert(BH((char *) b + b->bh.bsize)->prevfree == b->bh.bsize);
[all …]
A Dbget_malloc.c196 b = BH(((char *)buf) - sizeof(struct bhead)); in bget_buf_size()

Completed in 7 milliseconds