Home
last modified time | relevance | path

Searched refs:_Py_ZeroStruct (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dboolobject.h20 PyAPI_DATA(PyIntObject) _Py_ZeroStruct, _Py_TrueStruct;
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dboolobject.h20 PyAPI_DATA(PyIntObject) _Py_ZeroStruct, _Py_TrueStruct;
23 #define Py_False ((PyObject *) &_Py_ZeroStruct)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dboolobject.c194 PyIntObject _Py_ZeroStruct = { variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dboolobject.c194 PyIntObject _Py_ZeroStruct = { variable