Lines Matching refs:next4bytes
121 uint32_t next4bytes;
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 -= UINT32_T_MAX - regval;
154 regval += next4bytes;