HomeSort by relevance Sort by last modified time
    Searched refs:CSIZE (Results 26 - 36 of 36) sorted by null

12

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
termbits.h 138 #define CSIZE 0000060
  /external/bluetooth/bluez/tools/
csr_bcsp.c 80 ti.c_cflag &= ~CSIZE;
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 335 termios.c_cflag &= ~(CSIZE | PARENB);
  /external/kernel-headers/original/linux/
tty.h 134 #define C_CSIZE(tty) _C_FLAG((tty),CSIZE)
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 168 if ( c >= CSIZE )
172 if ( c >= csize )
  /external/grub/grub/
asmstub.c 1147 termios.c_cflag &= ~CSIZE;
  /external/qemu/
qemu-char-android.c 757 tty.c_cflag &= ~(CSIZE|PARENB);
842 termios_p->c_cflag &= ~(CSIZE|PARENB);
1065 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);
    [all...]
qemu-char.c 725 tty.c_cflag &= ~(CSIZE|PARENB);
810 termios_p->c_cflag &= ~(CSIZE|PARENB);
1032 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB);
    [all...]
  /external/ppp/pppd/
sys-linux.c 916 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
    [all...]
sys-solaris.c 1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
    [all...]
  /external/bluetooth/bluez/serial/
proxy.c 702 *ctrl &= ~CSIZE;

Completed in 760 milliseconds

12