Searched refs:abuffersize (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c720 Py_ssize_t abuffersize = 0; local
814 if (abuffersize < width)
815 abuffersize = width;
897 if (abuffersize > 20) {
899 abuffer = PyObject_Malloc(abuffersize + 1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c675 Py_ssize_t abuffersize = 0; local
749 if (abuffersize < width)
750 abuffersize = width;
832 if (abuffersize > 20) {
833 abuffer = PyObject_Malloc(abuffersize);

Completed in 30 milliseconds