Home
last modified time | relevance | path

Searched refs:CSIZE (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dflexdef.h74 #define CSIZE 256 macro
231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
552 extern int tecfwd[CSIZE + 1], tecbck[CSIZE + 1];
Ddfa.c203 int out_char_set[CSIZE];
402 int symlist[CSIZE + 1]; in ntod()
413 int duplist[CSIZE + 1], state[CSIZE + 1]; in ntod()
414 int targfreq[CSIZE + 1], targstate[CSIZE + 1]; in ntod()
1017 int tch, i, j, k, ns, dupfwd[CSIZE + 1], lenccl, cclp, ich;
Dmain.c82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
206 csize = CSIZE; in check_options()
809 csize = CSIZE;
Dtblcmp.c81 int extptr, extrct[2][CSIZE + 1];
230 int tmpstorage[CSIZE + 1]; in cmptmps()
714 int i, numdiff, tmpbase, tmp[CSIZE + 1];
715 Char transset[CSIZE + 1];
Decs.c121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
Dmisc.c168 if ( c >= CSIZE )
/external/eigen/blas/testing/
Dzblat1.f611 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
620 COMPLEX*16 CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
635 SSIZE(2*I-1) = DBLE(CSIZE(I))
636 SSIZE(2*I) = DIMAG(CSIZE(I))
Dcblat1.f611 SUBROUTINE CTEST(LEN,CCOMP,CTRUE,CSIZE,SFAC) argument
620 COMPLEX CCOMP(LEN), CSIZE(LEN), CTRUE(LEN) local
635 SSIZE(2*I-1) = REAL(CSIZE(I))
636 SSIZE(2*I) = AIMAG(CSIZE(I))
/external/kernel-headers/original/asm-arm/
Dtermbits.h107 #define CSIZE 0000060 macro
/external/kernel-headers/original/asm-x86/
Dtermbits.h131 #define CSIZE 0000060 macro
/external/kernel-headers/original/asm-mips/
Dtermbits.h155 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
/external/kernel-headers/original/linux/
Dtty.h136 #define C_CSIZE(tty) _C_FLAG((tty),CSIZE)
/external/grub/grub/
Dasmstub.c1147 termios.c_cflag &= ~CSIZE; in serial_hw_init()
/external/libppp/src/
Dphysical.c267 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity()
504 switch (p->cfg.parity & CSIZE) { in physical_ShowStatus()
Dtty.c734 ios.c_cflag &= ~(CSIZE | PARODD | PARENB); in tty_Create()
/external/qemu/
Dqemu-char.c813 tty.c_cflag &= ~(CSIZE|PARENB); in qemu_chr_set_echo_stdio()
907 termios_p->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
1166 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB); in tty_serial_init()
/external/ppp/pppd/
Dsys-linux.c916 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty()
2603 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
Dsys-solaris.c1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1020 termios.c_cflag &= ~(CSIZE | PARENB); in USERIAL_Open()