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

1 2 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /external/python/cpython2/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /external/python/cpython3/Lib/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB)
  /bionic/tests/
termios_test.cpp 95 EXPECT_EQ(CS8, static_cast<int>(t.c_cflag & CSIZE));
  /external/pdfium/third_party/libtiff/
tif_lzw.c 81 #define CSIZE (MAXCODE(BITS_MAX)+1024L)
83 #define CSIZE (MAXCODE(BITS_MAX)+1L)
232 sp->dec_codetab = (code_t*)_TIFFmalloc(CSIZE*sizeof (code_t));
331 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t));
447 (CSIZE - CODE_FIRST) * sizeof (code_t));
472 free_entp >= &sp->dec_codetab[CSIZE]) {
481 free_entp->next >= &sp->dec_codetab[CSIZE]) {
674 (CSIZE - CODE_FIRST) * sizeof (code_t));
699 free_entp >= &sp->dec_codetab[CSIZE]) {
707 free_entp->next >= &sp->dec_codetab[CSIZE]) {
    [all...]
  /bionic/libc/include/bits/
termios_inlines.h 64 s->c_cflag &= ~(CSIZE|PARENB);
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 136 #define CSIZE 0000060
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 137 #define CSIZE 0000060
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 132 #define CSIZE 0000060
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 156 #define CSIZE 0000060 /* Number of bits per byte (mask). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 131 #define CSIZE 0000060
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 142 #define CSIZE 0000060
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
termios.h 142 #define CSIZE 0000060
  /bionic/tests/headers/posix/
termios_h.c 119 MACRO(CSIZE);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 121 #define CSIZE 0x0300 /* character size mask */
  /external/toybox/toys/pending/
stty.c 87 { "cs5", CS5, CSIZE }, { "cs6", CS6, CSIZE }, { "cs7", CS7, CSIZE },
88 { "cs8", CS8, CSIZE }, { "hupcl", HUPCL }, { "cstopb", CSTOPB },
  /external/python/cpython2/Lib/plat-irix5/
IOCTL.py 144 CSIZE = 0000060
  /external/python/cpython2/Lib/plat-irix6/
IOCTL.py 144 CSIZE = 0000060
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 75 buf.c_cflag &= ~(CSIZE | PARENB);
  /external/python/cpython2/Modules/
termios.c 491 {"CSIZE", CSIZE},
  /external/python/cpython3/Modules/
termios.c 521 {"CSIZE", CSIZE},

Completed in 233 milliseconds

1 2 3 4