HomeSort by relevance Sort by last modified time
    Searched refs:iseed (Results 1 - 8 of 8) 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_decode.c 440 if(_argc>1)iseed=atoi(_argv[1]);
443 iseed=atoi(env_seed);
446 else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16);
447 Rw=Rz=iseed;
451 fprintf(stderr,"Testing %s decoder. Random seed: %u (%.4X)\n", oversion, iseed, fast_rand() % 65535);
test_opus_encode.c 101 snprintf(name,255,"test_opus_encode.%llu.%d.bit",(unsigned long long)iseed,save_ctr);
648 iseed=strtol(_argv[1], &strtol_str, 10); /* the first input argument might be the seed */
649 if(strtol_str!=NULL && strtol_str[0]=='\0') /* iseed is a valid number */
652 iseed=atoi(env_seed);
655 else iseed=(opus_uint32)time(NULL)^(((opus_uint32)getpid()&65535)<<16);
656 Rw=Rz=iseed;
681 fprintf(stderr,"Testing %s encoder. 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);
  /external/eigen/Eigen/src/misc/
lapacke.h     [all...]

Completed in 500 milliseconds