Searched refs:ch_to (Results 1 – 1 of 1) sorted by relevance
2793 char ch_to = *str_to; local2797 str[i] = ch_to;2828 char ch_to = *str_to; local2836 __m128i delta = _mm_set1_epi8(ch_to - ch_from);2859 *output = (*input == ch_from) ? ch_to : *input;2874 *output = ch_to;2879 *output = (*input == ch_from) ? ch_to : *input;
Completed in 19 milliseconds