Home
last modified time | relevance | path

Searched refs:queue_length (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DPositionArg.cxx40 const auto queue_length = playlist.queue.GetLength(); in ParseInsertPosition() local
46 assert(current < queue_length); in ParseInsertPosition()
50 queue_length - current - 1); in ParseInsertPosition()
55 assert(current < queue_length); in ParseInsertPosition()
60 return ParseCommandArgUnsigned(s, queue_length); in ParseInsertPosition()
69 const unsigned queue_length = p.queue.GetLength(); in ParseMoveDestination() local
75 assert(current < queue_length); in ParseMoveDestination()
84 queue_length - current - range.Count()); in ParseMoveDestination()
89 assert(current < queue_length); in ParseMoveDestination()
98 queue_length - current - range.Count()); in ParseMoveDestination()
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtransfer_word.cc29 queue_length = o.queue_length; in copy()
38 queue_length(0) in TransferWord()
45 queue_length = queue; in TransferWord()
86 return part.match(s_str.substr(0, s_str.size() - queue_length)); in source()
99 return part.match(t_str.substr(0, t_str.size() - queue_length)); in target()
126 string mystring = s_str.substr(0, s_str.size() - queue_length); in setSource()
128 s_str = mystring + s_str.substr(s_str.size() - queue_length); in setSource()
142 string mystring = t_str.substr(0, t_str.size() - queue_length); in setTarget()
144 t_str = mystring + t_str.substr(t_str.size() - queue_length); in setTarget()
158 string mystring = r_str.substr(0, r_str.size() - queue_length); in setReference()
[all …]
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dinteractive_pq.c55 int long_queue_length = 0, queue_length = 0; in interactive_pq() local
197 start_length = queue_length; in interactive_pq()
273 start_length = queue_length; in interactive_pq()
277 exp_flag.queue_length = queue_length; in interactive_pq()
284 queue_length = exp_flag.queue_length; in interactive_pq()
311 queue_length = 0; in interactive_pq()
404 queue_length, in interactive_pq()
477 start_length = queue_length; in interactive_pq()
489 if (queue_length != 0) in interactive_pq()
534 start_length = queue_length; in interactive_pq()
[all …]
H A Dnext_class.c51 consistency(0, exp_flag.queue, &exp_flag.queue_length, class, pcp); in next_class()
71 exp_flag.queue_length = 0; in next_class()
128 int *queue, queue_length; in enforce_exponent() local
162 queue_length = exp_flag->queue_length; in enforce_exponent()
169 s = (queue_length == 1) ? "y" : "ies"; in enforce_exponent()
171 printf("Exponent checks gave %d redundanc%s\n", queue_length, s); in enforce_exponent()
178 report, list_length, limit, *head, *list, queue, queue_length, pcp); in enforce_exponent()
190 int queue_length, in close_queue() argument
212 queue_length, in close_queue()
248 int *queue_length, in rearrange_queues() argument
[all …]
H A Dformula.c23 void setup_echelon(int *queue, int *queue_length, int cp, struct pcp_vars *pcp) in setup_echelon() argument
35 queue[++*queue_length] = pcp->redgen; in setup_echelon()
41 int *queue, int *queue_length, int *list, int depth, struct pcp_vars *pcp) in evaluate_list() argument
80 setup_echelon(queue, queue_length, cp, pcp); in evaluate_list()
98 int *queue_length, in loop() argument
120 evaluate_list(queue, queue_length, list, depth, pcp); in loop()
125 queue_length, in loop()
145 void evaluate_formula(int *queue, int *queue_length, struct pcp_vars *pcp) in evaluate_formula() argument
190 queue_length, in evaluate_formula()
H A Dconsistency.c21 int type, int *queue, int *queue_length, int wc, struct pcp_vars *pcp) in consistency() argument
73 queue[++*queue_length] = pcp->redgen; in consistency()
115 queue[++*queue_length] = pcp->redgen; in consistency()
135 queue[++*queue_length] = pcp->redgen; in consistency()
181 queue[++*queue_length] = pcp->redgen; in consistency()
H A Dconsistency_filter.c24 int type, int *queue, int *queue_length, int wc, struct pcp_vars *pcp) in consistency() argument
93 queue[++*queue_length] = pcp->redgen; in consistency()
135 queue[++*queue_length] = pcp->redgen; in consistency()
154 queue[++*queue_length] = pcp->redgen; in consistency()
233 queue[++*queue_length] = pcp->redgen; in consistency()
H A Dlist_commutators.c23 void list_commutators(int *queue, int *queue_length, struct pcp_vars *pcp) in list_commutators() argument
98 setup_echelon(queue, queue_length, cp, pcp); in list_commutators()
115 void List_Commutators(int *queue, int *queue_length, struct pcp_vars *pcp) in List_Commutators() argument
176 queue[++*queue_length] = pcp->redgen; in List_Commutators()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dwork_stream.h704 queue_length, in run()
719 assembly_line.run(queue_length); in run()
1197 Assert(queue_length > 0,
1249 queue_length,
1295 queue_length,
1325 queue_length,
1345 Assert(queue_length > 0, in run()
1449 queue_length,
1482 queue_length,
1522 queue_length,
[all …]
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/lib/ruby/audio/
H A Dopenal.cpp25 unsigned queue_length; member
87 device.queue_length--; in sample()
90 if(settings.synchronize == false || device.queue_length < 3) break; in sample()
93 if(device.queue_length < 3) { in sample()
97 device.queue_length++; in sample()
117 device.queue_length = 0; in init()
162 device.queue_length--; in term()
192 device.queue_length = 0; in pAudioOpenAL()
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/ui/console/modes/torrentlist/
H A Dqueue_mode.py85 queue_length = 0
90 queue_length += 1
108 self.torrentview.cursel = min(queue_length, self.torrentview.cursel + 1)
111 marked for marked in self.torrentview.marked if marked <= queue_length
116 queue_length
122 self.torrentview.cursel = queue_length
124 range(queue_length - selected_num + 1, queue_length + 1)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/call/
H A Dcall_factory.cc50 int queue_length = 0; in ParseDegradationConfig() local
51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()
52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
53 config.queue_length_packets = queue_length; in ParseDegradationConfig()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/call/
H A Dcall_factory.cc50 int queue_length = 0; in ParseDegradationConfig() local
51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()
52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
53 config.queue_length_packets = queue_length; in ParseDegradationConfig()
/dports/net-im/tg_owt/tg_owt-d578c76/src/call/
H A Dcall_factory.cc50 int queue_length = 0; in ParseDegradationConfig() local
51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()
52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
53 config.queue_length_packets = queue_length; in ParseDegradationConfig()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/call/
H A Dcall_factory.cc50 int queue_length = 0; in ParseDegradationConfig() local
51 if (ParseConfigParam(exp_prefix + "QueueLength", &queue_length)) { in ParseDegradationConfig()
52 RTC_CHECK_GE(queue_length, 0); in ParseDegradationConfig()
53 config.queue_length_packets = queue_length; in ParseDegradationConfig()
/dports/audio/picard/picard-release-2.6.2/picard/
H A Dlog.py93 def _calculate_bounds(previous_position, first_position, last_position, queue_length): argument
101 offset = queue_length - (last_position - previous_position)
105 if offset > queue_length:
106 offset = queue_length
110 return offset, queue_length
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/usb/misc/
H A Dua101.c45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
110 unsigned int queue_length; member
245 if (*value >= ua->playback.queue_length) in add_with_wraparound()
246 *value -= ua->playback.queue_length; in add_with_wraparound()
390 ua->playback.queue_length) in capture_urb_complete()
1025 stream->queue_length = queue_length; in alloc_stream_buffers()
1026 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1028 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1083 if (u >= stream->queue_length) in alloc_stream_urbs()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/sound/usb/misc/
H A Dua101.c45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
110 unsigned int queue_length; member
245 if (*value >= ua->playback.queue_length) in add_with_wraparound()
246 *value -= ua->playback.queue_length; in add_with_wraparound()
390 ua->playback.queue_length) in capture_urb_complete()
1025 stream->queue_length = queue_length; in alloc_stream_buffers()
1026 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1028 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1083 if (u >= stream->queue_length) in alloc_stream_urbs()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/usb/misc/
H A Dua101.c45 static unsigned int queue_length = 21; variable
53 module_param(queue_length, uint, 0644);
110 unsigned int queue_length; member
245 if (*value >= ua->playback.queue_length) in add_with_wraparound()
246 *value -= ua->playback.queue_length; in add_with_wraparound()
390 ua->playback.queue_length) in capture_urb_complete()
1025 stream->queue_length = queue_length; in alloc_stream_buffers()
1026 stream->queue_length = max(stream->queue_length, in alloc_stream_buffers()
1028 stream->queue_length = min(stream->queue_length, in alloc_stream_buffers()
1083 if (u >= stream->queue_length) in alloc_stream_urbs()
[all …]
/dports/lang/v/v-0.1.29/vlib/sync/
H A Dchannels.v87 queue_length u32 // in #objects
112 queue_length: n
144 if no_block && ch.queue_length == 0 {
157 if ch.queue_length == 0 {
227 for new_wr_idx >= ch.queue_length {
228 new_wr_idx -= ch.queue_length
278 if ch.queue_length == 0 {
310 if ch.queue_length > 0 {
324 for new_rd_idx >= ch.queue_length {
325 new_rd_idx -= ch.queue_length
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/models/
H A Dscheduler.py40 queue_length = ndb.IntegerProperty(required=True) variable in QueueElement
60 queue_length = ndb.IntegerProperty(required=True) variable in SampleElementTiming
159 queue_length=len(queue.jobs),
223 queue_length=job.queue_length))
257 return (t.total_seconds() / SECS_PER_HOUR, s.queue_length)
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/meshworker/
H A Dmesh_loop.h277 const unsigned int queue_length = 2 * MultithreadInfo::n_threads(),
544 queue_length,
662 const unsigned int queue_length = 2 * MultithreadInfo::n_threads(),
678 queue_length,
768 const unsigned int queue_length = 2 * MultithreadInfo::n_threads(),
837 queue_length,
948 const unsigned int queue_length = 2 * MultithreadInfo::n_threads(),
966 queue_length,
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A D3c505.cpp411 LOGMASKED(LOG_REG, "adapter flushed data fifo (%d bytes)\n", m_data.queue_length()); in acr_w()
431 if (!(m_asr & ASR_DIR) && m_data.queue_length() > 1) in adata_r()
449 if ((m_asr & ASR_DIR) && m_data.queue_length() < (FIFO_SIZE - 1)) in adata_w()
546 LOGMASKED(LOG_REG, "host flushed data fifo (%d bytes)\n", m_data.queue_length()); in hcr_w()
581 if ((m_hsr & HSR_DIR) && (m_data.queue_length() > word)) in hdata_r()
604 if (!(m_hsr & HSR_DIR) && (m_data.queue_length() < (FIFO_SIZE - word))) in hdata_w()
633 if (m_data.queue_length() > (FIFO_SIZE - 2)) in update_rdy()
641 if (m_data.queue_length() < 2) in update_rdy()
732 LOG("eop_w %d fifo %d\n", state, m_data.queue_length()); in eop_w()
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A D3c505.cpp411 LOGMASKED(LOG_REG, "adapter flushed data fifo (%d bytes)\n", m_data.queue_length()); in acr_w()
431 if (!(m_asr & ASR_DIR) && m_data.queue_length() > 1) in adata_r()
449 if ((m_asr & ASR_DIR) && m_data.queue_length() < (FIFO_SIZE - 1)) in adata_w()
546 LOGMASKED(LOG_REG, "host flushed data fifo (%d bytes)\n", m_data.queue_length()); in hcr_w()
581 if ((m_hsr & HSR_DIR) && (m_data.queue_length() > word)) in hdata_r()
604 if (!(m_hsr & HSR_DIR) && (m_data.queue_length() < (FIFO_SIZE - word))) in hdata_w()
633 if (m_data.queue_length() > (FIFO_SIZE - 2)) in update_rdy()
641 if (m_data.queue_length() < 2) in update_rdy()
732 LOG("eop_w %d fifo %d\n", state, m_data.queue_length()); in eop_w()
/dports/databases/p5-Redis-JobQueue/Redis-JobQueue-1.19/t/01_JobQueue/
H A D15_queue_status.t99 is $jq->queue_length( $queue ), 4, 'correct queue_length';
100 is $jq->queue_length( $job ), 4, 'correct queue_length';
101 is $jq->queue_length( 'Wrong queue' ), 0, 'correct wrong queue length';

12345678910>>...16