HomeSort by relevance Sort by last modified time
    Searched refs:iseed (Results 1 - 7 of 7) sorted by null

  /external/libopus/tests/
test_opus_common.h 63 static opus_uint32 iseed; variable
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
test_opus_padding.c 83 iseed = 0;
test_opus_encode.c 101 snprintf(name,255,"test_opus_encode.%llu.%d.bit",(unsigned long long)iseed,save_ctr);
487 if(_argc>1)iseed=atoi(_argv[1]);
490 iseed=atoi(env_seed);
493 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
494 Rw=Rz=iseed;
498 fprintf(stderr,"Testing %s encoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_decode.c 433 if(_argc>1)iseed=atoi(_argv[1]);
436 iseed=atoi(env_seed);
439 else iseed=(opus_uint32)time(NULL)^((getpid()&65535)<<16);
440 Rw=Rz=iseed;
444 fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_api.c     [all...]
  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel_threads.c 141 unsigned int iseed = (unsigned int) time (NULL); local
146 srand (iseed);
test_https_get_parallel.c 140 unsigned int iseed = (unsigned int) time (NULL); local
141 srand (iseed);

Completed in 212 milliseconds