Searched refs:offset_within_block (Results 1 – 2 of 2) sorted by relevance
99 size_t offset_within_block = seek % 64; in output_root_bytes() local104 size_t available_bytes = 64 - offset_within_block; in output_root_bytes()111 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()115 offset_within_block = 0; in output_root_bytes()
148 size_t offset_within_block = seek % 64; in output_root_bytes() local153 size_t available_bytes = 64 - offset_within_block; in output_root_bytes()160 memcpy(out, wide_buf + offset_within_block, memcpy_len); in output_root_bytes()164 offset_within_block = 0; in output_root_bytes()