HomeSort by relevance Sort by last modified time
    Searched defs:write_bytes (Results 1 - 8 of 8) sorted by null

  /external/openssh/
roaming_common.c 45 static u_int64_t write_bytes = 0; variable
105 return write_bytes;
112 write_bytes = sent;
144 write_bytes += ret;
189 write_bytes += ret;
205 needed = write_bytes - *offset;
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 408 ssize_t write_bytes = sys::fs::detail::pwrite(m_FileDescriptor, local
412 if (0 > write_bytes) {
416 if (0 == write_bytes && 0 != pSpace.size)
418 if ( pSpace.size > static_cast<size_t>(write_bytes) )
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 212 int (*write_bytes)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, unsigned char *data, member in struct:snd_ctl_ext_callback
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
taskstats.h 150 __u64 write_bytes; /* bytes of write I/O */ member in struct:taskstats

Completed in 686 milliseconds