Searched refs:byte_idx (Results 1 – 1 of 1) sorted by relevance
613 for (size_t byte_idx = 0; byte_idx < sizeof(t_rx); byte_idx++) { in poll_data_token() local614 uint8_t rd_data = t_rx[byte_idx]; in poll_data_token()617 memcpy(extra_ptr, t_rx + byte_idx + 1, sizeof(t_rx) - byte_idx - 1); in poll_data_token()618 *extra_size = sizeof(t_rx) - byte_idx - 1; in poll_data_token()