Searched refs:rem_data (Results 1 – 1 of 1) sorted by relevance
239 uint8_t nb_segs, *rem_data, temp; in convert_op_data_to_be() local259 rem_data = (uint8_t *)&data[j]; in convert_op_data_to_be()261 temp = rem_data[j]; in convert_op_data_to_be()262 rem_data[j] = rem_data[rem - j - 1]; in convert_op_data_to_be()263 rem_data[rem - j - 1] = temp; in convert_op_data_to_be()