Searched refs:n_out (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_fract.c | 91 uint64_t *n_out, uint64_t *d_out) in clk_compute_fract_div() argument 129 *n_out = n_prev; in clk_compute_fract_div() 132 *n_out = n_cur; in clk_compute_fract_div()
|
/freebsd/sys/netinet/ |
H A D | siftr.c | 243 uint64_t n_out; member 780 ss->n_out++; in siftr_chkpkt() 931 ss->n_out++; in siftr_chkpkt6() 1187 totalss.n_out = DPCPU_VARSUM(ss, n_out); in siftr_manage_ops() 1215 (uintmax_t)totalss.n_out, in siftr_manage_ops() 1216 (uintmax_t)(totalss.n_in + totalss.n_out), in siftr_manage_ops()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_pkey_provided_test.c | 456 BIGNUM *n = NULL, *e = NULL, *d = NULL, *n_out = NULL; in test_evp_pkey_get_bn_param_large() 485 || !TEST_true(EVP_PKEY_get_bn_param(pk, OSSL_PKEY_PARAM_RSA_N, &n_out)) in test_evp_pkey_get_bn_param_large() 486 || !TEST_BN_eq(n, n_out)) in test_evp_pkey_get_bn_param_large() 490 BN_free(n_out); in test_evp_pkey_get_bn_param_large() 453 BIGNUM *n = NULL, *e = NULL, *d = NULL, *n_out = NULL; test_evp_pkey_get_bn_param_large() local
|
/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 467 fdc_cmd(struct fdc_data *fdc, int n_out, ...) in fdc_cmd() argument 474 va_start(ap, n_out); in fdc_cmd() 475 for (n = 0; n < n_out; n++) { in fdc_cmd() 483 cmd, n + 1, n_out); in fdc_cmd()
|