Searched defs:util_dynarray_top_ptr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_dynarray.h155 #define util_dynarray_top_ptr(buf, type) (type*)((char*)(buf)->data + (buf)->size - sizeof(type)) macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_dynarray.h175 #define util_dynarray_top_ptr(buf, type) (type*)((char*)(buf)->data + (buf)->size - sizeof(type)) macro

Completed in 3 milliseconds