HomeSort by relevance Sort by last modified time
    Searched refs:g_time (Results 1 - 16 of 16) sorted by null

  /external/tpm2/
ReadClock.c 16 out->currentTime.time = g_time;
DA.c 74 s_selfHealTimer = g_time;
75 s_lockoutTimer = g_time;
93 s_lockoutTimer = g_time;
95 s_selfHealTimer = g_time;
133 decreaseCount = ((g_time - s_selfHealTimer) / 1000) / gp.recoveryTime;
158 if(((g_time - s_lockoutTimer)/1000) >= gp.lockoutRecovery)
Time.c 35 g_time = 0;
117 g_time += elapsed;
200 timeInfo.time = g_time;
GetTime.c 54 timeInfo.attested.time.time.time = g_time;
Global.c 23 UINT64 g_time; variable
Global.h 548 // g_time
553 extern UINT64 g_time;
    [all...]
  /external/blktrace/btt/
trace_im.c 31 q_iop->g_time = g_iop->t.time;
52 if (q_iop->g_time != (__u64)-1)
53 update_g2i(q_iop, tdelta(q_iop->g_time, i_iop->t.time));
trace_queue.c 36 q_iop->i_time = q_iop->g_time = q_iop->i_time = q_iop->m_time =
inlines.h 216 static inline void update_q2g(struct io *iop, __u64 g_time)
218 UPDATE_AVGS(q2g, iop, iop->pip, g_time);
221 static inline void update_s2g(struct io *iop, __u64 g_time)
223 UPDATE_AVGS(s2g, iop, iop->pip, g_time);
226 static inline void unupdate_q2g(struct io *iop, __u64 g_time)
228 UNUPDATE_AVGS(q2g, iop, iop->pip, g_time);
trace_complete.c 40 if (iop->g_time != (__u64)-1)
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
globals.h 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member in struct:io
  /system/connectivity/shill/net/
shill_time.cc 36 base::LazyInstance<Time>::Leaky g_time = LAZY_INSTANCE_INITIALIZER; member in namespace:shill::__anon73023
45 return g_time.Pointer();
  /external/lz4/programs/
frametest.c 95 if ((FUZ_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
96 { g_time = FUZ_GetMilliStart(); DISPLAY(__VA_ARGS__); \
99 static U32 g_time = 0; variable
lz4io.c 117 if ((LZ4IO_GetMilliSpan(g_time) > refreshRate) || (displayLevel>=4)) \
118 { g_time = clock(); DISPLAY(__VA_ARGS__); \
121 static clock_t g_time = 0; variable
fuzzer.c 97 static U32 g_time = 0; variable
267 if ((FUZ_GetMilliSpan(g_time) > g_refreshRate) || (g_displayLevel>=3))
269 g_time = FUZ_GetMilliStart();
    [all...]
  /device/google/contexthub/firmware/src/drivers/orientation/
orientation.c 401 uint64_t a_time, g_time, m_time; local
413 g_time = mTask.gyro_client_cnt > 0 ? mTask.samples[GYR][j].time
419 if (g_time <= a_time && g_time <= m_time) {

Completed in 329 milliseconds