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

  /external/qemu/audio/
esdaudio.c 376 int rbytes = rsamples << hw->info.shift; local
377 if (rbytes != nread) {
380 rbytes, nread, hw->info.align + 1);
  /external/bluetooth/bluez/serial/
proxy.c 228 ssize_t rbytes; local
241 rbytes = read(fd, buf, sizeof(buf));
242 if (rbytes <= 0)
245 err = channel_write(dest, buf, rbytes);
259 rbytes = read(fd, buf, sizeof(buf));
260 if (rbytes < 0)
263 err = channel_write(dest, buf, rbytes);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1374 int rbytes; \/* number of bytes which will flow to the right neighbor from the right *\/ member in struct:tree_balance
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1374 int rbytes; \/* number of bytes which will flow to the right neighbor from the right *\/ member in struct:tree_balance
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 1374 int rbytes; \/* number of bytes which will flow to the right neighbor from the right *\/ member in struct:tree_balance
    [all...]

Completed in 1382 milliseconds