HomeSort by relevance Sort by last modified time
    Searched defs:Py_MEMCPY (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 299 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
306 #define Py_MEMCPY(target, source, length) do { \
317 #define Py_MEMCPY memcpy
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 298 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
305 #define Py_MEMCPY(target, source, length) do { \
316 #define Py_MEMCPY memcpy
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 314 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
321 #define Py_MEMCPY(target, source, length) do { \
332 #define Py_MEMCPY memcpy
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 299 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
306 #define Py_MEMCPY(target, source, length) do { \
317 #define Py_MEMCPY memcpy
  /external/python/cpython2/Include/
pyport.h 298 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
305 #define Py_MEMCPY(target, source, length) do { \
316 #define Py_MEMCPY memcpy
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \
320 #define Py_MEMCPY memcpy
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \
320 #define Py_MEMCPY memcpy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \
320 #define Py_MEMCPY memcpy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 302 /* Py_MEMCPY can be used instead of memcpy in cases where the copied blocks
309 #define Py_MEMCPY(target, source, length) do { \
320 #define Py_MEMCPY memcpy
    [all...]

Completed in 848 milliseconds