Searched defs:cycles (Results 1 - 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DLeftRecursionCyclesMessage.java35 * cycles found by walking rules without decisions; the other msg is
39 public Collection cycles; field in class:LeftRecursionCyclesMessage
41 public LeftRecursionCyclesMessage(Collection cycles) { argument
43 this.cycles = cycles;
48 st.add("listOfCycles", cycles);
H A DErrorManager.java686 // TODO: we can remove I think. All detected now with cycles check.
699 public static void leftRecursionCycles(Collection cycles) { argument
701 Message msg = new LeftRecursionCyclesMessage(cycles);
/external/chromium/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.cc39 void HoverControllerGtk::StartThrobbing(int cycles) { argument
40 throb_animation_.StartThrobbing(cycles);
/external/chromium_org/chrome/browser/ui/gtk/
H A Dhover_controller_gtk.cc40 void HoverControllerGtk::StartThrobbing(int cycles) { argument
41 throb_animation_.StartThrobbing(cycles);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_debug_xform.c48 /* Overhead of profiling counter in cycles. Automatically adjusted to
169 int mtype, unsigned long *cycles )
179 (void) cycles;
246 BEGIN_RACE( *cycles );
248 END_RACE( *cycles );
295 printf("counter overhead: %lu cycles\n\n", counter_overhead );
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); local
316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) {
H A Dm_debug_clip.c230 int psize, long *cycles )
241 (void) cycles;
282 BEGIN_RACE( *cycles );
284 END_RACE( *cycles );
365 printf( "counter overhead: %ld cycles\n\n", counter_overhead );
384 long *cycles = &(benchmark_tab[np][psize-1]); local
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles )
209 (void) cycles;
285 BEGIN_RACE( *cycles );
287 END_RACE( *cycles );
349 printf( "counter overhead: %ld cycles\n\n", counter_overhead );
359 long *cycles = &benchmark_tab[mtype]; local
361 if ( test_norm_function( func, mtype, cycles ) == 0 ) {
/external/chromium_org/third_party/smhasher/src/
H A DSpeedTest.cpp220 double cycles = SpeedTest(hash,seed,trials,blocksize,align); local
222 double bestbpc = double(blocksize)/cycles;
237 double cycles = SpeedTest(hash,seed,trials,keysize,0); local
239 printf("%8.2f cycles/hash\n",cycles);
H A Dmain.cpp160 double cycles; local
162 TinySpeedTest(hashfunc<hashtype>(info->hash),sizeof(hashtype),i,info->verification,true,cycles); local
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c48 /* Overhead of profiling counter in cycles. Automatically adjusted to
169 int mtype, unsigned long *cycles )
179 (void) cycles;
246 BEGIN_RACE( *cycles );
248 END_RACE( *cycles );
295 printf("counter overhead: %lu cycles\n\n", counter_overhead );
314 unsigned long *cycles = &(benchmark_tab[psize-1][mtype]); local
316 if ( test_transform_function( func, psize, mtype, cycles ) == 0 ) {
H A Dm_debug_clip.c230 int psize, long *cycles )
241 (void) cycles;
282 BEGIN_RACE( *cycles );
284 END_RACE( *cycles );
365 printf( "counter overhead: %ld cycles\n\n", counter_overhead );
384 long *cycles = &(benchmark_tab[np][psize-1]); local
386 if ( test_cliptest_function( func, np, psize, cycles ) == 0 ) {
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles )
209 (void) cycles;
285 BEGIN_RACE( *cycles );
287 END_RACE( *cycles );
349 printf( "counter overhead: %ld cycles\n\n", counter_overhead );
359 long *cycles = &benchmark_tab[mtype]; local
361 if ( test_norm_function( func, mtype, cycles ) == 0 ) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c66 double cycles,
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length));
163 int64_t cycles[LP_TEST_NUM_SAMPLES]; local
246 cycles[i] = end_counter - start_counter;
299 sum += cycles[i];
300 sum2 += cycles[i]*cycles[i];
309 if(fabs(cycles[i] - avg) <= 4.0*std) {
310 sum += cycles[i];
63 write_tsv_row(FILE *fp, struct lp_type src_type, struct lp_type dst_type, double cycles, boolean success) argument
H A Dlp_test_blend.c85 double cycles,
91 fprintf(fp, "%.1f\t", cycles / type.length);
96 fprintf(fp, "%.1f\t", cycles / (4 * type.length));
470 int64_t cycles[LP_TEST_NUM_SAMPLES]; local
523 cycles[i] = end_counter - start_counter;
603 cycles[i] = end_counter - start_counter;
660 sum += cycles[i];
661 sum2 += cycles[i]*cycles[i];
670 if(fabs(cycles[
81 write_tsv_row(FILE *fp, const struct pipe_blend_state *blend, enum vector_mode mode, struct lp_type type, double cycles, boolean success) argument
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h70 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_conv.c66 double cycles,
71 fprintf(fp, "%.1f\t", cycles / MAX2(src_type.length, dst_type.length));
163 int64_t cycles[LP_TEST_NUM_SAMPLES]; local
246 cycles[i] = end_counter - start_counter;
299 sum += cycles[i];
300 sum2 += cycles[i]*cycles[i];
309 if(fabs(cycles[i] - avg) <= 4.0*std) {
310 sum += cycles[i];
63 write_tsv_row(FILE *fp, struct lp_type src_type, struct lp_type dst_type, double cycles, boolean success) argument
H A Dlp_test_blend.c85 double cycles,
91 fprintf(fp, "%.1f\t", cycles / type.length);
96 fprintf(fp, "%.1f\t", cycles / (4 * type.length));
470 int64_t cycles[LP_TEST_NUM_SAMPLES]; local
523 cycles[i] = end_counter - start_counter;
603 cycles[i] = end_counter - start_counter;
660 sum += cycles[i];
661 sum2 += cycles[i]*cycles[i];
670 if(fabs(cycles[
81 write_tsv_row(FILE *fp, const struct pipe_blend_state *blend, enum vector_mode mode, struct lp_type type, double cycles, boolean success) argument
[all...]
/external/zlib/src/examples/
H A Dgzappend.c126 unsigned cycles; local
153 /* otherwise do rotate as a set of cycles in place */
154 cycles = gcd(len, rot); /* number of cycles */
156 start = from = list + cycles; /* start index is arbitrary */
166 } while (--cycles);
/external/chromium_org/base/test/
H A Dtest_launcher.cc432 int cycles = 1; local
434 StringToInt(command_line->GetSwitchValueASCII(kGTestRepeatFlag), &cycles);
437 while (cycles != 0) {
444 if (cycles != -1)
445 cycles--;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7955 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8490 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8490 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]

Completed in 1070 milliseconds

12