Home
last modified time | relevance | path

Searched refs:SAMPLES (Results 1 – 6 of 6) sorted by relevance

/external/lisa/tools/scripts/
Dodroid_sampler.sh29 SAMPLES=$1
44 echo "Samping $SAMPLES time, every $PERIOD [s]:"
54 SAMPLES=$((SAMPLES-1))
55 [ $SAMPLES -eq 0 ] && break
/external/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp199 #define SAMPLES 50 in uprv_getSieveTime() macro
200 uint32_t samples = SAMPLES; in uprv_getSieveTime()
201 double times[SAMPLES]; in uprv_getSieveTime()
203 for(int i=0;i<SAMPLES;i++) { in uprv_getSieveTime()
206 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]); in uprv_getSieveTime()
/external/libopus/tests/
Dtest_opus_encode.c51 #define SAMPLES (48000*30) macro
52 #define SSAMPLES (SAMPLES/3)
218 inbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
219 outbuf=(short *)malloc(sizeof(short)*SAMPLES*2); in run_test1()
223 generate_music(inbuf,SAMPLES); in run_test1()
405 opus_int32 offset=i%(SAMPLES-MAX_FRAME_SAMP); in run_test1()
454 }while(i<SAMPLES*4); in run_test1()
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll7 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
16 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s
29 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
/external/icu/icu4c/source/
Dconfigure.ac1257 ICU_CONDITIONAL(SAMPLES, test "$samples" = true)
/external/libjpeg-turbo/
Dlibjpeg.txt195 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.