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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 265 /* Py_LOCAL can be used instead of static to get the fastest possible calling
292 #define Py_LOCAL(type) static type __fastcall
295 #define Py_LOCAL(type) static type
298 #define Py_LOCAL(type) static type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 265 /* Py_LOCAL can be used instead of static to get the fastest possible calling
292 #define Py_LOCAL(type) static type __fastcall
295 #define Py_LOCAL(type) static type
298 #define Py_LOCAL(type) static type
    [all...]

Completed in 301 milliseconds