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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcutils.c123 uint32_t next4bytes; local
129 (void) memcpy(&next4bytes, &(bytes[i]), 4);
130 swap_long(next4bytes);
132 if (next4bytes > UINT32_T_MAX - regval) {
133 next4bytes -= UINT32_T_MAX - regval;
138 regval += next4bytes;
150 (void) memcpy(&next4bytes, tailbytes, 4);
151 swap_long(next4bytes);
152 if (next4bytes > UINT32_T_MAX - regval) {
153 next4bytes
[all...]

Completed in 44 milliseconds