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

  /external/ltp/testcases/kernel/syscalls/pipe/
pipe04.c 81 int bytesread; local
134 bytesread = do_read(fildes[0], rbuf, sizeof(rbuf));
135 if (bytesread < 0) {
  /external/webrtc/webrtc/base/
win32.cc 232 int bytesread = 0; local
233 if (sscanf(addrstart, "%hx%n", &a_short, &bytesread) != 1 ||
234 a_short != 0xFFFF || bytesread != 4) {
287 int bytesread = 0; local
288 if (sscanf(readcursor, "%hx%n", &word, &bytesread) != 1) {
293 readcursor += bytesread;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
RecyclableBufferedInputStream.java 166 int bytesread = localIn.read(localBuf, pos, localBuf.length - pos); local
167 count = bytesread <= 0 ? pos : pos + bytesread;
168 return bytesread;
  /external/mksh/src/
funcs.c 1603 size_t bytesleft = 128, bytesread; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
bz2module.c 522 size_t bytesread, buffersize, chunksize; local
563 bytesread = 0;
568 BUF(ret)+bytesread,
569 buffersize-bytesread,
573 bytesread += chunksize; local
592 if (bytesread != buffersize)
593 _PyString_Resize(&ret, bytesread);
1031 Py_off_t bytesread = 0; local
1078 bytesread += chunksize; local
1088 bytesread = 0;
1147 bytesread += chunksize; local
    [all...]
  /external/python/cpython2/Modules/
bz2module.c 510 size_t bytesread, buffersize, chunksize; local
551 bytesread = 0;
556 BUF(ret)+bytesread,
557 buffersize-bytesread,
561 bytesread += chunksize; local
580 if (bytesread != buffersize)
581 _PyString_Resize(&ret, bytesread);
1020 Py_off_t bytesread = 0; local
1067 bytesread += chunksize; local
1077 bytesread = 0
1136 bytesread += chunksize; local
    [all...]
  /dalvik/libdex/
sha1.cpp 281 int bytesread; local
303 bytesread = fread(buffer, 1, 16384, f);
304 SHA1Update(&context, buffer, bytesread);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 1055 size_t bytesread, buffersize, chunksize; local
1081 bytesread = 0;
1086 chunksize = Py_UniversalNewlineFread(BUF(v) + bytesread,
1087 buffersize - bytesread, f->f_fp, (PyObject *)f);
1106 * chunksize != 0, but bytesread < buffersize. */
1107 if (bytesread > 0 && BLOCKED_ERRNO(errno))
1113 bytesread += chunksize;
1114 if (bytesread < buffersize && !interrupted) {
1127 if (bytesread != buffersize && _PyString_Resize(&v, bytesread))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 1052 size_t bytesread, buffersize, chunksize; local
1078 bytesread = 0;
1082 chunksize = Py_UniversalNewlineFread(BUF(v) + bytesread,
1083 buffersize - bytesread, f->f_fp, (PyObject *)f);
1092 * chunksize != 0, but bytesread < buffersize. */
1093 if (bytesread > 0 && BLOCKED_ERRNO(errno))
1099 bytesread += chunksize;
1100 if (bytesread < buffersize) {
1113 if (bytesread != buffersize && _PyString_Resize(&v, bytesread))
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 1074 size_t bytesread, buffersize, chunksize; local
1100 bytesread = 0;
1105 chunksize = Py_UniversalNewlineFread(BUF(v) + bytesread,
1106 buffersize - bytesread, f->f_fp, (PyObject *)f);
1125 * chunksize != 0, but bytesread < buffersize. */
1126 if (bytesread > 0 && BLOCKED_ERRNO(errno))
1132 bytesread += chunksize;
1133 if (bytesread < buffersize && !interrupted) {
1146 if (bytesread != buffersize && _PyString_Resize(&v, bytesread))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 507 DWORD *bytesread; member in struct:_IMAGEHLP_CBA_READ_MEMORY
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 1687 milliseconds