Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.c523 #define BDH(p) ((struct bdhead *) (p)) macro
791 bdh = BDH(p);
800 bdh = BDH((char *)buf - sizeof(*bdh));
860 bd = BDH(buf - sizeof(struct bdhead));
900 bd = BDH(((char *) buf) - sizeof(struct bdhead));
941 bdh = BDH(((char *) buf) - sizeof(struct bdhead));
A Dbget_malloc.c203 bd = BDH(((char *)buf) - sizeof(struct bdhead)); in bget_buf_size()

Completed in 19 milliseconds