Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/
H A Dbget.c523 #define BDH(p) ((struct bdhead *) (p)) macro
840 bdh = BDH(p);
849 bdh = BDH((char *)buf - sizeof(*bdh));
909 bd = BDH(buf - sizeof(struct bdhead));
949 bd = BDH(((char *) buf) - sizeof(struct bdhead));
993 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
H A Dbget_malloc.c204 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()