Searched refs:xchar (Results 1 – 1 of 1) sorted by relevance
653 uint8_t xchar; in ulp_blob_perform_byte_reverse() local663 xchar = blob->data[idx]; in ulp_blob_perform_byte_reverse()665 blob->data[(num - 1) - idx] = xchar; in ulp_blob_perform_byte_reverse()682 uint8_t xchar; in ulp_blob_perform_64B_word_swap() local693 xchar = blob->data[i + j]; in ulp_blob_perform_64B_word_swap()695 blob->data[i + j + word_size] = xchar; in ulp_blob_perform_64B_word_swap()713 uint8_t xchar; in ulp_blob_perform_64B_byte_swap() local724 xchar = blob->data[i + j]; in ulp_blob_perform_64B_byte_swap()726 blob->data[i + offset - j] = xchar; in ulp_blob_perform_64B_byte_swap()