Home
last modified time | relevance | path

Searched refs:state_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dmersenne_twister_engine.h169 static _LIBCPP_CONSTEXPR const size_t state_size = __n;
344 mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>::state_size;
108 static _LIBCPP_CONSTEXPR const size_t state_size = __n; global() variable
/freebsd/sys/dev/qat_c2xxx/
H A Dqat.c1211 uint32_t state_size = hash_def->qshd_alg->qshai_state_size; in qat_crypto_hmac_precompute() local
1215 qat_memcpy_htobe(state1, (uint8_t *)&ctx + state_offset, state_size, in qat_crypto_hmac_precompute()
1218 qat_memcpy_htobe(state2, (uint8_t *)&ctx + state_offset, state_size, in qat_crypto_hmac_precompute()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c290 ipf_state_seed_alloc(u_int state_size, u_int state_max) in ipf_state_seed_alloc() argument
294 KMALLOCS(state_seed, u_long *, state_size * sizeof(*state_seed)); in ipf_state_seed_alloc()
298 for (i = 0; i < state_size; i++) { in ipf_state_seed_alloc()
305 state_seed[i] = ((u_long)state_seed + i) * state_size; in ipf_state_seed_alloc()
/freebsd/contrib/llvm-project/libcxx/include/
H A Drandom87 static constexpr size_t state_size = n;