Home
last modified time | relevance | path

Searched refs:count (Results 1 – 3 of 3) sorted by relevance

/gdk/build/awk/
Dgen-windows-host-path.awk55 count = 0
60 count ++
61 host[count] = $1
62 cygwin[count] = $3
71 count1 = count
84 count++
85 host[count] = host[nn]
86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up
93 count++
94 host[count] = host[nn]
[all …]
/gdk/samples/bitmap-plasma-llvm/jni/
Dplasma.cpp335 int count; in stats_endFrame() local
340 for (count = s->numFrames; count > 0; count-- ) { in stats_endFrame()
412 static int count = 0; in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma() local
419 count = 0, time_sum = 0; in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
492 if (((count+1) % 30) == 0) in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
493 …: %.2lf , Run: %.2lf, Avg: %.2lf, count=%d", start_run-start_jit, diff, time_sum / count, count+1); in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
503 if (((count+1) % 30) == 0) in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
504 LOGI("GCC Time Run: %.2lf, Avg: %.2lf, count=%d", diff, time_sum / count, count+1); in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
507 count++; in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
511 return count * 1000.0 / time_sum; in Java_com_example_plasma_llvm_PlasmaView_nativeRenderPlasma()
/gdk/headers/include/sys/
Dlinux-unistd.h93 ssize_t sendfile (int out_fd, int in_fd, off_t *offset, size_t count);