Searched refs:Slashes (Results 1 – 1 of 1) sorted by relevance
2169 __m128i Slashes = _mm_set1_epi8('/'); in SkipBlockComment() local2171 int cmp = _mm_movemask_epi8(_mm_cmpeq_epi8(*(__m128i*)CurPtr, Slashes)); in SkipBlockComment()2182 __vector unsigned char Slashes = { in SkipBlockComment() local2187 !vec_any_eq(*(vector unsigned char*)CurPtr, Slashes)) in SkipBlockComment()