Searched refs:SAMPLES (Results 1 - 4 of 4) sorted by relevance

/external/skia/bin/
H A Dc7 SAMPLES=100
18 out/Release/nanobench $@ --samples $SAMPLES -v 2> $CLEAN.log
24 out/Release/nanobench $@ --samples $SAMPLES -v 2> $BRANCH.log
H A Dac7 SAMPLES=100
18 platform_tools/android/bin/android_run_skia -t Release nanobench $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $CLEAN.log
24 platform_tools/android/bin/android_run_skia -t Release nanobench $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $BRANCH.log
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A Dsieve.cpp195 #define SAMPLES 50 macro
196 uint32_t samples = SAMPLES;
197 double times[SAMPLES];
199 for(int i=0;i<SAMPLES;i++) {
202 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]);
/external/libopus/tests/
H A Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
218 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
219 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2);
223 generate_music(inbuf,SAMPLES);
227 fwrite(inbuf, 1, SAMPLES*2*2, foo);
405 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP);
454 }while(i<SAMPLES*4);

Completed in 186 milliseconds