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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zlibmodule.c 112 newcompobject(PyTypeObject *type) function
319 self = newcompobject(&Comptype);
355 self = newcompobject(&Decomptype);
712 retval = newcompobject(&Comptype);
763 retval = newcompobject(&Decomptype);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zlibmodule.c 106 newcompobject(PyTypeObject *type) function
313 self = newcompobject(&Comptype);
349 self = newcompobject(&Decomptype);
686 retval = newcompobject(&Comptype);
737 retval = newcompobject(&Decomptype);
    [all...]
  /external/python/cpython2/Modules/
zlibmodule.c 113 newcompobject(PyTypeObject *type) function
391 self = newcompobject(&Comptype);
427 self = newcompobject(&Decomptype);
765 retval = newcompobject(&Comptype);
814 retval = newcompobject(&Decomptype);
    [all...]
  /external/python/cpython3/Modules/
zlibmodule.c 96 newcompobject(PyTypeObject *type) function
472 self = newcompobject(&Comptype);
568 self = newcompobject(&Decomptype);
956 retval = newcompobject(&Comptype);
1011 retval = newcompobject(&Decomptype);
    [all...]

Completed in 209 milliseconds