Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_lzw.c81 #define CSIZE (MAXCODE(BITS_MAX)+1024L) macro
83 #define CSIZE (MAXCODE(BITS_MAX)+1L) macro
232 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()
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/
A Dtermios.h121 #define CSIZE 0x0030 /* character size */ macro
176 _t->c_cflag &= ~(CSIZE | PARENB | PARODD); \
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h55 #define CSIZE 0x0000060 macro
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Dtty_csi.c22 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()
A Duart_dev.c260 int bits = arg & CSIZE; in _arg_to_data_width()
A Dtty.c88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dconsole.py25 attr[2] = attr[2] & ~(termios.CSIZE | termios.PARENB) | termios.CS8
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c160 switch (tty->termios.c_cflag & CSIZE) { in tty_uart_startup()
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/
A Duart.c462 switch (termios->c_cflag & CSIZE) { in termios2params()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1887 tty.c_cflag &= ~(CSIZE | PARENB); in js_os_ttySetRaw()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1686 tty.c_cflag &= ~(CSIZE|PARENB); in js_os_ttySetRaw()

Completed in 28 milliseconds