HomeSort by: relevance | last modified time | path
    Searched refs:sstrsep (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 4898 static char *sstrsep(char **string, const char *delim) function
5005 if (strtoint(sstrsep(&p, sep), 0, ALGOR_NUM, &alg)) {
5006 sstrsep(&p, sep);
5008 results[alg][j] += atof(sstrsep(&p, sep));
5011 tk = sstrsep(&p, sep);
5013 sstrsep(&p, sep);
5015 d = atof(sstrsep(&p, sep));
5018 d = atof(sstrsep(&p, sep));
5021 d = atof(sstrsep(&p, sep));
5024 d = atof(sstrsep(&p, sep))
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 3633 static char *sstrsep(char **string, const char *delim) function
3723 alg = atoi(sstrsep(&p, sep));
3724 sstrsep(&p, sep);
3726 results[alg][j] += atof(sstrsep(&p, sep));
3732 k = atoi(sstrsep(&p, sep));
3733 sstrsep(&p, sep);
3735 d = atof(sstrsep(&p, sep));
3738 d = atof(sstrsep(&p, sep));
3745 k = atoi(sstrsep(&p, sep));
3746 sstrsep(&p, sep)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 3441 static char *sstrsep(char **string, const char *delim) function
3526 alg = atoi(sstrsep(&p, sep));
3527 sstrsep(&p, sep);
3529 results[alg][j] += atof(sstrsep(&p, sep));
3535 k = atoi(sstrsep(&p, sep));
3536 sstrsep(&p, sep);
3538 d = atof(sstrsep(&p, sep));
3541 d = atof(sstrsep(&p, sep));
3550 k = atoi(sstrsep(&p, sep));
3551 sstrsep(&p, sep)
    [all...]

Completed in 29 milliseconds