Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
A Dbget.c531 #define BFH(p) ((struct bfhead *) (p)) macro
929 b = BFH(((char *) buf) - sizeof(struct bhead));
995 b = BFH(((char *) b) - b->bh.prevfree);
1016 bn = BFH(((char *) b) + b->bh.bsize);
1036 bn = BFH(((char *) b) + b->bh.bsize);
1102 struct bfhead *b = BFH(buf);
1222 b = BFH(((char *) buf) - sizeof(struct bhead));
1280 struct bfhead *b = BFH(buf);
1315 b = BFH(((char *) b) + bs);
1328 struct bfhead *b = BFH(buf);
[all …]
A Dbget_malloc.c290 iterator->next_buf = BFH(ctx->pool[0].buf); in bpool_foreach_iterator_init()
319 iterator->next_buf = BFH((uint8_t *)b + bs); in bpool_foreach_pool()
340 iterator->next_buf = BFH(ctx->pool[iterator->pool_idx].buf); in bpool_foreach()

Completed in 7 milliseconds