Searched refs:m_time (Results 1 - 14 of 14) sorted by relevance
/external/skia/src/core/ |
H A D | SkTime.cpp | 52 time_t m_time; local 53 time(&m_time); 55 tstruct = gmtime(&m_time);
|
/external/blktrace/btt/ |
H A D | trace_queue.c | 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
|
H A D | trace_issue.c | 45 else if (q_iop->m_time != (__u64)-1) 46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time));
|
H A D | trace_complete.c | 44 if (iop->m_time != (__u64)-1) 45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
|
H A D | inlines.h | 241 static inline void update_q2m(struct io *iop, __u64 m_time) argument 243 UPDATE_AVGS(q2m, iop, iop->pip, m_time); 246 static inline void unupdate_q2m(struct io *iop, __u64 m_time) argument 248 UNUPDATE_AVGS(q2m, iop, iop->pip, m_time);
|
H A D | trace_im.c | 65 q_iop->m_time = m_iop->t.time;
|
H A D | iostat.c | 273 else if (q_iop->m_time != (__u64)-1) 274 ADD_STAT(c_iop->dip, wait, tdelta(q_iop->m_time,c_iop->t.time));
|
H A D | globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
|
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
H A D | simple_water.vert | 8 uniform float m_time; 79 vec4 t1 = vec4(0.0, -m_time, 0.0,0.0); 80 vec4 t2 = vec4(0.0, m_time, 0.0,0.0);
|
/external/deqp/framework/common/ |
H A D | tcuThreadUtil.hpp | 116 Message (deUint64 time, const char* message) : m_time(time), m_message(message) {} 118 deUint64 getTime (void) const { return m_time; } 124 deUint64 m_time; member in class:tcu::ThreadUtil::Message
|
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.h | 186 return m_time; 216 lldb_private::TimeValue m_time; member in class:ObjectContainerBSDArchive::Archive
|
H A D | ObjectContainerBSDArchive.cpp | 114 m_time (time),
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 1058 UINT32 m_time; local 1065 m_time = s_time/60; 1066 h_time = m_time/60; 1069 s_time -= m_time*60; 1070 m_time -= h_time*60; 1075 *p_out++ = (INT8)((m_time / 10) + '0'); 1076 *p_out++ = (INT8)((m_time % 10) + '0');
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 1035 UINT32 m_time; local 1042 m_time = s_time/60; 1043 h_time = m_time/60; 1046 s_time -= m_time*60; 1047 m_time -= h_time*60; 1052 *p_out++ = (INT8)((m_time / 10) + '0'); 1053 *p_out++ = (INT8)((m_time % 10) + '0');
|
Completed in 178 milliseconds