Searched refs:parallelization (Results 1 – 14 of 14) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-crypto-scrypt.js | 66 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/ |
| D | build-addons.mjs | 14 const parallelization = +process.env.JOBS || os.availableParallelism(); constant 65 await parallel(jobs, parallelization);
|
| /third_party/node/lib/internal/crypto/ |
| D | scrypt.js | 120 if (options.parallelization !== undefined) { 122 p = options.parallelization;
|
| /third_party/openssl/doc/man7/ |
| D | EVP_KDF-SCRYPT.pod | 22 used hash function and p is the parallelization factor. Both r and p need to be
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | README | 33 usually for the purpose of parallelization (which we're not interested in), and
|
| /third_party/openssl/test/ |
| D | README.ssltest.md | 50 64kB chunks (but limited by MaxFragmentSize and available parallelization, see
|
| /third_party/ffmpeg/doc/ |
| D | decoders.texi | 141 Internal parallelization depth, the higher the value the higher the latency.
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | BUILD.adoc | 125 Once you have the basic build working, an appropriate parallelization
|
| /third_party/python/Doc/library/ |
| D | hashlib.rst | 331 *n* is the CPU/Memory cost factor, *r* the block size, *p* parallelization
|
| D | unittest.rst | 2417 parallelization and they break test isolation. They should be used with care.
|
| /third_party/node/doc/api/ |
| D | crypto.md | 5161 description: The `cost`, `blockSize` and `parallelization` option names 5172 * `parallelization` {number} Parallelization parameter. **Default:** `1`. 5175 * `p` {number} Alias for `parallelization`. Only one of both may be specified. 5245 description: The `cost`, `blockSize` and `parallelization` option names 5256 * `parallelization` {number} Parallelization parameter. **Default:** `1`. 5259 * `p` {number} Alias for `parallelization`. Only one of both may be specified.
|
| /third_party/node/deps/corepack/dist/lib/ |
| D | corepack.cjs | 18382 paths = isWindows ? ["win32 parallelization disabled"] : paths.map((p) => {
|
| /third_party/python/Misc/ |
| D | HISTORY | 15962 (with a hardwired threshold of 2048 bytes), allowing better parallelization
|
| /third_party/libabigail/ |
| D | ChangeLog | 26192 Bug 19081 - abipkgdiff parallelization
|