Searched defs:seeds (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java528 int iterations, int elements, int seeds) {
538 for (int seed = 1; seed < seeds; seed++) {
527 runLeastOfComparison( int iterations, int elements, int seeds) argument
/external/libvorbis/lib/
H A Dpsy.c451 static void seed_chase(float *seeds, int linesper, long n){ argument
461 ampstack[stack++]=seeds[i];
464 if(seeds[i]<ampstack[stack-1]){
466 ampstack[stack++]=seeds[i];
478 ampstack[stack++]=seeds[i];
499 seeds[pos]=ampstack[i];

Completed in 155 milliseconds