Lines Matching defs:bytes
458 size_t bytes, end, i;
461 bytes = 0;
465 r = read(loop->signal_pipefd[0], buf + bytes, sizeof(buf) - bytes);
471 /* If there are bytes in the buffer already (which really is extremely
473 * spin until more bytes are read instead.
475 if (bytes > 0)
492 bytes += r;
495 end = (bytes / sizeof(uv__signal_msg_t)) * sizeof(uv__signal_msg_t);
512 bytes -= end;
517 if (bytes) {
518 memmove(buf, buf + end, bytes);