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

  /external/bluetooth/bluez/serial/
proxy.c 252 size_t rbytes; local
262 rbytes = 0;
263 err = g_io_channel_read(chan, buf, sizeof(buf), &rbytes);
264 if (err != G_IO_ERROR_NONE || rbytes == 0)
267 err = channel_write(dest, buf, rbytes);
281 rbytes = 0;
282 err = g_io_channel_read(chan, buf, sizeof(buf), &rbytes);
286 err = channel_write(dest, buf, rbytes);
  /prebuilt/linux-x86/toolchain/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...]

Completed in 1746 milliseconds