/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/ui/wii/ |
H A D | wiikeyboard.c | 63 #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 D | wiikeyboard.c | 61 #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 D | class.c | 164 MaxSendq(p) = QUEUELEN; in add_class() 258 MaxSendq(FirstClass()) = QUEUELEN; in initclass() 297 Reg int sendq = QUEUELEN; in get_sendq()
|
H A D | chkconf.c | 618 "assuming default %d", QUEUELEN); in initconf() 619 (void)sprintf(maxsendq, "%d", QUEUELEN); in initconf()
|
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/ |
H A D | protocol_lws_mirror.c | 39 #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 D | makefile | 63 queuelen: queuelen.$(QUEUELEN) 64 cp queuelen.$(QUEUELEN) $@
|
/dports/news/cnews/cnews-cr.g_18/include/ |
H A D | config.make | 43 QUEUELEN=tay
|
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/py7zr/ |
H A D | properties.py | 31 QUEUELEN = READ_BLOCKSIZE * 2 variable
|
/dports/sysutils/scalpel/scalpel-2.0/src/ |
H A D | scalpel.h | 137 #define QUEUELEN 20 macro
|
H A D | dig.c | 2682 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 D | struct_def.h | 77 #define QUEUELEN (((MAXCONNECTIONS / 10) * (CHANNELLEN + BANLEN + 16) +\ macro 82 (QUEUELEN * MAXSERVERS)
|
/dports/devel/arduino-avrdude/avrdude-6.3/ |
H A D | libavrdude.h | 80 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
|
/dports/devel/avrdude/avrdude-6.4/ |
H A D | libavrdude.h | 76 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
|
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/avrdude/ |
H A D | libavrdude.h | 90 #define QUEUELEN(q) lsize(q) /* length of the queue */ macro
|
/dports/news/cnews/cnews-cr.g_18/notebook/ |
H A D | makefiles | 173 .IP QUEUELEN
|
/dports/irc/irc/irc2.11.2p3/doc/ |
H A D | INSTALL.info | 683 * x: defines maximum size of sendq, defaults to QUEUELEN if
|
H A D | INSTALL.sgml | 479 <item> x: defines maximum size of sendq, defaults to QUEUELEN if unset.
|
H A D | ChangeLog | 5206 * struct.h: initial QUEUELEN calculation tuned. (->BUFFERPOOL).
|