Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
A Dbget.c518 struct bdhead { struct
523 #define BDH(p) ((struct bdhead *) (p)) argument
789 struct bdhead *bdh;
860 struct bdhead *bd;
862 bd = BDH(buf - sizeof(struct bdhead));
900 struct bdhead *bd;
902 bd = BDH(((char *) buf) - sizeof(struct bdhead));
940 struct bdhead *bdh;
942 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
952 sizeof(struct bdhead)));
[all …]
A Dbget_malloc.c454 struct bdhead *bd; in bget_buf_size()
456 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()
457 osize = bd->tsize - sizeof(struct bdhead) - bd->offs; in bget_buf_size()

Completed in 7 milliseconds