HomeSort by relevance Sort by last modified time
    Searched refs:PARODD (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 144 #define PARODD 0001000
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 145 #define PARODD 0001000
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 140 #define PARODD 0001000
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 164 #define PARODD 0001000 /* Odd parity instead of even. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 139 #define PARODD 0001000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 150 #define PARODD 0001000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 150 #define PARODD 0001000
  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
300 * PARODD|CLOCAL|(CREAD|HUPCL|CLOCAL).
304 if (termio.c_cflag != (B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL)) {
  /bionic/tests/headers/posix/
termios_h.c 127 MACRO(PARODD);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 129 #define PARODD 0x2000 /* odd parity, else even */
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 152 PARODD = 0001000
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 152 PARODD = 0001000
  /hardware/broadcom/libbt/src/
userial_vendor.c 226 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 259 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hci_uart.c 261 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 260 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 263 parity = (PARENB | PARODD);
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 265 parity = (PARENB | PARODD);
  /external/toybox/toys/pending/
getty.c 152 TT.termios.c_cflag &= (0|CSTOPB|PARENB|PARODD);
init.c 84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD;
stty.c 86 { "parenb", PARENB }, { "parodd", PARODD }, { "cmspar", CMSPAR },
364 set_options(&new, "parenb", "cs7", "-parodd", NULL);
366 set_options(&new, "parenb", "cs7", "parodd", NULL);
  /external/chromium-trace/catapult/third_party/pyserial/serial/
serialposix.py 383 cflag &= ~(TERMIOS.PARENB|TERMIOS.PARODD)
385 cflag &= ~(TERMIOS.PARODD)
388 cflag |= (TERMIOS.PARENB|TERMIOS.PARODD)
  /external/python/cpython2/Modules/
termios.c 495 {"PARODD", PARODD},
  /external/python/cpython3/Modules/
termios.c 525 {"PARODD", PARODD},
  /external/libedit/src/
tty.c 275 #ifdef PARODD
276 {"parodd", PARODD, MD_CTL},
277 #endif /* PARODD */
    [all...]

Completed in 273 milliseconds

1 2 3 4