Searched defs:rotate (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-crc.c32 [+rotate?XOR each input character with the high order crc byte (instead of the low order).]\
54 unsigned int rotate; member in struct:Crc_s
134 if(!strcmp(name, "crc-0x04c11db7-rotate-done-size"))
140 sum->rotate=1;
161 else if (strneq(t, "rotate", i))
162 sum->rotate = 1;
172 if (sum->rotate)
244 if (sum->rotate)
293 if (sum->rotate)
317 if (sum->rotate)
[all...]

Completed in 45 milliseconds