Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap_vale.c761 uint16_t dst_port, d_i; in nm_vale_flush() local
792 d = dst_ents + d_i; in nm_vale_flush()
799 dsts[num_dsts++] = d_i; in nm_vale_flush()
815 uint16_t d_i; in nm_vale_flush() local
819 d_i = i * NM_BDG_MAXRINGS; in nm_vale_flush()
820 if (dst_ents[d_i].bq_head == NM_FT_NULL) in nm_vale_flush()
821 dsts[num_dsts++] = d_i; in nm_vale_flush()
831 u_int dst_nr, lim, j, d_i, next, brd_next; in nm_vale_flush() local
839 d_i = dsts[i]; in nm_vale_flush()
841 d = dst_ents + d_i; in nm_vale_flush()
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DEVP_PKEY-RSA.pod83 as "dP", "dQ" and "d_i" in RFC8017.
84 Up to eight additional "d_i" exponents are supported.