Home
last modified time | relevance | path

Searched refs:parallelization (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/parallel/
Dtest-crypto-scrypt.js66 parallelization: 1, property
77 parallelization: 16, property
88 parallelization: 1, property
101 { p: 1, parallelization: 1 }, // Both p and parallelization property
/third_party/node/tools/
Dbuild-addons.mjs14 const parallelization = +process.env.JOBS || os.availableParallelism(); constant
63 await parallel(jobs, parallelization);
/third_party/node/lib/internal/crypto/
Dscrypt.js120 if (options.parallelization !== undefined) {
122 p = options.parallelization;
/third_party/openssl/doc/man7/
DEVP_KDF-SCRYPT.pod22 used hash function and p is the parallelization factor. Both r and p need to be
/third_party/mesa3d/src/compiler/nir/
DREADME33 usually for the purpose of parallelization (which we're not interested in), and
/third_party/openssl/test/
DREADME.ssltest.md50 64kB chunks (but limited by MaxFragmentSize and available parallelization, see
/third_party/vk-gl-cts/external/vulkan-docs/src/
DBUILD.adoc115 Once you have the basic build working, an appropriate parallelization
/third_party/python/Doc/library/
Dhashlib.rst287 *n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization
Dunittest.rst2354 parallelization and they break test isolation. They should be used with care.
/third_party/node/doc/api/
Dcrypto.md5149 description: The `cost`, `blockSize` and `parallelization` option names
5160 * `parallelization` {number} Parallelization parameter. **Default:** `1`.
5163 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
5233 description: The `cost`, `blockSize` and `parallelization` option names
5244 * `parallelization` {number} Parallelization parameter. **Default:** `1`.
5247 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs35265 paths = isWindows ? ["win32 parallelization disabled"] : paths.map((p) => {
/third_party/python/Misc/
DHISTORY15962 (with a hardwired threshold of 2048 bytes), allowing better parallelization
/third_party/libabigail/
DChangeLog26192 Bug 19081 - abipkgdiff parallelization