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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DTimer.h89 Timer(StringRef N, TimerGroup &tg) : TG(0) { init(N, tg); } argument
102 void init(StringRef N, TimerGroup &tg);
/freebsd-10-stable/sbin/routed/
H A Dinput.c151 struct tgate *tg = 0; local
584 tg = tgates;
585 while (tg->tgate_addr != FROM_NADDR) {
586 tg = tg->tgate_next;
587 if (tg == 0) {
687 if (tg && (tn = tg->tgate_nets)->mask != 0) {
H A Dparms.c571 struct tgate *tg; local
800 tg = (struct tgate *)rtmalloc(sizeof(*tg),
803 memset(tg, 0, sizeof(*tg));
804 tg->tgate_addr = addr;
812 || !getnet(buf2, &tg->tgate_nets[i].net,
813 &tg->tgate_nets[i].mask)
814 || tg->tgate_nets[i].net == RIP_DEFAULT
815 || tg
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon4692
H A Dlang.c527 { tg, "tg", "Tajik" },
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DTimer.cpp111 void Timer::init(StringRef N, TimerGroup &tg) { argument
115 TG = &tg;
/freebsd-10-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-10-stable/sys/dev/bwn/
H A Dif_bwn.c11585 struct bwn_txgain tg; local
11633 tg.tg_pad = (txgain >> 16) & 0xff;
11634 tg.tg_gm = txgain & 0xff;
11635 tg.tg_pga = (txgain >> 8) & 0xff;
11636 tg.tg_dac = (rxcomp >> 28) & 0xff;
11637 bwn_phy_lp_set_txgain(mac, &tg);
12588 struct bwn_txgain tg; local
12591 tg.tg_dac = (BWN_PHY_READ(mac, BWN_PHY_AFE_DAC_CTL) & 0x380) >> 7;
12595 tg.tg_gm = tmp & 0x0007;
12596 tg
12616 bwn_phy_lp_set_txgain(struct bwn_mac *mac, struct bwn_txgain *tg) argument
[all...]
/freebsd-10-stable/crypto/openssl/ssl/
H A Dkssl.c2028 time_t now, tl, tg, tr, tz_offset; local
2146 tg = mktime(tm_g);
2147 tz_offset = tg - tl;
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_ch.c141 struct page_transport_geometry_parameters tg; member in union:scsi_mode_sense_data::__anon871
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4309 +tg+W63kylvWpCVhsEA9mrr/8eO63cjizKaMyD2r/l9sJ1RF/CyKZS+phkQv5zrd

Completed in 358 milliseconds