HomeSort by relevance Sort by last modified time
    Searched refs:PyMemoryView_GET_BASE (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 16 #define PyMemoryView_GET_BASE(op) (((PyMemoryViewObject *)(op))->view.obj)

Completed in 45 milliseconds