Home
last modified time | relevance | path

Searched refs:T_PYSSIZET (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dstructmember.h76 #define T_PYSSIZET 19 /* Py_ssize_t */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dstructmember.h76 #define T_PYSSIZET 19 /* Py_ssize_t */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dstructmember.c91 case T_PYSSIZET: in PyMember_GetOne()
297 case T_PYSSIZET:{ in PyMember_SetOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dstructmember.c91 case T_PYSSIZET: in PyMember_GetOne()
297 case T_PYSSIZET:{ in PyMember_SetOne()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c127 {"characters_written", T_PYSSIZET, offsetof(PyBlockingIOErrorObject, written), 0},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
D_iomodule.c127 {"characters_written", T_PYSSIZET, offsetof(PyBlockingIOErrorObject, written), 0},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c1616 {"start", T_PYSSIZET, offsetof(PyUnicodeErrorObject, start), 0,
1618 {"end", T_PYSSIZET, offsetof(PyUnicodeErrorObject, end), 0,
Dtypeobject.c191 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
192 {"__itemsize__", T_PYSSIZET, offsetof(PyTypeObject, tp_itemsize), READONLY},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c1620 {"start", T_PYSSIZET, offsetof(PyUnicodeErrorObject, start), 0,
1622 {"end", T_PYSSIZET, offsetof(PyUnicodeErrorObject, end), 0,
Dtypeobject.c191 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
192 {"__itemsize__", T_PYSSIZET, offsetof(PyTypeObject, tp_itemsize), READONLY},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c2618 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
3616 {"pos", T_PYSSIZET, MATCH_OFF(pos), READONLY},
3617 {"endpos", T_PYSSIZET, MATCH_OFF(endpos), READONLY},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c2697 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
3737 {"pos", T_PYSSIZET, MATCH_OFF(pos), READONLY},
3738 {"endpos", T_PYSSIZET, MATCH_OFF(endpos), READONLY},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c2618 {"groups", T_PYSSIZET, PAT_OFF(groups), READONLY},
3616 {"pos", T_PYSSIZET, MATCH_OFF(pos), READONLY},
3617 {"endpos", T_PYSSIZET, MATCH_OFF(endpos), READONLY},