Home
last modified time | relevance | path

Searched refs:tc_next (Results 1 – 17 of 17) sorted by relevance

/dports/cad/magic/magic-8.3.245/utils/
H A Dtech.c74 struct tC *tc_next; /* Next client in section */ member
367 tcp->tc_next = (techClient *) NULL;
373 for (tcl = tsp->ts_clients; tcl->tc_next; tcl = tcl->tc_next)
375 tcl->tc_next = tcp;
640 tcp = tcp->tc_next)
660 tcp = tcp->tc_next)
674 tcp = tcp->tc_next)
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/powerpc/powerpc/
H A Dclock.c78 .tc_next = NULL
90 .tc_next = NULL
/dports/textproc/p5-Text-Template-Simple/Text-Template-Simple-0.91/lib/Text/Template/Simple/
H A DTokenizer.pm229 my $tc_next = $prev->[TOKEN_CHOMP][TOKEN_CHOMP_NEXT];
232 $tc_next ? $tc_next : CHOMP_NONE,
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_tc.c180 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()
217 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()
527 tc->tc_next = timecounters; in tc_init()
556 for (best = tc = timecounters; tc != NULL; tc = tc->tc_next) { in tc_pick()
598 tcp = &tc->tc_next, tc = tc->tc_next) { in tc_detach()
608 *tcp = tc->tc_next; in tc_detach()
H A Dkern_cctr.c111 .tc_next = NULL
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dtimetc.h75 struct timecounter *tc_next; member
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_transtab.c407 ULong* tc_next; member
886 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next in VG_()
1222 tce = sec->tc_next; in sanity_check_eclasses_in_sector()
1525 vg_assert(sec->tc_next == NULL); in initialiseSector()
1607 vg_assert(sec->tc_next != NULL); in initialiseSector()
1679 sec->tc_next = sec->tc; in initialiseSector()
1738 - ((ULong*)(sectors[y].tc_next)); in VG_()
1769 - ((ULong*)(sectors[y].tc_next)); in VG_()
1777 tcptr = sectors[y].tc_next; in VG_()
1784 sectors[y].tc_next += reqdQ; in VG_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_transtab.c407 ULong* tc_next; member
886 vg_assert( (UChar*)host_code <= (UChar*)sectors[to_sNo].tc_next in VG_()
1222 tce = sec->tc_next; in sanity_check_eclasses_in_sector()
1525 vg_assert(sec->tc_next == NULL); in initialiseSector()
1607 vg_assert(sec->tc_next != NULL); in initialiseSector()
1679 sec->tc_next = sec->tc; in initialiseSector()
1738 - ((ULong*)(sectors[y].tc_next)); in VG_()
1769 - ((ULong*)(sectors[y].tc_next)); in VG_()
1777 tcptr = sectors[y].tc_next; in VG_()
1784 sectors[y].tc_next += reqdQ; in VG_()
[all …]
/dports/irc/evangeline/evangeline-msa/src/
H A Dtclhash.c67 tcl_cmd_t *tc, *tc_next; in tcl_bind_mask_delete() local
69 for (tc = tm->first; tc; tc = tc_next) { in tcl_bind_mask_delete()
70 tc_next = tc->next; in tcl_bind_mask_delete()
93 tcl_cmd_t *tc, *tc_next, *tc_prev; in garbage_collect_tclhash() local
109 for (tc = tm->first, tc_prev = NULL; tc; tc = tc_next) { in garbage_collect_tclhash()
110 tc_next = tc->next; in garbage_collect_tclhash()
/dports/irc/evangeline/evangeline/src/
H A Dtclhash.c67 tcl_cmd_t *tc, *tc_next; in tcl_bind_mask_delete() local
69 for (tc = tm->first; tc; tc = tc_next) { in tcl_bind_mask_delete()
70 tc_next = tc->next; in tcl_bind_mask_delete()
93 tcl_cmd_t *tc, *tc_next, *tc_prev; in garbage_collect_tclhash() local
109 for (tc = tm->first, tc_prev = NULL; tc; tc = tc_next) { in garbage_collect_tclhash()
110 tc_next = tc->next; in garbage_collect_tclhash()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/sofia-sip/
H A Dsu_tag_inline.h46 #define tt_next tt_class->tc_next
H A Dsu_tag_class.h67 tagi_t const *(*tc_next)(tagi_t const *t); member
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/sofia-sip/
H A Dsu_tag_inline.h46 #define tt_next tt_class->tc_next
H A Dsu_tag_class.h67 tagi_t const *(*tc_next)(tagi_t const *t); member
/dports/irc/eggdrop/eggdrop-1.9.1/src/
H A Dtclhash.c93 tcl_cmd_t *tc, *tc_next; in tcl_bind_mask_delete() local
95 for (tc = tm->first; tc; tc = tc_next) { in tcl_bind_mask_delete()
96 tc_next = tc->next; in tcl_bind_mask_delete()
120 tcl_cmd_t *tc, *tc_next, *tc_prev; in garbage_collect_tclhash() local
136 for (tc = tm->first, tc_prev = NULL; tc; tc = tc_next) { in garbage_collect_tclhash()
137 tc_next = tc->next; in garbage_collect_tclhash()
/dports/misc/rump/buildrump.sh-b914579/src/sys/altq/
H A Daltq_cdnr.c214 LIST_FOREACH(top, &tcb_list, tc_next) in tcb_lookup()
419 LIST_INSERT_HEAD(&tcb_list, top, tc_next); in top_create()
445 LIST_REMOVE(top, tc_next); in top_destroy()
451 LIST_FOREACH(top, &tcb_list, tc_next) in top_destroy()
1234 LIST_FOREACH(top, &tcb_list, tc_next) in cdnrioctl()
H A Daltq_cdnr.h266 LIST_ENTRY(top_cdnr) tc_next;