Lines Matching refs:at
31 Just like with ordinary division, you proceed one digit (bit) at a time.
49 Notice how, to get at bit 32 of the shifted remainder, we look
50 at bit 31 of the remainder *before* shifting it.
55 Also, to add the CRC to a message, we need a 32-bit-long hole for it at
56 the end, so we have to add 32 extra cycles shifting in zeros at the
84 We can do it 8 bits at a time rather than 1 bit at a time:
103 word at a time and increase the inner loop count to 32.
106 bulk of a message byte-at-a-time and adding bit-at-a-time processing
107 for any fractional bytes at the end.
110 the byte-at-a-time table method, popularized by Dilip V. Sarwate,
115 in the correct multiple to subtract, we can shift a byte at a time.
125 It is not practical to process much more than 8 bits at a time using this
137 A "slicing by 2" technique would shift the remainder 16 bits at a time,
163 on the previous CRC at all. Thus, those 4 table look-ups may commence