Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c507 struct bhead { struct
514 #define BH(p) ((struct bhead *) (p)) argument
521 struct bhead bh; /* Common header */
852 struct bhead *b;
855 b = BH(buf - sizeof(struct bhead));
863 rsize -= sizeof(struct bhead);
885 struct bhead *b;
904 osize -= sizeof(struct bhead);
1106 struct bhead *bn;
1153 len -= sizeof(struct bhead);
[all …]
A Dbget_malloc.c194 struct bhead *b; in bget_buf_size()
196 b = BH(((char *)buf) - sizeof(struct bhead)); in bget_buf_size()
207 osize -= sizeof(struct bhead); in bget_buf_size()
387 *buf = (uint8_t *)b + sizeof(struct bhead); in bpool_foreach_pool()
388 *len = bs - sizeof(struct bhead); in bpool_foreach_pool()
912 const size_t min_len = sizeof(struct bhead) + sizeof(struct bfhead); in raw_malloc_add_pool()

Completed in 7 milliseconds