Searched refs:tg (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sbin/routed/
H A Dparms.c566 struct tgate *tg; local
799 tg = (struct tgate *)rtmalloc(sizeof(*tg),
802 memset(tg, 0, sizeof(*tg));
803 tg->tgate_addr = addr;
811 || !getnet(buf2, &tg->tgate_nets[i].net,
812 &tg->tgate_nets[i].mask)
813 || tg->tgate_nets[i].net == RIP_DEFAULT
814 || tg
[all...]
H A Dinput.c146 struct tgate *tg = NULL; local
584 tg = tgates;
585 while (tg->tgate_addr != FROM_NADDR) {
586 tg = tg->tgate_next;
587 if (tg == NULL) {
687 if (tg && (tn = tg->tgate_nets)->mask != 0) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTimer.h91 Timer(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) { argument
92 init(TimerName, TimerDescription, tg);
106 void init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp2108 kmp_taskgroup_t *tg = thread->th.th_current_task->td_taskgroup; local
2113 KMP_ASSERT(tg != NULL);
2117 KA_TRACE(10, ("__kmpc_task_reduction_init: T#%d, tg %p, exiting nth=1\n",
2118 gtid, tg));
2119 return (void *)tg;
2122 gtid, tg, num));
2154 tg->reduce_data = (void *)arr;
2155 tg->reduce_num_data = num;
2156 return (void *)tg;
2196 kmp_taskgroup_t *tg, voi
2195 __kmp_task_reduction_init_copy(kmp_info_t *thr, int num, T *data, kmp_taskgroup_t *tg, void *reduce_data) argument
2278 __kmp_task_reduction_fini(kmp_info_t *th, kmp_taskgroup_t *tg) argument
2318 __kmp_task_reduction_clean(kmp_info_t *th, kmp_taskgroup_t *tg) argument
2338 kmp_taskgroup_t *tg; local
[all...]
H A Dkmp.h3711 KMP_EXPORT void *__kmpc_task_reduction_get_th_data(int gtid, void *tg, void *d);
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c1188 struct bwn_txgain tg; local
1236 tg.tg_pad = (txgain >> 16) & 0xff;
1237 tg.tg_gm = txgain & 0xff;
1238 tg.tg_pga = (txgain >> 8) & 0xff;
1239 tg.tg_dac = (rxcomp >> 28) & 0xff;
1240 bwn_phy_lp_set_txgain(mac, &tg);
2220 struct bwn_txgain tg; local
2223 tg.tg_dac = (BWN_PHY_READ(mac, BWN_PHY_AFE_DAC_CTL) & 0x380) >> 7;
2227 tg.tg_gm = tmp & 0x0007;
2228 tg
2248 bwn_phy_lp_set_txgain(struct bwn_mac *mac, struct bwn_txgain *tg) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTimer.cpp99 TimerGroup &tg) {
104 TG = &tg;
98 init(StringRef TimerName, StringRef TimerDescription, TimerGroup &tg) argument
/freebsd-13-stable/contrib/ntp/util/
H A DMakefile.in100 tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT)
218 tg_SOURCES = tg.c
219 tg_OBJECTS = tg.$(OBJEXT)
273 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
276 precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
900 tg$(EXEEXT): $(tg_OBJECTS) $(tg_DEPENDENCIES) $(EXTRA_tg_DEPENDENCIES)
901 @rm -f tg$(EXEEXT)
935 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg.Po@am__quote@
H A DMakefile.am8 ntptime pps-api precision sht testrs6000 tg tg2 tickadj timetrim
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_ch.c139 struct page_transport_geometry_parameters tg; member in union:scsi_mode_sense_data::__anon8684
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4309 +tg+W63kylvWpCVhsEA9mrr/8eO63cjizKaMyD2r/l9sJ1RF/CyKZS+phkQv5zrd

Completed in 236 milliseconds