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 75 s_selfHealTimer = g_time;
76 s_lockoutTimer = g_time;
94 s_lockoutTimer = g_time;
96 s_selfHealTimer = g_time;
134 decreaseCount = ((g_time - s_selfHealTimer) / 1000) / gp.recoveryTime;
159 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 554 // g_time
559 extern UINT64 g_time;
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
shared.rsh 29 static int64_t g_time;
32 g_time = rsUptimeMillis();
36 int64_t t = rsUptimeMillis() - g_time;
  /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
  /external/lz4/programs/
bench.c 90 if ((clock() - g_time > refreshRate) || (g_displayLevel>=4)) \
91 { g_time = clock(); DISPLAY(__VA_ARGS__); \
94 static clock_t g_time = 0; variable
lz4io.c 106 if (((clock_t)(g_time - clock()) > refreshRate) || (g_displayLevel>=4)) \
107 { g_time = clock(); DISPLAY(__VA_ARGS__); \
110 static clock_t g_time = 0; variable
    [all...]
  /device/google/contexthub/firmware/os/drivers/orientation/
orientation.c 450 uint64_t a_time, g_time, m_time; local
473 g_time = mTask.gyro_client_cnt > 0 ? mTask.samples[GYR][j].time
479 if (g_time <= a_time && g_time <= m_time) {
  /external/lz4/tests/
fuzzer.c 95 static clock_t g_time = 0; local
97 if ((FUZ_GetClockSpan(g_time) > g_refreshRate) || (g_displayLevel>=4)) {
98 g_time = clock();
    [all...]

Completed in 412 milliseconds