HomeSort by relevance Sort by last modified time
    Searched refs:now_ms (Results 1 - 13 of 13) 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();
  /gdk/samples/bitmap-plasma-llvm/jni/
plasmaLLVM.cpp 39 static double now_ms(void) function
293 s->lastTime = now_ms();
302 s->frameTime = now_ms();
308 double now = now_ms();
409 double start_jit = now_ms();
441 double start_run = now_ms();
443 double diff = now_ms()-start_run;
447 double start_run = now_ms();
449 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 670 #ifndef now_ms
673 now_ms(void) function
696 t0 = now_ms();
709 t0 = now_ms();
  /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/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 387 iTimer1 = now_ms();
392 iTimer2 = now_ms();
400 iTimer1 = now_ms();
412 iTimer2 = now_ms();
434 iTimer1 = now_ms();
442 iTimer2 = now_ms();
dbreg.h 572 now_ms(void) function
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 387 iTimer1 = now_ms();
392 iTimer2 = now_ms();
400 iTimer1 = now_ms();
412 iTimer2 = now_ms();
434 iTimer1 = now_ms();
442 iTimer2 = now_ms();
dbreg.h 572 now_ms(void) function
  /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();

Completed in 1599 milliseconds