poly               46 dev/raidframe/rf_geniq.c lsfr_shift(unsigned val, unsigned poly)
poly               53 dev/raidframe/rf_geniq.c 	new = (poly & 1) ? high : 0;
poly               57 dev/raidframe/rf_geniq.c 		if (poly & (1 << i))	/* There is a feedback connection. */
poly              109 lib/libz/crc32.c     unsigned long poly;                 /* polynomial exclusive-or pattern */
poly              121 lib/libz/crc32.c         poly = 0UL;
poly              123 lib/libz/crc32.c             poly |= 1UL << (31 - p[n]);
poly              129 lib/libz/crc32.c                 c = c & 1 ? poly ^ (c >> 1) : c >> 1;