HomeSort by: relevance | last modified time | path
    Searched defs:lanes (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2i.c 19 unsigned int lanes; member in struct:__anon6527
116 unsigned int lanes; member in struct:__anon6528
pwhash_argon2id.c 19 unsigned int lanes; member in struct:__anon6530
116 unsigned int lanes; member in struct:__anon6531
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
genkat.c 37 printf("Memory: %u KiB, Iterations: %u, Parallelism: %u lanes, Tag "
39 context->m_cost, context->t_cost, context->lanes,
147 unsigned lanes = 4; local
167 context.lanes = lanes;
168 context.threads = lanes;
core.h 78 uint32_t lanes; member in struct:Argon2_instance_t
run.c 87 @lanes amount of requested parallelism
95 uint32_t m_cost, uint32_t lanes, uint32_t threads,
119 UNUSED_PARAMETER(lanes);
127 encodedlen = argon2_encodedlen(t_cost, m_cost, lanes, (uint32_t)saltlen, outlen, type);
174 uint32_t lanes = LANES_DEF; local
273 lanes = threads;
329 printf("Parallelism:\t%u\n", lanes);
332 run(outlen, pwd, pwdlen, salt, t_cost, m_cost, lanes, threads, type,
  /src/sys/arch/mac68k/nubus/
nubus.c 108 u_int8_t lanes; local
139 lanes = fmtblock.bytelanes;
173 lanes, entry);
176 entry = nubus_adjust_ptr(lanes,
179 rsrcid = nubus_read_1(bst, bsh, lanes, entry);
322 * and X is a bitmask of the lanes to ignore. Hence, (X ^ Y) == 0
336 u_int8_t lanes; local
355 lanes = 0xf;
359 for (i = j; i > 0; i--, lanes--) {
361 lanes -= i
611 u_int8_t byte, lanes = fmt->bytelanes; local
649 u_int8_t lanes = fmt->bytelanes; local
673 u_int8_t lanes = fmt->bytelanes; local
705 u_int8_t lanes = fmt->bytelanes; local
    [all...]
  /src/sys/arch/mips/rmi/
rmixl_pcievar.h 44 u_int lanes; member in struct:rmixl_pcie_lnkcfg
rmixl_pcie.c 588 u_int lanes; local
627 lanes = sc->sc_pcie_lnktab.cfg[0].lanes;
629 if ((e391 != false) && ((lanes == 2) || (lanes == 4))) {
644 if (lanes == 4) {
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.h 103 uint32_t lanes; member in struct:Argon2_instance_t
147 * Other lanes : all already finished segments
151 * Other lanes : (SYNC_POINTS - 1) last segments
argon2.h 23 /* Minimum and maximum number of lanes (degree of parallelism) */
31 /* Number of synchronization points between lanes per pass */
156 *lanes.
181 uint32_t lanes; /* number of lanes */ member in struct:Argon2_Context
201 * @param parallelism Number of threads and compute lanes
222 * @param parallelism Number of threads and compute lanes
243 * @param parallelism Number of threads and compute lanes
262 * @param parallelism Number of threads and compute lanes
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
ior.h 75 u8 lanes[4]; member in struct:nvkm_ior_func::__anon5323
  /src/sys/arch/arm/nvidia/
tegra_pcie.c 429 uint32_t val, cfg, lanes; local
449 lanes = 0;
457 if (of_getprop_uint32(child, "nvidia,num-lanes", &val) != 0)
459 lanes |= (val << (index << 3));
463 switch (lanes) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv770.c 2032 u32 link_width_cntl, lanes, speed_cntl, tmp; local
2060 lanes = (link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT;
2063 link_width_cntl |= lanes | LC_RECONFIG_NOW |
radeon_r600.c 4457 void r600_set_pcie_lanes(struct radeon_device *rdev, int lanes)
4473 switch (lanes) {
4497 DRM_ERROR("invalid pcie lane request: %d\n", lanes);
4549 u32 link_width_cntl, lanes, speed_cntl, training_cntl, tmp; local
4591 lanes = (link_width_cntl & LC_LINK_WIDTH_RD_MASK) >> LC_LINK_WIDTH_RD_SHIFT;
4594 link_width_cntl |= lanes | LC_RECONFIG_NOW | LC_RENEGOTIATE_EN;
  /src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h 45 /* Minimum and maximum number of lanes (degree of parallelism) */
53 /* Number of synchronization points between lanes per pass */
185 * 4 parallel lanes.
209 uint32_t lanes; /* number of lanes */ member in struct:Argon2_Context
253 * @param parallelism Number of threads and compute lanes
276 * @param parallelism Number of threads and compute lanes
423 * @param parallelism Number of threads; used to compute lanes
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-slp-patterns.cc 339 If TWO_OPERANDS it is expected that the LANES of the parent VEC_PERM select
353 vect_detect_pair_op (slp_tree node1, slp_tree node2, lane_permutation_t &lanes,
360 && (!two_operands || vect_check_evenodd_blend (lanes, 0, 1)))
364 && (!two_operands || vect_check_evenodd_blend (lanes, 0, 1)))
406 lane_permutation_t &lanes = SLP_TREE_LANE_PERMUTATION (node); local
408 return vect_detect_pair_op (children[0], children[1], lanes, two_operands,
926 /* This function combines two nodes containing only even and only odd lanes
930 The lanes in EVEN and ODD are duplicated 2 times inside the vectors.
931 So for a lanes = 4 EVEN contains {EVEN1, EVEN1, EVEN2, EVEN2}.
1486 minus lanes on the same operands. *
    [all...]
tree-vectorizer.h 195 /* Lane permutation of the operands scalar lanes encoded as pairs
197 denotes the number of output lanes. */
221 /* The number of scalar lanes produced by this node. */
222 unsigned int lanes; member in struct:_slp_tree
229 the lanes that failed during SLP discovery as 'false'. This is
313 #define SLP_TREE_LANES(S) (S)->lanes
546 together. If these vectors have nL lanes each, the total number
559 iterations of the scalar loop. The vector lanes that correspond to
561 lanes are said to be "inactive".
564 that they have no effect for the inactive lanes. Conceptually, eac
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp-patterns.cc 339 If TWO_OPERANDS it is expected that the LANES of the parent VEC_PERM select
353 vect_detect_pair_op (slp_tree node1, slp_tree node2, lane_permutation_t &lanes,
360 && (!two_operands || vect_check_evenodd_blend (lanes, 0, 1)))
364 && (!two_operands || vect_check_evenodd_blend (lanes, 0, 1)))
406 lane_permutation_t &lanes = SLP_TREE_LANE_PERMUTATION (node); local
408 return vect_detect_pair_op (children[0], children[1], lanes, two_operands,
926 /* This function combines two nodes containing only even and only odd lanes
930 The lanes in EVEN and ODD are duplicated 2 times inside the vectors.
931 So for a lanes = 4 EVEN contains {EVEN1, EVEN1, EVEN2, EVEN2}.
1470 minus lanes on the same operands. *
    [all...]
tree-vectorizer.h 179 /* Lane permutation of the operands scalar lanes encoded as pairs
181 denotes the number of output lanes. */
201 /* The number of scalar lanes produced by this node. */
202 unsigned int lanes; member in struct:_slp_tree
209 the lanes that failed during SLP discovery as 'false'. This is
288 #define SLP_TREE_LANES(S) (S)->lanes
510 together. If these vectors have nL lanes each, the total number
523 iterations of the scalar loop. The vector lanes that correspond to
525 lanes are said to be "inactive".
528 that they have no effect for the inactive lanes. Conceptually, eac
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
power_state.h 93 unsigned int lanes; member in struct:PP_StatePcieBlock
amdgpu_smu.h 86 unsigned int lanes; member in struct:smu_state_pcie_block
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 122 // same number of lanes as the input vector type. So our Predicate type
290 unsigned Lanes;
293 VectorType(const ScalarType *Element, unsigned Lanes)
294 : CRegularNamedType(TypeKind::Vector), Element(Element), Lanes(Lanes) {}
295 unsigned sizeInBits() const override { return Lanes * Element->sizeInBits(); }
296 unsigned lanes() const { return Lanes; } function in class:__anon3610::VectorType
300 return Element->cNameBase() + "x" + utostr(Lanes);
304 utostr(Lanes) + ")"
    [all...]
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 757 u_int lanes = e500_truth_decode(cnl->cnl_instance, pordevsr, local
759 if (lanes == 0) {
763 snprintf(buf, sizeof(buf), "PCI-Express x%u", lanes);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
argon2.c 168 uint32_t lanes; member in struct:__anon546
207 static int kdf_argon2_ctx_set_lanes(KDF_ARGON2 *ctx, uint32_t lanes);
353 for (l = 0; l < ctx->lanes; ++l) {
418 * Other lanes: all already finished segments
423 * Other lanes: (SYNC_POINTS - 1) last segments
520 ref_lane = ((rnd >> 32)) % ctx->lanes;
521 /* Can not reference other lanes yet */
562 t = OPENSSL_zalloc(sizeof(void *) * ctx->lanes);
563 t_data = OPENSSL_zalloc(ctx->lanes * sizeof(ARGON2_THREAD_DATA));
570 for (l = 0; l < ctx->lanes; ++l)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vbt_defs.h 643 u8 lanes:4; member in struct:edp_fast_link_params

Completed in 50 milliseconds

1 2