Home
last modified time | relevance | path

Searched refs:tl_next (Results 1 – 25 of 54) sorted by relevance

123

/dports/cad/magic/magic-8.3.245/sim/
H A DSimSelect.c80 struct TLE *tl_next; member
210 temp = temp->tl_next;
224 for( curr = prev->tl_next; curr != NULL; prev = curr,curr = curr->tl_next )
227 prev->tl_next = curr->tl_next;
404 newNodeTile->tl_next = *pHead;
473 for (current = node_list; current != NULL; current = current->tl_next)
619 current = current->tl_next) {
737 for (; current != (TileListElt *) NULL; current = current->tl_next) in SimGetnode()
782 for (; current != (TileListElt *) NULL; current = current->tl_next) in SimGetsnode()
H A DSimSelect.c.new84 struct TLE *tl_next;
213 temp = temp->tl_next;
227 for( curr = prev->tl_next; curr != NULL; prev = curr,curr = curr->tl_next )
230 prev->tl_next = curr->tl_next;
428 newNodeTile->tl_next = *pHead;
497 for (current = node_list; current != NULL; current = current->tl_next)
643 current = current->tl_next) {
760 for (; current != (TileListElt *) NULL; current = current->tl_next)
828 for (; current != (TileListElt *) NULL; current = current->tl_next)
873 for (; current != (TileListElt *) NULL; current = current->tl_next)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Ctag.c248 HDassert(entry->tl_next == NULL); in H5C__tag_entry()
253 entry->tl_next = tag_info->head; in H5C__tag_entry()
295 if(entry->tl_next) in H5C__untag_entry()
296 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry()
298 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry()
300 tag_info->head = entry->tl_next; in H5C__untag_entry()
304 entry->tl_next = NULL; in H5C__untag_entry()
371 next_entry = entry->tl_next; in H5C__iter_tagged_entries_real()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ctag.c262 HDassert(entry->tl_next == NULL); in H5C__tag_entry()
267 entry->tl_next = tag_info->head; in H5C__tag_entry()
308 if (entry->tl_next) in H5C__untag_entry()
309 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry()
311 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry()
313 tag_info->head = entry->tl_next; in H5C__untag_entry()
317 entry->tl_next = NULL; in H5C__untag_entry()
382 next_entry = entry->tl_next; in H5C__iter_tagged_entries_real()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Ctag.c274 HDassert(entry->tl_next == NULL); in H5C__tag_entry()
279 entry->tl_next = tag_info->head; in H5C__tag_entry()
321 if(entry->tl_next) in H5C__untag_entry()
322 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry()
324 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry()
326 tag_info->head = entry->tl_next; in H5C__untag_entry()
330 entry->tl_next = NULL; in H5C__untag_entry()
397 next_entry = entry->tl_next; in H5C__iter_tagged_entries_real()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ctag.c255 HDassert(entry->tl_next == NULL); in H5C__tag_entry()
260 entry->tl_next = tag_info->head; in H5C__tag_entry()
302 if(entry->tl_next) in H5C__untag_entry()
303 entry->tl_next->tl_prev = entry->tl_prev; in H5C__untag_entry()
305 entry->tl_prev->tl_next = entry->tl_next; in H5C__untag_entry()
307 tag_info->head = entry->tl_next; in H5C__untag_entry()
311 entry->tl_next = NULL; in H5C__untag_entry()
378 next_entry = entry->tl_next; in H5C__iter_tagged_entries_real()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/kadm5/
H A Dmisc_free.c14 krb5_tl_data *tl_next; in kadm5_free_policy_ent() local
23 for (; val->tl_data; val->tl_data = tl_next) { in kadm5_free_policy_ent()
24 tl_next = val->tl_data->tl_data_next; in kadm5_free_policy_ent()
/dports/security/krb5/krb5-1.19.2/src/lib/kadm5/
H A Dmisc_free.c14 krb5_tl_data *tl_next; in kadm5_free_policy_ent() local
23 for (; val->tl_data; val->tl_data = tl_next) { in kadm5_free_policy_ent()
24 tl_next = val->tl_data->tl_data_next; in kadm5_free_policy_ent()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc533 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
534 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
535 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
536 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc533 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
534 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
535 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
536 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc533 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
534 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
535 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
536 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/irc/evangeline/evangeline-msa/src/
H A Dtclhash.c91 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local
95 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash()
96 tl_next = tl->next; in garbage_collect_tclhash()
222 tcl_bind_list_t *tl, *tl_next; in kill_bind() local
225 for (tl = bind_table_list; tl; tl = tl_next) { in kill_bind()
226 tl_next = tl->next; in kill_bind()
/dports/irc/evangeline/evangeline/src/
H A Dtclhash.c91 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local
95 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash()
96 tl_next = tl->next; in garbage_collect_tclhash()
222 tcl_bind_list_t *tl, *tl_next; in kill_bind() local
225 for (tl = bind_table_list; tl; tl = tl_next) { in kill_bind()
226 tl_next = tl->next; in kill_bind()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc827 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
828 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
829 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
830 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc824 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
825 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
826 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
827 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc806 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
807 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
808 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
809 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/rtp_rtcp/source/
H A Drtp_sender_video.cc771 int64_t tl_next = stats->last_frame_time_ms + 1000000 / *rate; in UpdateConditionalRetransmit() local
772 if (tl_next - now_ms > -expected_retransmission_time_ms && in UpdateConditionalRetransmit()
773 tl_next < expected_next_frame_time) { in UpdateConditionalRetransmit()
774 expected_next_frame_time = tl_next; in UpdateConditionalRetransmit()
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dtclhash.c118 tcl_bind_list_t *tl, *tl_next, *tl_prev; in garbage_collect_tclhash() local
122 for (tl = bind_table_list, tl_prev = NULL; tl; tl = tl_next) { in garbage_collect_tclhash()
123 tl_next = tl->next; in garbage_collect_tclhash()
255 tcl_bind_list_t *tl, *tl_next; in kill_bind() local
258 for (tl = bind_table_list; tl; tl = tl_next) { in kill_bind()
259 tl_next = tl->next; in kill_bind()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dsu_taglist.c169 tagi_t *tl_next(tagi_t const *t) in tl_next() function
732 next = tl_next(tagi); in tl_vllen()
742 for (; next; next = tl_next(next)) in tl_vllen()
772 next = tl_next(tagi); in tl_vllist()
783 for (; next; next = tl_next(next)) in tl_vllist()
H A DChangeLog22 * Added tl_llist(), tl_vllist(). Better semantics for tl_next().
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dsu_taglist.c169 tagi_t *tl_next(tagi_t const *t) in tl_next() function
732 next = tl_next(tagi); in tl_vllen()
742 for (; next; next = tl_next(next)) in tl_vllen()
772 next = tl_next(tagi); in tl_vllist()
783 for (; next; next = tl_next(next)) in tl_vllist()
H A DChangeLog22 * Added tl_llist(), tl_vllist(). Better semantics for tl_next().
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/http/
H A Dhttp_tag_class.c173 for (t = ta_args(ta); t; t = tl_next(t)) { in http_add_tl()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/http/
H A Dhttp_tag_class.c173 for (t = ta_args(ta); t; t = tl_next(t)) { in http_add_tl()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/sofia-sip/
H A Dsu_tag.h153 SOFIAPUBFUN tagi_t *tl_next(tagi_t const *lst);

123