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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon5322
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon5629
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon53235
  /prebuilts/gdb/linux-x86/include/python2.7/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon53357
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon105077
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 26 Py_ssize_t ob_alloc; /* How many bytes allocated */ member in struct:__anon105200
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 199 new->ob_alloc = alloc;
227 Py_ssize_t alloc = ((PyByteArrayObject *)self)->ob_alloc;
267 ((PyByteArrayObject *)self)->ob_alloc = alloc;
336 if (size < self->ob_alloc) {
388 if (size < self->ob_alloc) {
900 if (Py_SIZE(self) < self->ob_alloc)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 199 new->ob_alloc = alloc;
227 Py_ssize_t alloc = ((PyByteArrayObject *)self)->ob_alloc;
267 ((PyByteArrayObject *)self)->ob_alloc = alloc;
336 if (size < self->ob_alloc) {
388 if (size < self->ob_alloc) {
894 if (Py_SIZE(self) < self->ob_alloc)
    [all...]

Completed in 489 milliseconds