Searched refs:tm (Results 126 - 150 of 693) sorted by relevance

1234567891011>>

/macosx-10.10/swig-12/Source/Modules/
H A Docaml.cxx441 String *tm; local
565 if ((tm = Getattr(p, "tmap:in"))) {
566 Replaceall(tm, "$source", source);
567 Replaceall(tm, "$target", target);
568 Replaceall(tm, "$input", source);
570 Printv(f->code, tm, "\n", NIL);
585 if ((tm = Getattr(p, "tmap:check"))) {
586 Replaceall(tm, "$target", Getattr(p, "lname"));
587 Printv(f->code, tm, "\n", NIL);
597 if ((tm
776 String *tm; local
1398 String *tm; local
[all...]
H A Djava.cxx774 String *tm; local
816 if ((tm = Swig_typemap_lookup("jni", n, "", 0))) {
817 Printf(c_return_type, "%s", tm);
822 if ((tm = Swig_typemap_lookup("jtype", n, "", 0))) {
823 Printf(im_return_type, "%s", tm);
880 if ((tm = Getattr(p, "tmap:jni"))) {
881 Printv(c_param_type, tm, NIL);
887 if ((tm = Getattr(p, "tmap:jtype"))) {
888 Printv(im_param_type, tm, NIL);
913 if ((tm
1298 const String *tm = typemapLookup(n, "jstype", typemap_lookup_type, WARN_JAVA_TYPEMAP_JSTYPE_UNDEF); local
1353 String *tm; local
1636 const String *tm = NULL; local
1907 String *tm; local
2152 String *tm; local
2428 String *tm; local
2610 replaceSpecialVariables(String *method, String *tm, Parm *parm) argument
2727 substituteClassname(SwigType *pt, String *tm, bool jnidescriptor = false) argument
2763 substituteClassnameSpecialVariable(SwigType *classnametype, String *tm, const char *classnamespecialvariable, bool jnidescriptor) argument
2888 const String *tm = Swig_typemap_lookup(tmap_method, node, "", 0); local
3206 const String *tm = NULL; local
3299 String *tm; local
[all...]
H A Dguile.cxx618 String *tm; local
619 if (!(tm = Getattr(p, typemap))) {
621 tm = tmp;
623 bool result = (Len(tm) > 0);
624 if (maybe_delimiter && Len(output) > 0 && Len(tm) > 0) {
629 Replaceall(tm, "$name", pn); // legacy for $parmname
630 Replaceall(tm, "$type", SwigType_str(pt, 0));
637 Replaceall(tm, "$NAME", ARGNAME);
638 Replaceall(tm, "$PARMNAME", ARGNAME);
639 Printv(output, tm, NI
667 String *tm; local
856 String *tm = NewString("SWIG_Guile_MarkPointerDestroyed($input);"); local
1161 String *tm; local
1366 String *tm; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbnspeed.c186 double tm; local
200 tm=Time_F(STOP);
201 printf("mul %4d x %4d -> %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num);
213 tm=Time_F(STOP);
214 printf("sqr %4d x %4d -> %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num);
228 tm=Time_F(STOP);
229 printf("div %4d / %4d -> %8.3fms\n",sizes[j],sizes[i]-1,tm*1000.0/num);
/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dtmdiff.c168 void ms_time_get(MS_TM *tm) argument
175 times(&tm->ms_tms);
178 GetThreadTimes(tm->thread_id,&tmpa,&tmpb,&tmpc,&(tm->ms_win32));
180 tm->ms_clock = clock();
183 tm->ticks = tickGet();
185 ftime(&tm->ms_timeb);
H A Do_time.c72 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
74 struct tm *ts = NULL;
86 memcpy(result, ts, sizeof(struct tm));
192 /* Fill in the struct tm with the result */
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbnspeed.c204 double tm; local
218 tm=Time_F(STOP);
219 printf("mul %4d x %4d -> %8.3fms\n",sizes[i],sizes[j],tm*1000.0/num);
231 tm=Time_F(STOP);
232 printf("sqr %4d x %4d -> %8.3fms\n",sizes[i],sizes[i],tm*1000.0/num);
246 tm=Time_F(STOP);
247 printf("div %4d / %4d -> %8.3fms\n",sizes[j],sizes[i]-1,tm*1000.0/num);
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmidnight.el180 (let ((tm (float-time)) bts (ts (format-time-string "%Y-%m-%d %T"))
185 delay (if bts (- tm bts) 0) cbld (clean-buffer-list-delay bn))
214 (defun midnight-delay-set (symb tm)
220 (set symb tm)
223 (run-at-time (if (numberp tm) (+ (midnight-next) tm) tm)
/macosx-10.10/shell_cmds-179/find/
H A Dgetdate.y639 struct tm *tm;
643 tm = localtime(&now);
644 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
653 struct tm *tm;
659 tm = localtime(&Start);
660 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
664 Convert(Month, (time_t)tm
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dtime.c861 static time_t timegm_noleapsecond(struct tm *tm);
862 static int tmcmp(struct tm *a, struct tm *b);
864 static const char *find_time_t(struct tm *tptr, int utc_p, time_t *tp);
872 #define rb_gmtime_r(t, tm) gmtime_r((t), (tm))
873 #define rb_localtime_r(t, tm) localtime_r((t), (tm))
875 static inline struct tm *
1302 struct tm *tm, result; local
1338 struct tm tm; local
1373 struct tm tm; local
1510 struct tm tm; local
1615 struct tm tm; local
1696 struct tm tm; local
1786 struct tm tm; local
2780 timegm_noleapsecond(struct tm *tm) argument
2830 struct tm *tm, tm0, tm_lo, tm_hi; local
[all...]
/macosx-10.10/sudo-73/src/
H A Dgetdate.y634 struct tm *tm;
638 tm = localtime(&now);
639 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
650 struct tm *tm;
656 tm = localtime(&Start);
657 Month = 12 * (tm->tm_year + 1900) + tm->tm_mon + RelMonth;
661 Convert(Month, (time_t)tm
[all...]
H A Dtimestr.c47 struct tm *timeptr;
/macosx-10.10/cron-39/lib/
H A Dmisc.c412 register struct tm *t = localtime(&now);
588 struct tm *tm = localtime(&t); local
591 if (tm->tm_year >= 100)
592 tm->tm_year += 1900;
595 DowNames[tm->tm_wday],
596 tm->tm_mday,
597 MonthNames[tm->tm_mon],
598 tm->tm_year,
599 tm
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dtic30-dis.c65 template *tm; member in struct:instruction
89 insn->tm = current_optab;
95 insn->tm = current_optab;
157 insn->tm = current_optab;
166 insn->tm = current_optab;
175 insn->tm = current_optab;
348 if (insn->tm == NULL)
350 strcpy (name, insn->tm->name);
351 if (insn->tm->opcode_modifier == AddressMode)
355 if ((insn->tm
[all...]
/macosx-10.10/cron-39/cron/
H A Dcron.c194 static struct tm lasttm;
197 struct tm otztm; /* time in the old time zone */
207 register struct tm *tm = localtime(&TargetTime); local
214 minute = tm->tm_min -FIRST_MINUTE;
215 hour = tm->tm_hour -FIRST_HOUR;
216 dom = tm->tm_mday -FIRST_DOM;
217 month = tm->tm_mon +1 /* 0..11 -> 1..12 */ -FIRST_MONTH;
218 dow = tm->tm_wday -FIRST_DOW;
225 && tm
351 register struct tm *tm; local
[all...]
/macosx-10.10/misc_cmds-33/ncal/
H A Dncal.c314 struct tm *tm; local
317 tm = localtime(&t);
318 y = tm->tm_year + 1900;
319 m = tm->tm_mon + 1;
388 struct tm tm; local
406 memset(&tm, 0, sizeof(tm));
407 tm
595 struct tm tm; /* for strftime printing local names of local
686 struct tm tm; /* for strftime printing local names of local
781 struct tm tm; local
936 struct tm tm; local
[all...]
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dder-private.h108 _der_timegm (struct tm */*tm*/);
/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dfmtclock.c29 #include <tm.h>
H A Dfmtls.c32 #include <tm.h>
55 time_t tm; local
87 tm = (flags & LS_ATIME) ? st->st_atime : (flags & LS_CTIME) ? st->st_ctime : st->st_mtime;
88 s = tmfmt(s, LS_W_LONG / 2, "%?%QL", &tm);
/macosx-10.10/ksh-23/ksh/src/lib/libast/tm/
H A Dtmgoff.c31 #include <tm.h>
H A Dtvgettime.c25 #include <tm.h>
H A Dtvsettime.c25 #include <tm.h>
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineFunctionAnalysis.h33 explicit MachineFunctionAnalysis(const TargetMachine &tm);
/macosx-10.10/ncurses-44/ncurses/test/
H A Dgdc.c163 struct tm *tm; local
237 tm = localtime(&now);
240 set(tm->tm_sec % 10, 0);
241 set(tm->tm_sec / 10, 4);
242 set(tm->tm_min % 10, 10);
243 set(tm->tm_min / 10, 14);
244 set(tm->tm_hour % 10, 20);
245 set(tm->tm_hour / 10, 24);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y47 * The offset of tm_year of struct tm returned by localtime, gmtime, etc.
741 struct tm *tm;
745 tm = TclpGetDate((TclpTime_t)&now, 0);
746 now += SECSPERDAY * ((DayNumber - tm->tm_wday + 7) % 7);
757 struct tm *tm;
762 tm = TclpGetDate((TclpTime_t)&now, 0);
769 tm->tm_year += MonthOrdinal;
770 if (tm
[all...]

Completed in 247 milliseconds

1234567891011>>