Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dreq.c63 char *value, int nid, int n_min, int n_max,
69 static int req_check_len(int len, int n_min, int n_max);
1135 long n_min, n_max; in prompt_info() local
1215 n_max = -1; in prompt_info()
1219 n_min, n_max, chtype, mval)) in prompt_info()
1275 n_max = -1; in prompt_info()
1280 n_max, chtype)) in prompt_info()
1382 int n_max, unsigned long chtype) in add_attribute_object() argument
1446 if (!req_check_len(i, n_min, n_max)) { in build_data()
1454 static int req_check_len(int len, int n_min, int n_max) in req_check_len() argument
[all …]
/freebsd-14.2/sys/arm64/rockchip/clk/
H A Drk_clk_fract.c91 uint64_t n_max, uint64_t d_max, in clk_compute_fract_div() argument
109 while (d_rem != 0 && n_cur < n_max && d_cur < d_max) { in clk_compute_fract_div()
129 if (n_cur > n_max || d_cur > d_max) { in clk_compute_fract_div()