Searched refs:MEMCPY (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.1.rst51 - Remove the MEMCPY() and \_mesa_memcpy() wrappers and just use
H A D7.2.rst59 - Remove the MEMCPY() and \_mesa_memcpy() wrappers and just use
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c42 #define MEMCPY(dest, src, n) memcpy (dest, src, n) macro
2036 MEMCPY(newmem, oldmem, (oc < bytes)? oc : bytes);

Completed in 21 milliseconds