HomeSort by relevance Sort by last modified time
    Searched full:abuffersize (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 720 Py_ssize_t abuffersize = 0; local
814 if (abuffersize < width)
815 abuffersize = width;
897 if (abuffersize > 20) {
899 abuffer = PyObject_Malloc(abuffersize + 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 675 Py_ssize_t abuffersize = 0; local
749 if (abuffersize < width)
750 abuffersize = width;
832 if (abuffersize > 20) {
833 abuffer = PyObject_Malloc(abuffersize);
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 719 Py_ssize_t abuffersize = 0; local
813 if (abuffersize < width)
814 abuffersize = width;
896 if (abuffersize > 20) {
898 abuffer = PyObject_Malloc(abuffersize + 1);
    [all...]

Completed in 138 milliseconds