Searched refs:m_time (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/core/
H A DSkTime.cpp51 time_t m_time; local
52 time(&m_time);
54 gmtime_r(&m_time, &tstruct);
/external/blktrace/btt/
H A Dtrace_queue.c36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
H A Dtrace_issue.c45 else if (q_iop->m_time != (__u64)-1)
46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time));
H A Dtrace_complete.c44 if (iop->m_time != (__u64)-1)
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
H A Dinlines.h241 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 Dtrace_im.c65 q_iop->m_time = m_iop->t.time;
H A Diostat.c273 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 Dglobals.h157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp116 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/syslinux/core/fs/ufs/
H A Dufs.h161 uint32_t m_time; // Modified time member in struct:ufs1_inode
189 uint64_t m_time; // Modified time member in struct:ufs2_inode
H A Dufs.c215 inode->mtime = ufs_inode->m_time;
250 inode->mtime = ufs_inode->m_time;

Completed in 203 milliseconds