Home
last modified time | relevance | path

Searched refs:cm_poly (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c65 p_crc->cm_poly = 0x107; /* = X^8 + x^2 + x + 1 */ in compute_crc8()
93 p_crc->cm_poly = 0x04c11db7; in compute_crc32()
H A Dcrcmodel.c118 p_cm->cm_reg = (p_cm->cm_reg << 1) ^ p_cm->cm_poly;
162 r = (r << 1) ^ p_cm->cm_poly;
H A Dcrcmodel.h135 uint32_t cm_poly; /* Parameter: The algorithm's polynomial. */ member
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c65 p_crc->cm_poly = 0x107; /* = X^8 + x^2 + x + 1 */ in compute_crc8()
93 p_crc->cm_poly = 0x04c11db7; in compute_crc32()
H A Dcrcmodel.c117 p_cm->cm_reg = (p_cm->cm_reg << 1) ^ p_cm->cm_poly;
161 r = (r << 1) ^ p_cm->cm_poly;
H A Dcrcmodel.h138 uint32_t cm_poly; /* Parameter: The algorithm's polynomial. */ member