HomeSort by: relevance | last modified time | path
    Searched defs:nbRounds (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c 684 cdict_collection_t cdictionaries, unsigned nbRounds,
693 unsigned const total_time_ms = nbRounds * ms_per_round;
695 double *const speedPerRound = (double *)malloc(nbRounds * sizeof(double));
739 /* BMK_benchTimedFn may not run exactly nbRounds iterations */
795 unsigned nbRounds, int benchCompression,
893 cdictionaries, nbRounds, benchCompression, exeName,
909 cdictionaries, nbRounds, benchCompression, exeName,
1012 unsigned nbRounds = BENCH_TIME_DEFAULT_S;
1038 if (longCommandWArg(&argument, "-i")) { nbRounds = readU32FromChar(&argument); continue; }
1076 dictionary, blockSize, cLevel, nbDicts, nbBlocks, nbRounds,
    [all...]
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 4669 unsigned int const nbRounds = (unsigned int)len / 16;
4677 XXH_ASSERT(nbRounds >= 8);
4704 for (i=8 ; i < nbRounds; i++) {
4899 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m512i);
4908 for (i=0; i < nbRounds; ++i) {
5097 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / sizeof(__m128i);
5121 for (i=0; i < nbRounds; ++i) {
5694 { int const nbRounds = XXH_SECRET_DEFAULT_SIZE / 16;
5696 for (i=0; i < nbRounds; i++) {

Completed in 26 milliseconds