Home
last modified time | relevance | path

Searched refs:QUEUELEN (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/wii/
H A Dwiikeyboard.c63 #define QUEUELEN 100 macro
64 static input_event_t queue[QUEUELEN];
66 static input_event_t releasequeue[QUEUELEN];
108 if(queuepos < QUEUELEN) \ in kbdthread_fn()
140 if( queuepos >= QUEUELEN ) { in kbdthread_fn()
163 if( queuepos >= QUEUELEN ) { in kbdthread_fn()
/dports/emulators/fuse/fuse-1.6.0/ui/wii/
H A Dwiikeyboard.c61 #define QUEUELEN 100 macro
62 static input_event_t queue[QUEUELEN];
64 static input_event_t releasequeue[QUEUELEN];
106 if(queuepos < QUEUELEN) \ in kbdthread_fn()
138 if( queuepos >= QUEUELEN ) { in kbdthread_fn()
161 if( queuepos >= QUEUELEN ) { in kbdthread_fn()
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dclass.c164 MaxSendq(p) = QUEUELEN; in add_class()
258 MaxSendq(FirstClass()) = QUEUELEN; in initclass()
297 Reg int sendq = QUEUELEN; in get_sendq()
H A Dchkconf.c618 "assuming default %d", QUEUELEN); in initconf()
619 (void)sprintf(maxsendq, "%d", QUEUELEN); in initconf()
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/
H A Dprotocol_lws_mirror.c39 #define QUEUELEN 32 macro
43 #define RXFLOW_MAX ((2 * QUEUELEN) / 3)
264 QUEUELEN, in callback_lws_mirror()
/dports/news/cnews/cnews-cr.g_18/util/
H A Dmakefile63 queuelen: queuelen.$(QUEUELEN)
64 cp queuelen.$(QUEUELEN) $@
/dports/news/cnews/cnews-cr.g_18/include/
H A Dconfig.make43 QUEUELEN=tay
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/py7zr/
H A Dproperties.py31 QUEUELEN = READ_BLOCKSIZE * 2 variable
/dports/sysutils/scalpel/scalpel-2.0/src/
H A Dscalpel.h137 #define QUEUELEN 20 macro
H A Ddig.c2682 full_readbuf = syncqueue_init("full_readbuf", QUEUELEN); in init_store()
2683 empty_readbuf = syncqueue_init("empty_readbuf", QUEUELEN); in init_store()
2685 results_readbuf = syncqueue_init("results_readbuf", QUEUELEN); in init_store()
2692 (readbuf_info *)malloc(QUEUELEN * sizeof(readbuf_info))) == 0) { in init_store()
2694 (unsigned long)QUEUELEN * sizeof(readbuf_info)); in init_store()
2699 for(g = 0; g < QUEUELEN; g++) { in init_store()
/dports/irc/irc/irc2.11.2p3/common/
H A Dstruct_def.h77 #define QUEUELEN (((MAXCONNECTIONS / 10) * (CHANNELLEN + BANLEN + 16) +\ macro
82 (QUEUELEN * MAXSERVERS)
/dports/devel/arduino-avrdude/avrdude-6.3/
H A Dlibavrdude.h80 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
/dports/devel/avrdude/avrdude-6.4/
H A Dlibavrdude.h76 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/
H A Dlibavrdude.h90 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
/dports/news/cnews/cnews-cr.g_18/notebook/
H A Dmakefiles173 .IP QUEUELEN
/dports/irc/irc/irc2.11.2p3/doc/
H A DINSTALL.info683 * x: defines maximum size of sendq, defaults to QUEUELEN if
H A DINSTALL.sgml479 <item> x: defines maximum size of sendq, defaults to QUEUELEN if unset.
H A DChangeLog5206 * struct.h: initial QUEUELEN calculation tuned. (->BUFFERPOOL).