Home
last modified time | relevance | path

Searched refs:queue_len (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/dns/knot-resolver/knot-resolver-5.4.3/modules/predict/
H A Dpredict.test.lua27 predict.queue_len = 2
33 same(predict.queue_len, 0, 'prefetch queue empty after drain')
40 same(predict.queue_len, 0, 'first epoch, empty prefetch queue')
44 same(predict.queue_len, 0, 'second epoch, empty prefetch queue')
48 same(predict.queue_len, 2, 'third epoch, prefetching')
54 same(predict.queue_len, 0, 'prefetch queue is empty')
H A Dpredict.lua10 queue_len = 0,
50 predict.queue_len = predict.queue_len - deleted
51 stats['predict.queue'] = predict.queue_len
126 predict.queue_len = predict.queue_len + nr_queued
127 predict.batch = predict.queue_len / 5
136 stats['predict.queue'] = predict.queue_len
156 predict.queue_len = 0
/dports/news/cg/cg-0.4/
H A Dstream.c52 if (st->queue_len == 0) in stream_get()
56 if (st->queue_len > 0) { in stream_get()
82 while (st->queue_len > 0) in stream_close()
104 st->queue_len = 0; in stream_new()
140 st->queue_len++; in stream_enqueue()
152 if (st->queue_len <= 0) in stream_dequeue()
157 if (--st->queue_len == 0) in stream_dequeue()
169 if (st->queue_len <= 0) in stream_queue_peek()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/oflog/libsrc/
H A Dasyncap.cc97 unsigned queue_len) in AsyncAppender() argument
102 init_queue_thread (queue_len); in AsyncAppender()
138 unsigned queue_len = 100; in AsyncAppender() local
139 props.getUInt (queue_len, DCMTK_LOG4CPLUS_TEXT ("QueueLimit")); in AsyncAppender()
141 init_queue_thread (queue_len); in AsyncAppender()
152 AsyncAppender::init_queue_thread (unsigned queue_len) in init_queue_thread() argument
154 queue = new thread::Queue (queue_len); in init_queue_thread()
/dports/devel/log4cplus/log4cplus-1.1.2/src/
H A Dasyncappender.cxx95 unsigned queue_len) in AsyncAppender() argument
98 init_queue_thread (queue_len); in AsyncAppender()
132 unsigned queue_len = 100; in AsyncAppender() local
133 props.getUInt (queue_len, LOG4CPLUS_TEXT ("QueueLimit")); in AsyncAppender()
135 init_queue_thread (queue_len); in AsyncAppender()
146 AsyncAppender::init_queue_thread (unsigned queue_len) in init_queue_thread() argument
148 queue = new thread::Queue (queue_len); in init_queue_thread()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/fsl/bestcomm/
H A Dgen_bd.h20 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo,
31 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo,
42 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len,
44 struct bcom_task * bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len,
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/fsl/bestcomm/
H A Dgen_bd.h20 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo,
31 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo,
42 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len,
44 struct bcom_task * bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len,
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/fsl/bestcomm/
H A Dgen_bd.h20 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo,
31 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo,
42 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len,
44 struct bcom_task * bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len,
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Dpoly1305.c323 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
347 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
356 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
360 ctx->queue_len += ilen; in mbedtls_poly1305_update()
367 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
371 ctx->queue_len = 0U; in mbedtls_poly1305_update()
393 ctx->queue_len = remaining; in mbedtls_poly1305_update()
409 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
412 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
413 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/devel/dbus/dbus-1.12.20/tools/
H A Ddbus-spam.c163 int queue_len = 1; in dbus_test_tool_spam() local
302 if (queue_len > 1) in dbus_test_tool_spam()
309 queue_len = -1; in dbus_test_tool_spam()
313 if (queue_len > 1) in dbus_test_tool_spam()
316 queue_len = -1; in dbus_test_tool_spam()
324 queue_len = atoi (arg + strlen ("--queue=")); in dbus_test_tool_spam()
326 if (queue_len < 1) in dbus_test_tool_spam()
355 count, queue_len, messages_per_conn); in dbus_test_tool_spam()
399 … (queue_len == -1 || sent_in_this_conn < queue_len + received - received_before_this_conn)) in dbus_test_tool_spam()
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Dpoly1305.c319 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
399 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Dpoly1305.c349 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
365 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
374 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
378 ctx->queue_len += ilen; in mbedtls_poly1305_update()
385 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
389 ctx->queue_len = 0U; in mbedtls_poly1305_update()
411 ctx->queue_len = remaining; in mbedtls_poly1305_update()
425 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
428 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
429 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dpoly1305.c349 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
365 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
374 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
378 ctx->queue_len += ilen; in mbedtls_poly1305_update()
385 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
389 ctx->queue_len = 0U; in mbedtls_poly1305_update()
411 ctx->queue_len = remaining; in mbedtls_poly1305_update()
425 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
428 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
429 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Dpoly1305.c349 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
365 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
374 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
378 ctx->queue_len += ilen; in mbedtls_poly1305_update()
385 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
389 ctx->queue_len = 0U; in mbedtls_poly1305_update()
411 ctx->queue_len = remaining; in mbedtls_poly1305_update()
425 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
428 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
429 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Dpoly1305.c326 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
342 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
351 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
355 ctx->queue_len += ilen; in mbedtls_poly1305_update()
362 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
366 ctx->queue_len = 0U; in mbedtls_poly1305_update()
388 ctx->queue_len = remaining; in mbedtls_poly1305_update()
402 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
405 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
406 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Dpoly1305.c324 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
340 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
349 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
353 ctx->queue_len += ilen; in mbedtls_poly1305_update()
360 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
364 ctx->queue_len = 0U; in mbedtls_poly1305_update()
386 ctx->queue_len = remaining; in mbedtls_poly1305_update()
400 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
403 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
404 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Dpoly1305.c319 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
399 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Dpoly1305.c324 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
340 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
349 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
353 ctx->queue_len += ilen; in mbedtls_poly1305_update()
360 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
364 ctx->queue_len = 0U; in mbedtls_poly1305_update()
386 ctx->queue_len = remaining; in mbedtls_poly1305_update()
400 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
403 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
404 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/www/hiawatha/hiawatha-10.12/mbedtls/library/
H A Dpoly1305.c319 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
399 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Dpoly1305.c319 ctx->queue_len = 0U; in mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in mbedtls_poly1305_finish()
399 ctx->queue_len++; in mbedtls_poly1305_finish()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ext/mbedtls/
H A Dpoly1305.c319 ctx->queue_len = 0U; in vdb_mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in vdb_mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in vdb_mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in vdb_mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in vdb_mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in vdb_mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in vdb_mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in vdb_mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in vdb_mbedtls_poly1305_finish()
399 ctx->queue_len++; in vdb_mbedtls_poly1305_finish()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ext/mbedtls/
H A Dpoly1305.c319 ctx->queue_len = 0U; in vdb_mbedtls_poly1305_starts()
335 if( ( remaining > 0U ) && ( ctx->queue_len > 0U ) ) in vdb_mbedtls_poly1305_update()
344 memcpy( &ctx->queue[ctx->queue_len], in vdb_mbedtls_poly1305_update()
348 ctx->queue_len += ilen; in vdb_mbedtls_poly1305_update()
355 memcpy( &ctx->queue[ctx->queue_len], in vdb_mbedtls_poly1305_update()
359 ctx->queue_len = 0U; in vdb_mbedtls_poly1305_update()
381 ctx->queue_len = remaining; in vdb_mbedtls_poly1305_update()
395 if( ctx->queue_len > 0U ) in vdb_mbedtls_poly1305_finish()
398 ctx->queue[ctx->queue_len] = 1U; in vdb_mbedtls_poly1305_finish()
399 ctx->queue_len++; in vdb_mbedtls_poly1305_finish()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/bestcomm/
H A Dgen_bd.c85 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_rx_init() argument
91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_rx_init()
170 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_tx_init() argument
176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_tx_init()
315 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len, in bcom_psc_gen_bd_rx_init() argument
321 return bcom_gen_bd_rx_init(queue_len, fifo, in bcom_psc_gen_bd_rx_init()
337 bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len, phys_addr_t fifo) in bcom_psc_gen_bd_tx_init() argument
340 return bcom_gen_bd_tx_init(queue_len, fifo, in bcom_psc_gen_bd_tx_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/bestcomm/
H A Dgen_bd.c85 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_rx_init() argument
91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_rx_init()
170 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_tx_init() argument
176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_tx_init()
315 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len, in bcom_psc_gen_bd_rx_init() argument
321 return bcom_gen_bd_rx_init(queue_len, fifo, in bcom_psc_gen_bd_rx_init()
337 bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len, phys_addr_t fifo) in bcom_psc_gen_bd_tx_init() argument
340 return bcom_gen_bd_tx_init(queue_len, fifo, in bcom_psc_gen_bd_tx_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/bestcomm/
H A Dgen_bd.c85 bcom_gen_bd_rx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_rx_init() argument
91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_rx_init()
170 bcom_gen_bd_tx_init(int queue_len, phys_addr_t fifo, in bcom_gen_bd_tx_init() argument
176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_tx_init()
315 struct bcom_task * bcom_psc_gen_bd_rx_init(unsigned psc_num, int queue_len, in bcom_psc_gen_bd_rx_init() argument
321 return bcom_gen_bd_rx_init(queue_len, fifo, in bcom_psc_gen_bd_rx_init()
337 bcom_psc_gen_bd_tx_init(unsigned psc_num, int queue_len, phys_addr_t fifo) in bcom_psc_gen_bd_tx_init() argument
340 return bcom_gen_bd_tx_init(queue_len, fifo, in bcom_psc_gen_bd_tx_init()

12345678910>>...18