Searched refs:SAMPLES (Results 1 – 8 of 8) sorted by relevance
7 SAMPLES=10018 out/Release/nanobench $@ --samples $SAMPLES -v 2> $CLEAN.log24 out/Release/nanobench $@ --samples $SAMPLES -v 2> $BRANCH.log
7 SAMPLES=10018 …ench $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $CLEAN.log24 …nch $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $BRANCH.log
195 #define SAMPLES 50 in uprv_getSieveTime() macro196 uint32_t samples = SAMPLES; in uprv_getSieveTime()197 double times[SAMPLES]; in uprv_getSieveTime()199 for(int i=0;i<SAMPLES;i++) { in uprv_getSieveTime()202 printf("sieve: %d/%d: %.9f\n", i,SAMPLES, times[i]); in uprv_getSieveTime()
51 #define SAMPLES (48000*30) macro52 #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()
7 …ofile -sample-profile-file=%S/Inputs/bad_samples.prof 2>&1 | FileCheck -check-prefix=BAD-SAMPLES %s20 ; BAD-SAMPLES: error: {{.*}}bad_samples.prof:2: Expected 'NUM[.NUM]: NUM[ mangled_name:NUM]*', foun…
578 SAMPLES = 0x80A9, enumerator
1245 ICU_CONDITIONAL(SAMPLES, test "$samples" = true)
195 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.