Searched defs:cycles (Results 1 - 25 of 28) 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_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/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc253 int cycles = block_duration_ms_ / kPacketLossTimeUnitMs; local
258 for (int idx = 0; idx < cycles; idx ++) {
/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/fio/
H A Dgettime.c272 uint64_t avg, cycles[NR_TIME_ITERS]; local
275 cycles[0] = get_cycles_per_usec();
278 cycles[i] = get_cycles_per_usec();
279 delta = cycles[i] - mean;
282 S += delta * (cycles[i] - mean);
290 if (!cycles[0] && !cycles[NR_TIME_ITERS - 1])
297 double this = cycles[i];
309 dprint(FD_TIME, "cycles[%d]=%llu\n", i,
310 (unsigned long long) cycles[
[all...]
/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.c7940 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9160 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9160 u64 cycles; /* Total time spent executing this instruction */ member in struct:VdbeOp
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1104 milliseconds

12