HomeSort by relevance Sort by last modified time
    Searched defs:b_base (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 9 PyObject *b_base; member in struct:__anon5510
29 if (self->b_base == NULL) {
37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer;
38 if ((*bp->bf_getsegcount)(self->b_base, NULL) != 1) {
79 if ((count = (*proc)(self->b_base, 0, ptr)) < 0)
120 b->b_base = base;
138 if ( PyBuffer_Check(base) && (((PyBufferObject *)base)->b_base) ) {
149 base = b->b_base;
220 b->b_base = NULL;
262 Py_XDECREF(self->b_base);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 9 PyObject *b_base; member in struct:__anon5855
29 if (self->b_base == NULL) {
37 PyBufferProcs *bp = self->b_base->ob_type->tp_as_buffer;
38 if ((*bp->bf_getsegcount)(self->b_base, NULL) != 1) {
79 if ((count = (*proc)(self->b_base, 0, ptr)) < 0)
120 b->b_base = base;
138 if ( PyBuffer_Check(base) && (((PyBufferObject *)base)->b_base) ) {
149 base = b->b_base;
220 b->b_base = NULL;
262 Py_XDECREF(self->b_base);
    [all...]

Completed in 88 milliseconds