Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget.c518 struct bdhead { struct
523 #define BDH(p) ((struct bdhead *) (p)) argument
832 size += sizeof(struct bdhead) - sizeof(struct bhead);
837 struct bdhead *bdh;
907 struct bdhead *bd;
909 bd = BDH(buf - sizeof(struct bdhead));
910 rsize = bd->tsize - sizeof(struct bdhead) - bd->offs;
947 struct bdhead *bd;
949 bd = BDH(((char *) buf) - sizeof(struct bdhead));
950 osize = bd->tsize - sizeof(struct bdhead) - bd->offs;
[all …]
H A Dbget_malloc.c202 struct bdhead *bd; in bget_buf_size()
204 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()
205 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()