Home
last modified time | relevance | path

Searched refs:FIFO_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/
H A Dfifo_defs.h49 (head >= FIFO_SIZE-1) \
57 ? head = FIFO_SIZE-1 \
63 (tail >= FIFO_SIZE-1) \
71 ? tail = FIFO_SIZE-1 \
77 (peek >= FIFO_SIZE-1) \
H A Dcurses.priv.h293 #define FIFO_SIZE MAXCOLUMNS+2 /* for nocbreak mode input */ macro
1011 int _fifo[FIFO_SIZE]; /* input push-back buffer */
1161 MEVENT _sysmouse_fifo[FIFO_SIZE];
1171 MEVENT _drv_mouse_fifo[FIFO_SIZE];
/freebsd-12.1/sys/arm/freescale/imx/
H A Dimx_spi.c119 #define FIFO_SIZE 64 macro
288 while (sc->txidx < sc->txlen && sc->fifocnt < FIFO_SIZE) { in spi_fill_txfifo()
/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c317 && sp->_sysmouse_tail < FIFO_SIZE in sysmouse_server()