Home
last modified time | relevance | path

Searched refs:_k_ (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_lib.c907 #define safe_BN_num_bits(_k_) (((_k_) == NULL) ? 0 : BN_num_bits((_k_))) argument
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md596 If _k_ is not specified, then it tries _steps_ values in the range [50, 2000].
599 Requires that _d_ <= _k_.
603 Selects segments of size _k_ with highest score to put in the dictionary.
608 Good values for _k_ vary widely based on the input data, but a safe range is
611 to find optimal _d_ and _k_ to build dictionary.