Searched refs:Py_MEMCPY (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dpyport.h302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \ macro
320 #define Py_MEMCPY memcpy macro
H A Dunicodeobject.h394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dpyport.h302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \ macro
320 #define Py_MEMCPY memcpy macro
H A Dunicodeobject.h394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dpyport.h302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \ macro
320 #define Py_MEMCPY memcpy macro
H A Dunicodeobject.h394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dpyport.h302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \ macro
320 #define Py_MEMCPY memcpy macro
H A Dunicodeobject.h394 Py_MEMCPY((target), (source), (length)*sizeof(Py_UNICODE))

Completed in 2870 milliseconds