Home
last modified time | relevance | path

Searched refs:tail (Results 251 – 275 of 62421) sorted by relevance

1...<<11121314151617181920>>...2497

/dports/graphics/pastel/pastel-0.8.1/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/crossbeam-channel/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/crossbeam-channel-0.5.1/src/
H A Dselect_macro.rs107 ($($tail)*)
118 ($($tail)*)
146 ($($tail:tt)*)
382 ($($tail)*)
395 ($($tail)*)
437 ($($tail)*)
450 ($($tail)*)
492 ($($tail)*)
505 ($($tail)*)
518 ($($tail)*)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgKeySet.cpp110 tail = head; in nsMsgKeySet()
166 tail++; in nsMsgKeySet()
169 tail++; in nsMsgKeySet()
171 tail++; in nsMsgKeySet()
261 tail = head; in Output()
300 tail++; in Output()
639 tail++; in Add()
952 tail++; in CountMissingInRange()
991 tail++; in FirstMissingRange()
1049 tail++; in LastMissingRange()
[all …]
/dports/textproc/mifluz/mifluz-0.26.0/mifluz/
H A DList.cc101 if (tail) in Add()
104 tail = node; in Add()
133 if (tail) in Insert()
135 tail = node; in Insert()
229 tail = tail->prev; in Remove()
408 if (tail) in Last()
422 if (tail) { in Pop()
431 tail = tail->prev; in Pop()
488 if (tail) in AppendList()
496 tail = list.tail; in AppendList()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_core/include/
H A DADM_ptrQueue.h30 queueElem *tail; variable
35 tail=NULL; in ADM_ptrQueue()
59 head=tail=NULL; in clear()
73 ADM_assert(tail); in push()
74 tail->next=elem; in push()
75 tail=elem; in push()
84 if(tail) in pushBack()
87 tail=elem; in pushBack()
121 delete tail; in popBack() local
134 delete tail; in popBack() local
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_core/include/
H A DADM_ptrQueue.h30 queueElem *tail; variable
35 tail=NULL; in ADM_ptrQueue()
59 head=tail=NULL; in clear()
73 ADM_assert(tail); in push()
74 tail->next=elem; in push()
75 tail=elem; in push()
84 if(tail) in pushBack()
87 tail=elem; in pushBack()
121 delete tail; in popBack() local
134 delete tail; in popBack() local
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_core/include/
H A DADM_ptrQueue.h30 queueElem *tail; variable
35 tail=NULL; in ADM_ptrQueue()
59 head=tail=NULL; in clear()
73 ADM_assert(tail); in push()
74 tail->next=elem; in push()
75 tail=elem; in push()
84 if(tail) in pushBack()
87 tail=elem; in pushBack()
121 delete tail; in popBack() local
134 delete tail; in popBack() local
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_core/include/
H A DADM_ptrQueue.h30 queueElem *tail; variable
35 tail=NULL; in ADM_ptrQueue()
59 head=tail=NULL; in clear()
73 ADM_assert(tail); in push()
74 tail->next=elem; in push()
75 tail=elem; in push()
84 if(tail) in pushBack()
87 tail=elem; in pushBack()
121 delete tail; in popBack() local
134 delete tail; in popBack() local
[all …]
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/
H A Dlws-ring.c103 if (!tail) in lws_ring_get_count_waiting_elements()
114 if (ring->head == *tail) in lws_ring_get_count_waiting_elements()
117 if (ring->head > *tail) in lws_ring_get_count_waiting_elements()
203 void *orig_tail = tail; in lws_ring_consume()
207 if (!tail) { in lws_ring_consume()
209 tail = &fake_tail; in lws_ring_consume()
221 *tail = ((*tail) + (unsigned int)n) % ring->buflen; in lws_ring_consume()
237 *tail = 0; in lws_ring_consume()
247 *tail = ((*tail) + (unsigned int)n) % ring->buflen; in lws_ring_consume()
257 if (!tail) in lws_ring_get_element()
[all …]
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dvarray.cc76 register long ds = sgn(arc->tail()[0] - arc->prev->tail()[0]); in update()
77 register long dt = sgn(arc->tail()[1] - arc->prev->tail()[1]); in update()
104 ldir[0] = sgn( left->tail()[0] - left->prev->tail()[0] ); in init()
105 ldir[1] = sgn( left->tail()[1] - left->prev->tail()[1] ); in init()
106 rdir[0] = sgn( right->tail()[0] - right->prev->tail()[0] ); in init()
107 rdir[1] = sgn( right->tail()[1] - right->prev->tail()[1] ); in init()
109 vval[0] = toparc->tail()[1]; in init()
113 switch( sgn( left->tail()[1] - right->prev->tail()[1] ) ) { in init()
123 if( glu_abs(left->tail()[1] - botarc->tail()[1]) < TINY) goto end; in init()
124 if( glu_abs(left->tail()[0]-right->prev->tail()[0]) < TINY && in init()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dtail_test.cpp6 using stan::math::tail; in TEST()
12 using stan::math::tail; in TEST()
18 using stan::math::tail; in TEST()
24 using stan::math::tail; in TEST()
35 using stan::math::tail; in TEST()
41 using stan::math::tail; in TEST()
47 using stan::math::tail; in TEST()
53 using stan::math::tail; in TEST()
63 using stan::math::tail; in TEST()
71 using stan::math::tail; in TEST()
[all …]
/dports/sysutils/fusefs-hfsfuse/hfsfuse-0.132/lib/libhfsuser/
H A Dcache.c56 tail->next->prev = tail; in hfs_record_cache_create()
57 tail = tail->next; in hfs_record_cache_create()
58 tail->path = NULL; in hfs_record_cache_create()
69 free(tail->path); in hfs_record_cache_destroy()
70 tail = tail->next; in hfs_record_cache_destroy()
114 free(tail->path); in hfs_record_cache_add()
115 tail->path = NULL; in hfs_record_cache_add()
116 tail = tail->next; in hfs_record_cache_add()
122 tail->len = len; in hfs_record_cache_add()
123 tail->key = *key; in hfs_record_cache_add()
[all …]
/dports/audio/guspat/timidity/
H A Dgsdrum.cfg16 35 release/kick1.pat strip=tail amp=130
17 36 release/kick2.pat strip=tail amp=130
49 60 GUS/gsdrum00/bongohi.pat strip=tail
50 61 GUS/gsdrum00/bongolo.pat strip=tail
58 69 GUS/gsdrum00/cabasa.pat strip=tail
61 76 GUS/gsdrum00/woodblk1.pat strip=tail
108 40 GUS/toms.pat strip=tail note=65
129 39 GUS/castinet.pat strip=tail
158 64 GUS/gsdrum00/snare2.pat amp=80 strip=tail strip=tail
160 68 GUS/gsdrum00/snare2.pat amp=80 strip=tail strip=tail
[all …]
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dstrexp.cpp44 head = tail = str; in strexp()
55 tail = head; in strexp()
56 while(*tail && !ISBLANK(*tail)) in strexp()
57 tail++; in strexp()
60 len = (tail - head); in strexp()
72 head = tail; in strexp()
109 head = tail = str; in strchrexp()
116 tail = head; in strchrexp()
117 while((*tail) && ((*tail) != c)) in strchrexp()
118 tail++; in strchrexp()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/custom_derive-0.1.7/src/
H A Dlib.rs268 ($($tail)*), ($($bi_drvs,)* Hash,), $user_drvs
279 ($($tail)*), ($($bi_drvs,)* Clone,), $user_drvs
323 ($($tail)*), ($($bi_drvs,)* Eq,), $user_drvs
345 ($($tail)*), ($($bi_drvs,)* Ord,), $user_drvs
356 ($($tail)*), ($($bi_drvs,)* Debug,), $user_drvs
367 ($($tail)*), ($($bi_drvs,)* Default,), $user_drvs
378 ($($tail)*), ($($bi_drvs,)* Send,), $user_drvs
389 ($($tail)*), ($($bi_drvs,)* Sync,), $user_drvs
400 ($($tail)*), ($($bi_drvs,)* Copy,), $user_drvs
447 ($user_drv:ident $arg:tt, $($tail:tt)*), ($($it:tt)*)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Collections/Concurrent/
H A DLowLevelConcurrentQueue.cs189 Segment head, tail; in ToArray()
226 Segment head, tail;
233 tail = _tail;
289 if (head != tail && head != tail - s.FreezeOffset) in GetCount()
293 return head < tail ? tail - head : s._slots.Length - head + tail; in GetCount()
329 if (head != tail) in GetCount()
385 Segment head, tail; in CopyTo()
419 Segment head, tail; in GetEnumerator()
436 tail = _tail; in SnapForObservation()
511 if (head != tail) in Enumerate()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/src/System/Collections/Concurrent/
H A DConcurrentQueue.cs244 Segment head, tail; in ToArray()
281 Segment head, tail;
288 tail = _tail;
344 if (head != tail && head != tail - s.FreezeOffset) in GetCount()
348 return head < tail ? tail - head : s._slots.Length - head + tail; in GetCount()
384 if (head != tail) in GetCount()
440 Segment head, tail; in CopyTo()
474 Segment head, tail; in GetEnumerator()
491 tail = _tail; in SnapForObservation()
566 if (head != tail) in Enumerate()
[all …]
/dports/sysutils/heirloom/heirloom-070715/tail/
H A DMakefile.mk1 all: tail
3 tail: tail.o
4 $(LD) $(LDFLAGS) tail.o $(LCOMMON) $(LIBS) -o tail
6 tail.o: tail.c
7 $(CC) $(CFLAGS) $(CPPFLAGS) $(XO6FL) $(LARGEF) $(ICOMMON) -c tail.c
10 $(UCBINST) -c tail $(ROOT)$(DEFBIN)/tail
11 $(STRIP) $(ROOT)$(DEFBIN)/tail
12 $(MANINST) -c -m 644 tail.1 $(ROOT)$(MANDIR)/man1/tail.1
15 rm -f tail tail.o core log *~
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/crossbeam-queue-0.2.3/src/
H A Darray_queue.rs111 let tail = 0; in new() localVariable
138 tail: CachePadded::new(AtomicUsize::new(tail)), in new()
159 let mut tail = self.tail.load(Ordering::Relaxed); in push() localVariable
213 tail = self.tail.load(Ordering::Relaxed); in push()
217 tail = self.tail.load(Ordering::Relaxed); in push()
283 let tail = self.tail.load(Ordering::Relaxed); in pop() localVariable
330 let tail = self.tail.load(Ordering::SeqCst); in is_empty() localVariable
337 tail == head in is_empty()
354 let tail = self.tail.load(Ordering::SeqCst); in is_full() localVariable
383 let tail = self.tail.load(Ordering::SeqCst); in len() localVariable
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/crossbeam-queue-0.2.3/src/
H A Darray_queue.rs111 let tail = 0; in new() localVariable
138 tail: CachePadded::new(AtomicUsize::new(tail)), in new()
159 let mut tail = self.tail.load(Ordering::Relaxed); in push() localVariable
213 tail = self.tail.load(Ordering::Relaxed); in push()
217 tail = self.tail.load(Ordering::Relaxed); in push()
283 let tail = self.tail.load(Ordering::Relaxed); in pop() localVariable
330 let tail = self.tail.load(Ordering::SeqCst); in is_empty() localVariable
337 tail == head in is_empty()
354 let tail = self.tail.load(Ordering::SeqCst); in is_full() localVariable
383 let tail = self.tail.load(Ordering::SeqCst); in len() localVariable
[all …]

1...<<11121314151617181920>>...2497