Searched refs:_f (Results 1 – 3 of 3) sorted by relevance
24 struct _f;25 typedef struct _f f;62 FFI\ParserException: Incomplete struct "_f" at line 1
24 enum _f;25 typedef enum _f f;86 FFI\ParserException: Incomplete enum "_f" at line 1
5115 const __m256i _f = _mm256_set1_epi8(0xF); in mb_fast_check_utf8_avx2() local5147 __m256i hi_nibbles = _mm256_and_si256(_mm256_srli_epi16(operand, 4), _f); in mb_fast_check_utf8_avx2()5148 __m256i lo_nibbles = _mm256_and_si256(operand, _f); in mb_fast_check_utf8_avx2()5166 cont_mask = _mm256_or_si256(cont_mask, _mm256_cmpeq_epi8(hi_nibbles4, _f)); in mb_fast_check_utf8_avx2()
Completed in 19 milliseconds