Searched refs:tailbytes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c122 unsigned char tailbytes[4] = { 0x00, 0x00, 0x00, 0x00 }; local
141 tailbytes[k] = bytes[j];
145 * Treat any remaining bytes put into tailbytes as if they were
148 (void) memcpy(&next4bytes, tailbytes, 4);

Completed in 19 milliseconds