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

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dcrcutils.c121 uint32_t next4bytes; local
127 (void) memcpy(&next4bytes, &(bytes[i]), 4);
128 swap_long(next4bytes);
130 if (next4bytes > UINT32_T_MAX - regval) {
131 next4bytes -= UINT32_T_MAX - regval;
136 regval += next4bytes;
148 (void) memcpy(&next4bytes, tailbytes, 4);
149 swap_long(next4bytes);
150 if (next4bytes > UINT32_T_MAX - regval) {
151 next4bytes
[all...]

Completed in 16 milliseconds