Searched refs:CSIZE (Results 1 – 11 of 11) sorted by relevance
81 #define CSIZE (MAXCODE(BITS_MAX)+1024L) macro83 #define CSIZE (MAXCODE(BITS_MAX)+1L) macro232 sp->dec_codetab = (code_t*)_TIFFmalloc(CSIZE*sizeof (code_t)); in LZWSetupDecode()332 _TIFFmemset(sp->dec_free_entp, 0, (CSIZE-CODE_FIRST)*sizeof (code_t)); in LZWPreDecode()448 (CSIZE - CODE_FIRST) * sizeof (code_t)); in LZWDecode()473 free_entp >= &sp->dec_codetab[CSIZE]) { in LZWDecode()482 free_entp->next >= &sp->dec_codetab[CSIZE]) { in LZWDecode()679 (CSIZE - CODE_FIRST) * sizeof (code_t)); in LZWDecodeCompat()704 free_entp >= &sp->dec_codetab[CSIZE]) { in LZWDecodeCompat()712 free_entp->next >= &sp->dec_codetab[CSIZE]) { in LZWDecodeCompat()
121 #define CSIZE 0x0030 /* character size */ macro176 _t->c_cflag &= ~(CSIZE | PARENB | PARODD); \
55 #define CSIZE 0x0000060 macro
22 switch (mode & CSIZE) { in set_format()245 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_startup()297 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_set_attr()
260 int bits = arg & CSIZE; in _arg_to_data_width()
88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
25 attr[2] = attr[2] & ~(termios.CSIZE | termios.PARENB) | termios.CS8
160 switch (tty->termios.c_cflag & CSIZE) { in tty_uart_startup()
462 switch (termios->c_cflag & CSIZE) { in termios2params()
1887 tty.c_cflag &= ~(CSIZE | PARENB); in js_os_ttySetRaw()
1686 tty.c_cflag &= ~(CSIZE|PARENB); in js_os_ttySetRaw()
Completed in 26 milliseconds