Home
last modified time | relevance | path

Searched defs:nbThreads (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/zstd/examples/
H A Dstreaming_compression.c19 int nbThreads) in compressFile_orDie()
126 int nbThreads = 1; in main() local
H A Dstreaming_compression_thread_pool.c31 const int nbThreads = 16; in compressFile_orDie() local
/aosp_15_r20/external/zstd/contrib/seekable_format/examples/
H A Dparallel_processing.c138 static void sumFile_orDie(const char* fname, int nbThreads) in sumFile_orDie()
189 int const nbThreads = atoi(argv[2]); in main() local
H A Dparallel_compression.c122 …ssFile_orDie(const char* fname, const char* outName, int cLevel, unsigned frameSize, int nbThreads) in compressFile_orDie()
207 int const nbThreads = atoi(argv[3]); in main() local
/aosp_15_r20/external/zstd/lib/
H A Dzdict.h309 …unsigned nbThreads; /* Number of threads : constraint: 0 < nbThreads : 1 means single-thr… member
321 …unsigned nbThreads; /* Number of threads : constraint: 0 < nbThreads : 1 means single-thr… member
/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DParallelizer.h63 inline int nbThreads() in nbThreads() function
/aosp_15_r20/external/lz4/programs/
H A Dthreadpool.c263 TPool* TPool_create(int nbThreads, int queueSize) in TPool_create()
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dfastcover.c627 const unsigned nbThreads = parameters->nbThreads; in ZDICT_optimizeTrainFromBuffer_fastCover() local
H A Dcover.c1132 const unsigned nbThreads = parameters->nbThreads; in ZDICT_optimizeTrainFromBuffer_cover() local
/aosp_15_r20/external/zstd/tests/
H A Dfuzzer.c240 { int nbThreads; in FUZ_mallocTests_internal() local
258 { int nbThreads; in FUZ_mallocTests_internal() local
384 size_t nbThreads = 1; in threadPoolTests() local
H A Dzstreamtest.c2986 int const nbThreads = MIN(nbThreadsAdjusted, nbThreadsMax); in fuzzerTests_newAPI() local
/aosp_15_r20/external/zstd/programs/
H A Dzstdcli.c768 unsigned nbThreads; in init_nbThreads() local