Searched refs:end_position (Results 1 – 1 of 1) sorted by relevance
34 size_t end_position = 0; in stream_memcpy() local72 end_position = size >> 4; in stream_memcpy()73 for (size_t i = 0; i < end_position; ++i) in stream_memcpy()82 __m128i temp_data = _mm_stream_load_si128(pWc_buff + end_position); in stream_memcpy()85 char* pdst_buf = (char*)(pWb_buff + end_position); in stream_memcpy()