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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/opus/src/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);
/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);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl219 const GLenum SAMPLES = 0x80A9;

Completed in 124 milliseconds