Searched refs:tms (Results 1 - 25 of 25) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtimes.h6 struct tms { struct
/external/chromium/base/
H A Dtime_unittest.cc20 struct tm tms; local
22 localtime_s(&tms, &now_t_1);
24 localtime_r(&now_t_1, &tms);
33 EXPECT_EQ(tms.tm_year + 1900, exploded.year);
34 EXPECT_EQ(tms.tm_mon + 1, exploded.month);
35 EXPECT_EQ(tms.tm_mday, exploded.day_of_month);
36 EXPECT_EQ(tms.tm_hour, exploded.hour);
37 EXPECT_EQ(tms.tm_min, exploded.minute);
38 EXPECT_EQ(tms.tm_sec, exploded.second);
/external/bison/lib/
H A Dtimevar.c56 struct tms struct
69 extern clock_t times (struct tms *);
212 struct tms tms; local
213 now->wall = times (&tms) * ticks_to_msec;
215 now->user = tms.tms_utime * ticks_to_msec;
216 now->sys = tms.tms_stime * ticks_to_msec;
218 now->user = (tms.tms_utime + tms.tms_cutime) * ticks_to_msec;
219 now->sys = (tms
[all...]
/external/libnfc-nci/src/nfc/int/
H A Dtags_int.h44 UINT8 tms; member in struct:__anon8519
58 UINT8 tms; member in struct:__anon8520
/external/apache-http/src/org/apache/http/protocol/
H A DHttpRequestExecutor.java215 int tms = request.getParams().getIntParameter(
218 if (conn.isResponseAvailable(tms)) {
/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c62 static tNFC_STATUS rw_t2t_set_cc (UINT8 tms);
1823 UINT16 tms = 0; local
1828 tms = (UINT16) (LchunkSize * Num_LChuncks);
1830 tms += (T2T_STATIC_SIZE - T2T_HEADER_SIZE);
1832 tms /= 0x08;
1834 return (UINT8) tms;
1962 UINT8 tms; local
1988 tms = rw_t2t_get_tag_size (p_data);
1992 tms = p_ret->tms;
2633 rw_t2t_set_cc(UINT8 tms) argument
2679 UINT8 tms; local
[all...]
H A Drw_t1t_ndef.c1812 p_t1t->max_ndef_msg_len = ((p_ret->tms +1)* T1T_BLOCK_SIZE) - T1T_OTP_LOCK_RES_BYTES - T1T_UID_LEN - T1T_ADD_LEN - T1T_CC_LEN - T1T_TLV_TYPE_LEN - T1T_SHORT_NDEF_LEN_FIELD_LEN;
2340 UINT8_TO_BE_STREAM (p, p_ret->tms);
/external/openssl/crypto/bn/
H A Dbnspeed.c86 /* Depending on the VMS version, the tms structure is perhaps defined.
132 static struct tms tstart,tend;
H A Dexpspeed.c112 /* Depending on the VMS version, the tms structure is perhaps defined.
158 static struct tms tstart,tend;
/external/openssl/crypto/rc2/
H A Drc2speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/openssl/crypto/rc4/
H A Drc4speed.c84 /* Depending on the VMS version, the tms structure is perhaps defined.
142 static struct tms tstart,tend;
/external/mksh/src/
H A Dmisc.c1983 struct tms tms; local
1986 if (/* ru == NULL || */ times(&tms) == (clock_t)-1)
1991 u = tms.tms_utime;
1992 s = tms.tms_stime;
1995 u = tms.tms_cutime;
1996 s = tms.tms_cstime;
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLContext1Test.java369 TrustManager[] tms = tmf.getTrustManagers();
371 sslC[i].init(kms, tms, new SecureRandom());
/external/skia/src/core/
H A DSkDraw.cpp1772 TextMapState tms(*matrix, constY);
1773 TextMapState::Proc tmsProc = tms.pickProc(scalarsPerPosition);
1782 tmsProc(tms, pos);
1785 SkFixed fx = SkScalarToFixed(tms.fLoc.fX);
1786 SkFixed fy = SkScalarToFixed(tms.fLoc.fY);
1788 SkFixed fx = SkScalarToFixed(tms.fLoc.fX) + (SK_FixedHalf >> SkGlyph::kSubBits);
1789 SkFixed fy = SkScalarToFixed(tms.fLoc.fY) + (SK_FixedHalf >> SkGlyph::kSubBits);
1820 tmsProc(tms, pos);
1824 alignProc(tms.fLoc, *glyph, &fixedLoc);
1853 tmsProc(tms, po
[all...]
/external/openssl/crypto/des/
H A Dspeed.c85 /* Depending on the VMS version, the tms structure is perhaps defined.
147 static struct tms tstart,tend;
H A Ddes_opts.c87 /* Depending on the VMS version, the tms structure is perhaps defined.
364 static struct tms tstart,tend;
/external/dnsmasq/src/
H A Dutil.c308 struct tms dummy;
/external/strace/
H A Dresource.c457 struct tms tbuf;
/external/kernel-headers/original/asm-x86/
H A Dvoyager.h432 __u8 tms; member in struct:voyager_psi_regs
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c2523 PRE_REG_READ1(long, "times", struct tms *, buffer);
2524 PRE_MEM_WRITE("times(buf)", ARG1, sizeof(struct tms) );
2528 POST_MEM_WRITE( ARG1, sizeof(struct tms) );
H A Dsyswrap-generic.c4044 PRE_REG_READ1(long, "times", struct tms *, buf);
/external/icu4c/common/
H A Dtriedict.cpp1025 struct tms timing;
1026 struct tms previous;
/external/srec/srec/EventLog/src/
H A DEventLogImpl.c85 struct tms timeBuf;
/external/valgrind/main/include/vki/
H A Dvki-darwin.h716 #define vki_tms tms
/external/openssl/apps/
H A Dapps.c2951 struct tms rus;
2979 struct tms rus;

Completed in 1176 milliseconds