HomeSort by relevance Sort by last modified time
    Searched defs:now_ms (Results 1 - 11 of 11) sorted by null

  /system/extras/tests/bionic/libc/common/
bench_stdio.c 46 now_ms(void) function
71 double time_ms = now_ms(); \
73 time_ms = now_ms() - time_ms; \
  /development/ndk/samples/hello-neon/jni/
helloneon.c 35 now_ms(void) function
99 t0 = now_ms();
106 t1 = now_ms();
134 t0 = now_ms();
141 t1 = now_ms();
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 37 static double now_ms(void) function
291 s->lastTime = now_ms();
300 s->frameTime = now_ms();
306 double now = now_ms();
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 42 static double now_ms(void) function
300 s->lastTime = now_ms();
309 s->frameTime = now_ms();
315 double now = now_ms();
  /gdk/samples/bitmap-plasma-llvm/jni/
plasma.cpp 282 static double now_ms(void) function
311 s->lastTime = now_ms();
320 s->frameTime = now_ms();
326 double now = now_ms();
445 double start_jit = now_ms();
489 double start_run = now_ms();
491 double diff = now_ms()-start_run;
500 double start_run = now_ms();
502 double diff = now_ms()-start_run;
  /packages/apps/Camera/jni/
feature_mos_jni.cpp 72 #ifndef now_ms
74 now_ms(void) function
100 t0 = now_ms();
115 t1 = now_ms();
196 t0 = now_ms();
199 t1 = now_ms();
368 t0 = now_ms();
420 t0 = now_ms();
435 t0 = now_ms();
527 t0 = now_ms();
    [all...]
mosaic_renderer_jni.cpp 676 #ifndef now_ms
679 now_ms(void) function
702 t0 = now_ms();
715 t0 = now_ms();
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h 572 now_ms(void) function
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 72 #ifndef now_ms
74 now_ms(void) function
100 t0 = now_ms();
115 t1 = now_ms();
196 t0 = now_ms();
199 t1 = now_ms();
368 t0 = now_ms();
420 t0 = now_ms();
435 t0 = now_ms();
527 t0 = now_ms();
    [all...]
mosaic_renderer_jni.cpp 639 #ifndef now_ms
642 now_ms(void) function
665 t0 = now_ms();
678 t0 = now_ms();
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.h 572 now_ms(void) function

Completed in 146 milliseconds