Home
last modified time | relevance | path

Searched defs:bytesread (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/pipe/
Dpipe04.c81 int bytesread; in main() local
/external/webrtc/webrtc/base/
Dwin32.cc232 int bytesread = 0; in inet_pton_v6() local
287 int bytesread = 0; in inet_pton_v6() local
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DRecyclableBufferedInputStream.java166 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); in fillbuf() local
/external/python/cpython2/Modules/
Dbz2module.c510 size_t bytesread, buffersize, chunksize; in BZ2File_read() local
1020 Py_off_t bytesread = 0; in BZ2File_seek() local
/external/python/cpython2/Objects/
Dfileobject.c1074 size_t bytesread, buffersize, chunksize; in file_read() local
/external/mksh/src/
Dfuncs.c1603 size_t bytesleft = 128, bytesread; in c_read() local
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h507 DWORD *bytesread; member