Home
last modified time | relevance | path

Searched defs:coeff (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h45 raidz_rec_q_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_q_coeff()
54 raidz_rec_r_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_r_coeff()
63 raidz_rec_pq_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_pq_coeff()
79 raidz_rec_pr_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_pr_coeff()
96 raidz_rec_qr_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_qr_coeff()
672 unsigned coeff[MUL_CNT]; in raidz_reconstruct_q_impl() local
763 unsigned coeff[MUL_CNT]; in raidz_reconstruct_r_impl() local
907 unsigned coeff[MUL_CNT]; in raidz_reconstruct_pq_impl() local
1063 unsigned coeff[MUL_CNT]; in raidz_reconstruct_pr_impl() local
1226 unsigned coeff[MUL_CNT]; in raidz_reconstruct_qr_impl() local
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dasn1.c893 CK_ATTRIBUTE * coeff) in ber_encode_RSAPrivateKey()
1062 CK_ATTRIBUTE ** coeff) in ber_decode_RSAPrivateKey()
H A Dkey.c1439 CK_ATTRIBUTE *coeff = NULL; in rsa_priv_wrap_get_data() local
1492 CK_ATTRIBUTE *coeff = NULL; in rsa_priv_unwrap() local
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Dwavedata.c63 adpcm_coeff coeff[32]; in uncompress_wave() local
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.h116 uchar_t *coeff; /* = p^(-1) mod q, or = q^(-1) mod p */ member
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c1024 BIG_CHUNK_TYPE higha, highb, coeff; in big_div_pos() local