Searched refs:GRSTRUCTOF (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvgraph/
H A Dvgraph.h92 ** GRSTRUCTOF returns the address of the struct that contains e_t.
95 #define GRSTRUCTOF(_st,_e,_a) (_st*)((unsigned char*)(_a) - GROFFSETOF(_st,_e)) macro
H A Dgraph.c21 Graph_t *gr = GRSTRUCTOF(Graph_t, nddc, disc);
54 Graph_t *gr = GRSTRUCTOF(Graph_t, eddc, disc);

Completed in 18 milliseconds