HomeSort by relevance Sort by last modified time
    Searched defs:PyLong_Type (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 92 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 88 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 92 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
    [all...]
  /external/python/cpython2/Objects/
longobject.c 76 return PyObject_NEW_VAR(PyLongObject, &PyLong_Type, size);
    [all...]
  /external/python/cpython3/Objects/
longobject.c 202 return (PyLongObject*)PyObject_INIT_VAR(result, &PyLong_Type, size);
    [all...]

Completed in 109 milliseconds