Searched defs:coeff (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_raidz_math_impl.h | 45 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() 117 raidz_rec_pqr_coeff(const raidz_map_t *rm, const int *tgtidx, unsigned *coeff) in raidz_rec_pqr_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 [all …]
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | asn1.c | 893 CK_ATTRIBUTE * coeff) in ber_encode_RSAPrivateKey() 1062 CK_ATTRIBUTE ** coeff) in ber_decode_RSAPrivateKey()
|
H A D | key.c | 1439 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 D | wavedata.c | 63 adpcm_coeff coeff[32]; in uncompress_wave() local
|
/illumos-gate/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.h | 116 uchar_t *coeff; /* = p^(-1) mod q, or = q^(-1) mod p */ member
|
/illumos-gate/usr/src/common/bignum/ |
H A D | bignumimpl.c | 1024 BIG_CHUNK_TYPE higha, highb, coeff; in big_div_pos() local
|