Searched defs:util_dynarray_append (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | u_dynarray.h | 154 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow((buf), sizeof(type)), &__v, sizeof(type));} while(0) macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | u_dynarray.h | 171 #define util_dynarray_append(buf, type, v) do {type __v = (v); memcpy(util_dynarray_grow_bytes((buf), 1, sizeof(type)), &__v, sizeof(type));} while(0) macro
|
Completed in 4 milliseconds