HomeSort by relevance Sort by last modified time
    Searched refs:f_bufend (Results 1 - 14 of 14) 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:__anon4222
  /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:__anon4329
  /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:__anon4534
  /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:__anon4636
  /external/python/cpython2/Include/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon32577
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon66468
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon66590
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon983
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 20 char* f_bufend; /* Points after last occupied position */ member in struct:__anon1106
  /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:__anon4730
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:__anon32770
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 1062 (f->f_bufend - f->f_bufptr) > 0 &&
1144 (f->f_bufend - f->f_bufptr) > 0 &&
    [all...]

Completed in 768 milliseconds