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

  /external/libmicrohttpd/src/testcurl/https/
test_https_get_parallel.c 140 unsigned int iseed = (unsigned int) time (NULL); local
141 srand (iseed);
test_https_get_parallel_threads.c 141 unsigned int iseed = (unsigned int) time (NULL); local
146 srand (iseed);
  /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());

Completed in 83 milliseconds