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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h286 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
293 #define Py_MEMCPY(target, source, length) do { \ macro
304 #define Py_MEMCPY memcpy macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h299 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
306 #define Py_MEMCPY(target, source, length) do { \ macro
317 #define Py_MEMCPY memcpy macro

Completed in 34 milliseconds