/external/webkit/Tools/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/eigen/blas/testing/ |
D | zblat1.f | 611 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))
|
D | cblat1.f | 611 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/ |
D | termbits.h | 107 #define CSIZE 0000060 macro
|
/external/kernel-headers/original/asm-x86/ |
D | termbits.h | 131 #define CSIZE 0000060 macro
|
/external/kernel-headers/original/asm-mips/ |
D | termbits.h | 155 #define CSIZE 0000060 /* Number of bits per byte (mask). */ macro
|
/external/kernel-headers/original/linux/ |
D | tty.h | 136 #define C_CSIZE(tty) _C_FLAG((tty),CSIZE)
|
/external/grub/grub/ |
D | asmstub.c | 1147 termios.c_cflag &= ~CSIZE; in serial_hw_init()
|
/external/libppp/src/ |
D | physical.c | 267 rstio.c_cflag &= ~(CSIZE | PARODD | PARENB); in physical_SetParity() 504 switch (p->cfg.parity & CSIZE) { in physical_ShowStatus()
|
D | tty.c | 734 ios.c_cflag &= ~(CSIZE | PARODD | PARENB); in tty_Create()
|
/external/qemu/ |
D | qemu-char.c | 813 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/ |
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/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | userial_linux.c | 1020 termios.c_cflag &= ~(CSIZE | PARENB); in USERIAL_Open()
|