Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpyport.h305 #define Py_MEMCPY(target, source, length) do { \ macro
316 #define Py_MEMCPY memcpy macro
/external/python/cpython3/Include/
Dpyport.h204 #define Py_MEMCPY memcpy macro