HomeSort by relevance Sort by last modified time
    Searched refs:tp_basicsize (Results 1 - 25 of 41) sorted by null

1 2

  /external/python/cpython2/Doc/includes/
typestruct.h 4 int tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
  /external/python/cpython3/Doc/includes/
typestruct.h 4 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /external/python/cpython2/Include/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /external/python/cpython3/Include/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
148 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
165 _Py_SIZE_ROUND_UP((typeobj)->tp_basicsize + \
object.h 349 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
481 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 34 'type *'. The size of the object is determined by the tp_basicsize field
168 #define _PyObject_SIZE(typeobj) ( (typeobj)->tp_basicsize )
186 ( ( (typeobj)->tp_basicsize + \
object.h 327 Py_ssize_t tp_basicsize, tp_itemsize; /* For allocation */ member in struct:_typeobject
433 ((PyMemberDef *)(((char *)etype) + Py_TYPE(etype)->tp_basicsize))
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyinit.swg 152 sizeof(swig_varlinkobject), /* tp_basicsize */
412 } else if (SwigPyObject_TypeOnce()->tp_basicsize != cd->pytype->tp_basicsize) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 191 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
    [all...]
structseq.c 438 0, /* tp_basicsize */
500 type->tp_basicsize = sizeof(PyStructSequence)+
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 191 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
    [all...]
structseq.c 437 0, /* tp_basicsize */
499 type->tp_basicsize = sizeof(PyStructSequence)+
  /external/python/cpython2/Objects/
typeobject.c 211 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 341 {"__basicsize__", T_PYSSIZET, offsetof(PyTypeObject,tp_basicsize),READONLY},
    [all...]

Completed in 727 milliseconds

1 2