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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 32 char* f_bufend; /* Points after last occupied position */ member in struct:__anon5202
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon5309
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 31 char* f_bufend; /* Points after last occupied position */ member in struct:__anon5514
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 32 char* f_bufend; /* Points after last occupied position */ member in struct:__anon5616
  /external/python/cpython2/Include/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon36501
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 107 char* f_bufend; /* Points after last occupied position */ member in struct:__anon5710
154 (f->f_bufend - f->f_bufptr) > 0 &&
429 if((f->f_bufend - f->f_bufptr) >= 1)
436 f->f_bufend = f->f_buf;
457 f->f_bufend = f->f_buf + chunksize;
475 len = f->f_bufend - f->f_bufptr;
489 if (bufptr == f->f_bufend)
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 92 char* f_bufend; /* Points after last occupied position */ member in struct:__anon36695
139 (f->f_bufend - f->f_bufptr) > 0 &&
417 if((f->f_bufend - f->f_bufptr) >= 1)
424 f->f_bufend = f->f_buf;
445 f->f_bufend = f->f_buf + chunksize;
463 len = f->f_bufend - f->f_bufptr;
477 if (bufptr == f->f_bufend)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1064 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1061 (f->f_bufend - f->f_bufptr) > 0 &&
1132 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1083 (f->f_bufend - f->f_bufptr) > 0 &&
1165 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]

Completed in 576 milliseconds