Searched refs:step (Results 1 - 3 of 3) sorted by relevance

/system/extras/tests/icachetest/
H A Dicache_main.c4 extern void icache_test(long count, long step);
15 long step = 32; local
16 for (i=0 ; step<=2048 ; i++, step+=32)
20 icache_test(0x800000L, step);
23 printf("%6ld\t%lld\n", step*32, t);
/system/media/mca/filterfw/java/android/filterfw/core/
H A DSyncRunner.java89 public int step() { method in class:SyncRunner
208 if (mLogVerbose) Log.v(TAG, "Performing one step.");
224 throw new RuntimeException("Calling step on scheduler with no graph in place!");
/system/core/libpixelflinger/
H A Dscanline.cpp1091 void step(void) { function in struct:android::ditherer
1156 di.step();
1266 di.step();

Completed in 64 milliseconds