Searched refs:tm (Results 26 - 50 of 545) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUConvertToISA.cpp30 AMDGPUConvertToISAPass(TargetMachine &tm) : argument
31 MachineFunctionPass(ID), TM(tm) { }
43 FunctionPass *llvm::createAMDGPUConvertToISAPass(TargetMachine &tm) { argument
44 return new AMDGPUConvertToISAPass(tm);
H A DAMDGPURegisterInfo.cpp19 AMDGPURegisterInfo::AMDGPURegisterInfo(TargetMachine &tm, argument
22 TM(tm),
/external/openssl/crypto/asn1/
H A Da_utctm.c196 struct tm *ts;
197 struct tm data;
245 struct tm *tm; local
246 struct tm data;
263 tm = OPENSSL_gmtime(&t, &data);
269 return_cmp(year, tm->tm_year);
270 return_cmp(g2(s->data+2) - 1, tm->tm_mon);
271 return_cmp(g2(s->data+4), tm->tm_mday);
272 return_cmp(g2(s->data+6), tm
[all...]
/external/skia/src/effects/gradients/
H A DSkTwoPointConicalGradient_gpu.h22 SkShader::TileMode tm, const SkMatrix* localMatrix);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPURegisterInfo.cpp19 AMDGPURegisterInfo::AMDGPURegisterInfo(TargetMachine &tm, argument
22 TM(tm),
H A DSIInstrInfo.cpp25 SIInstrInfo::SIInstrInfo(AMDGPUTargetMachine &tm) argument
26 : AMDGPUInstrInfo(tm),
27 RI(tm, *this),
28 TM(tm)
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_linux-inl.h87 struct timespec tm; local
88 tm.tv_sec = 0;
91 tm.tv_nsec = base::internal::SuggestedDelayNS(loop);
97 value, reinterpret_cast<struct kernel_timespec *>(&tm));
99 tm.tv_nsec = 2000001; // above 2ms so linux 2.4 doesn't spin
100 nanosleep(&tm, NULL);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Ddes_opts.c410 tm[index]=Time_F(STOP); \
411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
412 tm[index]=((double)COUNT(cb))/tm[index];
416 tm[index]*8,1.0e6/tm[index]);
426 double d,tm[16],max=0; local
436 tm[i]=0.0;
506 max=tm[0];
510 if (max < tm[
[all...]
/external/openssl/crypto/des/
H A Ddes_opts.c410 tm[index]=Time_F(STOP); \
411 fprintf(stderr,"%ld %s's in %.2f second\n",count,name,tm[index]); \
412 tm[index]=((double)COUNT(cb))/tm[index];
416 tm[index]*8,1.0e6/tm[index]);
426 double d,tm[16],max=0; local
436 tm[i]=0.0;
506 max=tm[0];
510 if (max < tm[
[all...]
/external/fio/
H A Dtickmarks.c42 static void shorten(struct tickmark *tm, int nticks, int *power_of_ten, argument
51 str = tm[i].string;
82 str = tm[i].string;
90 int calc_tickmarks(double min, double max, int nticks, struct tickmark **tm, argument
109 *tm = malloc(sizeof(**tm) * count);
113 (*tm)[i].value = x;
114 sprintf((*tm)[i].string, str, x);
117 shorten(*tm, i, power_of_ten, use_KMG_symbols, base_offset);
127 struct tickmark *tm
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509cset.c84 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
90 if (in != tm)
92 in=M_ASN1_TIME_dup(tm);
102 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
108 if (in != tm)
110 in=M_ASN1_TIME_dup(tm);
136 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) argument
142 if (in != tm)
144 in=M_ASN1_TIME_dup(tm);
/external/ipsec-tools/src/racoon/
H A Dbackupsa.c86 static char *str2tmx __P((char *, struct tm *));
97 struct tm *tm; local
107 tm = localtime(&t);
108 l = strftime(p, len, format, tm);
201 struct tm tm; local
228 memset(&tm, 0, sizeof(tm));
229 p = str2tmx(buf, &tm);
364 str2tmx(char *p, struct tm *tm) argument
452 struct tm tm; local
[all...]
/external/openssl/crypto/x509/
H A Dx509cset.c84 int X509_CRL_set_lastUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
90 if (in != tm)
92 in=M_ASN1_TIME_dup(tm);
102 int X509_CRL_set_nextUpdate(X509_CRL *x, const ASN1_TIME *tm) argument
108 if (in != tm)
110 in=M_ASN1_TIME_dup(tm);
136 int X509_REVOKED_set_revocationDate(X509_REVOKED *x, ASN1_TIME *tm) argument
142 if (in != tm)
144 in=M_ASN1_TIME_dup(tm);
/external/bison/darwin-lib/
H A Dtime.h444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
462 struct tm *restrict __result)
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
465 struct tm *restrict __result));
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
469 struct tm *restrict __result)
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_
[all...]
/external/bison/linux-lib/
H A Dtime.h444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
447 _GL_CXXALIAS_SYS (mktime, time_t, (struct tm *__tp));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
462 struct tm *restrict __result)
464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
465 struct tm *restrict __result));
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
469 struct tm *restrict __result)
472 _GL_CXXALIAS_SYS (localtime_r, struct tm *, (time_
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/
H A Do_time.c81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
83 struct tm *ts = NULL;
95 memcpy(result, ts, sizeof(struct tm));
201 /* Fill in the struct tm with the result */
228 /* Take a tm structure and add an offset to it. This avoids any OS issues
238 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) argument
249 offset_hms += tm->tm_hour * 3600 + tm
[all...]
/external/openssl/crypto/
H A Do_time.c81 struct tm *OPENSSL_gmtime(const time_t *timer, struct tm *result)
83 struct tm *ts = NULL;
95 memcpy(result, ts, sizeof(struct tm));
201 /* Fill in the struct tm with the result */
228 /* Take a tm structure and add an offset to it. This avoids any OS issues
238 int OPENSSL_gmtime_adj(struct tm *tm, int off_day, long offset_sec) argument
249 offset_hms += tm->tm_hour * 3600 + tm
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c64 struct tm tm, *tm1; local
73 memset(&tm, 0, sizeof(tm));
74 tm.tm_year = year - 1900;
75 tm.tm_mon = month - 1;
76 tm.tm_mday = day;
77 tm.tm_hour = hour;
78 tm.tm_min = min;
79 tm
101 os_gmtime(os_time_t t, struct os_tm *tm) argument
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h56 struct tm;
134 extern time_t mktime(struct tm *);
135 extern size_t strftime(char *, size_t, const char *, const struct tm *);
139 extern time_t timegm(struct tm *);
140 extern struct tm *localtime(const time_t *);
141 extern struct tm *gmtime(const time_t *);
/external/llvm/lib/Support/Windows/
H A DTimeValue.inc38 struct tm *LT;
46 struct tm Storage;
/external/tcpdump/
H A Dgmt2local.c49 register struct tm *gmt, *loc;
50 struct tm sgmt;
/external/chromium_org/base/
H A Dos_compat_android.h19 extern "C" time_t timegm(struct tm* const t);
/external/chromium_org/third_party/skia/src/animator/
H A DSkTime.cpp46 tm syst;
47 time_t tm; local
49 time(&tm);
50 localtime_r(&tm, &syst);

Completed in 1429 milliseconds

1234567891011>>