Searched refs:CSIZE (Results 1 – 12 of 12) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | flexdef.h | 74 #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];
|
D | dfa.c | 203 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;
|
D | main.c | 82 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;
|
D | tblcmp.c | 81 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];
|
D | ecs.c | 121 static unsigned char cclflags[CSIZE]; /* initialized to all '\0' */
|
D | misc.c | 168 if ( c >= CSIZE )
|
/external/bluez/utils/tools/ |
D | csr_bcsp.c | 80 ti.c_cflag &= ~CSIZE; in csr_open_bcsp()
|
/external/grub/grub/ |
D | asmstub.c | 1147 termios.c_cflag &= ~CSIZE; in serial_hw_init()
|
/external/ppp/pppd/ |
D | sys-linux.c | 916 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL); in set_up_tty() 2603 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB);
|
D | sys-solaris.c | 1212 tios.c_cflag &= ~(CSIZE | CSTOPB | PARENB | CLOCAL);
|
/external/bluez/utils/serial/ |
D | manager.c | 1219 *ctrl &= ~CSIZE; in set_databits()
|
/external/qemu/ |
D | vl.c | 2507 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()
|