Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dcrc32.h107 #define CRC32_INIT(table, poly) \ argument
/titanic_50/usr/src/lib/libm/common/LD/
H A D__lgammal.c324 poly(long double s, const long double *p, int n) { in poly() function
/titanic_50/usr/src/lib/libm/common/Q/
H A D__lgammal.c320 poly(long double s, const long double *p, int n) { in poly() function
/titanic_50/usr/src/lib/libmvec/common/
H A D__vatan.c50 double f, z, ans = 0.0L, ansu, ansl, tmp, poly, conup, conlo, dummy; in __vatan() local
/titanic_50/usr/src/uts/common/zmod/
H A Dcrc32.c115 unsigned long poly; /* polynomial exclusive-or pattern */ in make_crc_table() local
/titanic_50/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c119 lfsr64_adv_seq(uint64_t poly, uint64_t in, uint64_t exp, uint64_t *out) in lfsr64_adv_seq()
/titanic_50/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c1909 const uint16_t poly = 0x100b; in crc16() local
H A Dhermon.c1201 const uint16_t poly = 0x100b; in cnx_crc16() local
/titanic_50/usr/src/common/crypto/ecc/
H A Decc_impl.h147 SECItem poly; /* irreducible binary polynomial for (GF2m) */ member
/titanic_50/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c2731 u32 poly = 0xEDB88320; /* Polynomial for 802.3 CRC calculation */ in e1000_calc_rx_da_crc() local