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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 338 #define VALID_WRITE_BUFFER(self) \
353 (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 338 #define VALID_WRITE_BUFFER(self) \
353 (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
    [all...]
  /external/python/cpython2/Modules/_io/
bufferedio.c 337 #define VALID_WRITE_BUFFER(self) \
352 (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
    [all...]
  /external/python/cpython3/Modules/_io/
bufferedio.c 369 #define VALID_WRITE_BUFFER(self) \
384 (((VALID_READ_BUFFER(self) || VALID_WRITE_BUFFER(self)) \
    [all...]

Completed in 257 milliseconds