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

  /external/python/cpython3/Modules/
gcmodule.c 1756 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 1540 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 1486 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); local
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 1540 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems); local
    [all...]
  /external/python/cpython3/Lib/test/
test_ordered_dict.py 693 basicsize = size('nQ2P' + '3PnPn2P') + calcsize('2nP2n')
700 check(od, basicsize + 8 + 5*entrysize) # 8byte indices + 8*2//3 * entry table
702 check(od, basicsize + 8 + 5*entrysize)
704 check(od, basicsize + 8*p + 8 + 5*entrysize + 3*nodesize)
706 check(od, basicsize + 16*p + 16 + 10*entrysize + 10*nodesize)
  /external/python/cpython3/Include/
object.h 445 int basicsize; member in struct:__anon37098
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 3379 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; local
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 4152 Py_ssize_t basicsize = PyBaseObject_Type.tp_basicsize; local
    [all...]

Completed in 710 milliseconds