Home
last modified time | relevance | path

Searched refs:Py_LOCAL (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpyport.h288 #define Py_LOCAL(type) static type __fastcall macro
291 #define Py_LOCAL(type) static type macro
294 #define Py_LOCAL(type) static type macro
/external/python/cpython3/Include/
Dpyport.h174 #define Py_LOCAL(type) static type __fastcall macro
177 #define Py_LOCAL(type) static type macro
/external/python/cpython2/Objects/
Dbytearrayobject.c1336 Py_LOCAL(int)
1560 Py_LOCAL(PyByteArrayObject *)
1588 Py_LOCAL(PyByteArrayObject *)
1647 Py_LOCAL(PyByteArrayObject *)
1690 Py_LOCAL(PyByteArrayObject *)
1742 Py_LOCAL(PyByteArrayObject *)
1787 Py_LOCAL(PyByteArrayObject *)
1838 Py_LOCAL(PyByteArrayObject *)
1901 Py_LOCAL(PyByteArrayObject *)
1969 Py_LOCAL(PyByteArrayObject *)
Dstringobject.c2328 Py_LOCAL(PyStringObject *)
2360 Py_LOCAL(PyStringObject *)
2419 Py_LOCAL(PyStringObject *)
2462 Py_LOCAL(PyStringObject *)
2513 Py_LOCAL(PyStringObject *)
2558 Py_LOCAL(PyStringObject *)
2609 Py_LOCAL(PyStringObject *)
2672 Py_LOCAL(PyStringObject *)
2739 Py_LOCAL(PyStringObject *)
2862 Py_LOCAL(int)
/external/python/cpython3/Modules/_decimal/
D_decimal.c54 #define Py_LOCAL_INLINE Py_LOCAL
/external/python/cpython2/Doc/whatsnew/
D2.5.rst2171 ``Py_LOCAL(type)`` declares the function as returning a value of the
/external/python/cpython3/Doc/whatsnew/
D2.5.rst2172 ``Py_LOCAL(type)`` declares the function as returning a value of the