Searched refs:tm (Results 51 - 75 of 492) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.h23 NVPTXTargetMachine &tm; member in class:llvm::NVPTXFrameLowering
28 : TargetFrameLowering(TargetFrameLowering::StackGrowsUp, 8, 0), tm(_tm),
H A DNVPTXFrameLowering.cpp47 MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::cvta_local_yes_64),
49 BuildMI(MBB, MI, dl, tm.getInstrInfo()->get(NVPTX::MOV_DEPOT_ADDR_64),
54 MBB, MBBI, dl, tm.getInstrInfo()->get(NVPTX::cvta_local_yes),
56 BuildMI(MBB, MI, dl, tm.getInstrInfo()->get(NVPTX::MOV_DEPOT_ADDR),
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.h28 PPCJITInfo(PPCTargetMachine &tm, bool tmIs64Bit) : TM(tm) { argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dgmt2local.c49 register struct tm *gmt, *loc;
50 struct tm sgmt;
/freebsd-9.3-release/sbin/dhclient/
H A Dparse.c438 struct tm tm; local
449 tm.tm_wday = atoi(val);
459 tm.tm_year = atoi(val);
460 if (tm.tm_year > 1900)
461 tm.tm_year -= 1900;
480 tm.tm_mon = atoi(val) - 1;
499 tm.tm_mday = atoi(val);
509 tm.tm_hour = atoi(val);
528 tm
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dos_win32.c58 struct tm tm, *tm1; local
67 memset(&tm, 0, sizeof(tm));
68 tm.tm_year = year - 1900;
69 tm.tm_mon = month - 1;
70 tm.tm_mday = day;
71 tm.tm_hour = hour;
72 tm.tm_min = min;
73 tm
[all...]
/freebsd-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcstime.c48 register struct tm const *tm = time2tm(unixtime, RCSversion<VERSION(5)); local
55 tm->tm_year + ((unsigned)tm->tm_year < 100 ? 0 : 1900),
56 tm->tm_mon+1, tm->tm_mday,
57 tm->tm_hour, tm->tm_min, tm->tm_sec
141 struct tm
[all...]
/freebsd-9.3-release/usr.sbin/apm/
H A Dapm.c269 struct tm tm; local
273 tm.tm_sec = bcd2int(xh(args.ecx));
274 tm.tm_min = bcd2int(xl(args.edx));
275 tm.tm_hour = bcd2int(xh(args.edx));
276 tm.tm_mday = bcd2int(xl(args.esi));
277 tm.tm_mon = bcd2int(xh(args.esi)) - 1;
278 tm.tm_year = bcd2int(args.edi) - 1900;
280 t = mktime(&tm);
282 t = timegm(&tm);
356 struct tm *tm; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DTimeValue.inc26 struct tm Storage;
27 struct tm *LT = ::localtime_r(&OurTime, &Storage);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMips.h30 FunctionPass *createMipsConstantIslandPass(MipsTargetMachine &tm);
/freebsd-9.3-release/sbin/dump/
H A Dunctime.c49 struct tm then;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dmktime.c42 * timezone state file to figure out strange unnormalized struct tm values,
43 * as might result from someone doing date math on the tm struct then passing
46 * It just does as well as it can at normalizing the tm input, then does a
50 * setting of tm_isdst when comparing tm values, causing the search to be
133 static struct tm *
135 struct tm * tmp
139 static struct tm tmbuf;
150 register struct tm * atmp,
151 register struct tm * btmp
183 struct tm * tm
[all...]
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dexterns.h29 # define TZONE(tm) tzname[(tm).tm_isdst]
54 extern struct tm *localtime();
66 # define TZONE(tm) (tm).tm_zone
H A Dcron.c189 static struct tm lasttm;
192 struct tm otztm; /* time in the old time zone */
194 register struct tm *tm = localtime(&TargetTime); local
201 minute = tm->tm_min -FIRST_MINUTE;
202 hour = tm->tm_hour -FIRST_HOUR;
203 dom = tm->tm_mday -FIRST_DOM;
204 month = tm->tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH;
205 dow = tm->tm_wday -FIRST_DOW;
212 && tm
332 register struct tm *tm; local
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_no_compression.c93 struct tm *tm = localtime(&t); local
173 assertEqualInt(i2(p + 12), (tm->tm_hour * 2048) + (tm->tm_min * 32) + (tm->tm_sec / 2)); /* File time */
174 assertEqualInt(i2(p + 14), ((tm->tm_year - 80) * 512) + ((tm->tm_mon + 1) * 32) + tm->tm_mday); /* File date */
204 assertEqualInt(i2(q + 10), (tm->tm_hour * 2048) + (tm
[all...]
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_pass3.c61 struct tm tm; local
78 tm.tm_isdst = tm.tm_gmtoff = 0;
81 tm.tm_year = atoi(buf) - 1900;
83 tm.tm_mon = atoi(buf) - 1;
84 if (tm.tm_mon < 0 || tm.tm_mon > 11) WRONGDATE
86 tm.tm_mday = atoi(buf);
87 if (tm
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c23 #include <time.h> /* for struct tm */
156 static char * abbr(struct tm * tmp);
158 static long delta(struct tm * newp, struct tm * oldp);
159 static void dumptime(const struct tm * tmp);
169 static struct tm *
173 register struct tm * tmp;
177 struct tm tm; local
180 tm
250 struct tm tm; local
479 struct tm tm; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_set.c108 int X509_set_notBefore(X509 *x, ASN1_TIME *tm) argument
115 if (in != tm) {
116 in = M_ASN1_TIME_dup(tm);
125 int X509_set_notAfter(X509 *x, ASN1_TIME *tm) argument
132 if (in != tm) {
133 in = M_ASN1_TIME_dup(tm);
/freebsd-9.3-release/games/grdc/
H A Dgrdc.c30 static struct tm *tm; variable in typeref:struct:tm
146 tm = localtime(&now.tv_sec);
147 set(tm->tm_sec%10, 0);
148 set(tm->tm_sec/10, 4);
149 set(tm->tm_min%10, 10);
150 set(tm->tm_min/10, 14);
153 if (tm->tm_hour > 12) {
154 tm->tm_hour -= 12;
157 if (tm
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DMachineFunctionAnalysis.cpp22 MachineFunctionAnalysis::MachineFunctionAnalysis(const TargetMachine &tm) : argument
23 FunctionPass(ID), TM(tm), MF(0) {
/freebsd-9.3-release/contrib/llvm/lib/Support/Windows/
H A DTimeValue.inc35 struct tm *LT;
43 struct tm Storage;
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/arm/
H A DMakefile14 tm.h:
15 #XXX this should be arm/tm-fbsd.h
16 echo '#include "tm-fbsd.h"' > ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/ia64/
H A DMakefile13 tm.h:
14 echo '#include "ia64/tm-fbsd.h"' > ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/mips/
H A DMakefile12 tm.h:
13 echo '#include "mips/tm-fbsd.h"' > ${.TARGET}
/freebsd-9.3-release/gnu/usr.bin/gdb/arch/powerpc/
H A DMakefile13 tm.h:
14 echo '#include "powerpc/tm-ppc-eabi.h"' > ${.TARGET}

Completed in 190 milliseconds

1234567891011>>