HomeSort by relevance Sort by last modified time
    Searched defs:f_bufend (Results 1 - 9 of 9) 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:__anon5240
  /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:__anon5347
  /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:__anon5552
  /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:__anon5654
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon53260
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon53382
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon105102
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon105225
  /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:__anon5748
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...]

Completed in 982 milliseconds