Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/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/bluez/utils/tools/
Dcsr_bcsp.c80 ti.c_cflag &= ~CSIZE; in csr_open_bcsp()
/external/grub/grub/
Dasmstub.c1147 termios.c_cflag &= ~CSIZE; in serial_hw_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/bluez/utils/serial/
Dmanager.c1219 *ctrl &= ~CSIZE; in set_databits()
/external/qemu/
Dvl.c2507 tty.c_cflag &= ~(CSIZE|PARENB); in term_init()
2592 termios_p->c_cflag &= ~(CSIZE|PARENB); in cfmakeraw()
2815 tty.c_cflag &= ~(CSIZE|PARENB|PARODD|CRTSCTS|CSTOPB); in tty_serial_init()