Home
last modified time | relevance | path

Searched refs:PyMem_RESIZE (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpymem.h108 #define PyMem_RESIZE(p, type, n) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpymem.h108 #define PyMem_RESIZE(p, type, n) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c79 PyMem_RESIZE(items, char, (_new_size * self->ob_descr->itemsize)); in array_resize()
745 PyMem_RESIZE(item, char, Py_SIZE(a)*a->ob_descr->itemsize); in array_ass_slice()
751 PyMem_RESIZE(item, char, in array_ass_slice()
835 PyMem_RESIZE(self->ob_item, char, size*self->ob_descr->itemsize); in array_do_extend()
890 PyMem_RESIZE(items, char, n * size); in array_inplace_repeat()
1215 PyMem_RESIZE(item, char, newbytes); in array_fromfile()
1228 PyMem_RESIZE(item, char, Py_SIZE(self)*itemsize); in array_fromfile()
1316 PyMem_RESIZE(item, char, (Py_SIZE(self) + n) * itemsize); in array_fromlist()
1332 PyMem_RESIZE(item, char, in array_fromlist()
1395 PyMem_RESIZE(item, char, (Py_SIZE(self) + n) * itemsize); in array_fromstring()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c79 PyMem_RESIZE(items, char, (_new_size * self->ob_descr->itemsize)); in array_resize()
745 PyMem_RESIZE(item, char, Py_SIZE(a)*a->ob_descr->itemsize); in array_ass_slice()
751 PyMem_RESIZE(item, char, in array_ass_slice()
835 PyMem_RESIZE(self->ob_item, char, size*self->ob_descr->itemsize); in array_do_extend()
890 PyMem_RESIZE(items, char, n * size); in array_inplace_repeat()
1215 PyMem_RESIZE(item, char, newbytes); in array_fromfile()
1228 PyMem_RESIZE(item, char, Py_SIZE(self)*itemsize); in array_fromfile()
1316 PyMem_RESIZE(item, char, (Py_SIZE(self) + n) * itemsize); in array_fromlist()
1332 PyMem_RESIZE(item, char, in array_fromlist()
1395 PyMem_RESIZE(item, char, (Py_SIZE(self) + n) * itemsize); in array_fromstring()
[all …]
Dselectmodule.c347 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c347 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c348 PyMem_RESIZE(self->ufds, struct pollfd, self->ufd_len); in update_ufd_array()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c3368 PyMem_RESIZE(p, struct _inittab, i+n+1); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c62 PyMem_RESIZE(items, PyObject *, new_allocated); in list_resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c62 PyMem_RESIZE(items, PyObject *, new_allocated); in list_resize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c3368 PyMem_RESIZE(p, struct _inittab, i+n+1); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c3451 PyMem_RESIZE(p, struct _inittab, i+n+1); in PyImport_ExtendInittab()