OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previous_time
(Results
1 - 4
of
4
) sorted by null
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
main.cc
77
int32_t
previous_time
= 0;
local
84
error_reporter,
previous_time
, current_time, &how_many_new_slices);
89
previous_time
= current_time;
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp
90
static double
previous_time
= 0;
local
110
double elapsed_time = current_time -
previous_time
;
111
previous_time
= current_time;
/external/drrickorang/LoopbackApp/app/src/main/cpp/
sles.h
36
struct timespec
previous_time
;
member in struct:__anon20728
/external/mesa3d/src/glx/
dri2_glx.c
91
uint64_t
previous_time
;
member in struct:dri2_drawable
770
if (draw->
previous_time
+ interval * 1000000 <= current_time) {
771
if (draw->
previous_time
) {
774
(double)(current_time - draw->
previous_time
));
777
draw->
previous_time
= current_time;
[
all
...]
Completed in 707 milliseconds