Searched defs:__GLX_MEM_COPY (Results 1 – 2 of 2) sorted by relevance
50 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro
46 #define __GLX_MEM_COPY(dst,src,n) memmove(dst,src,n) macro