Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/ffi/tests/
H A D003.phpt24 struct _f;
25 typedef struct _f f;
62 FFI\ParserException: Incomplete struct "_f" at line 1
H A D004.phpt24 enum _f;
25 typedef enum _f f;
86 FFI\ParserException: Incomplete enum "_f" at line 1
/php-src/ext/mbstring/
H A Dmbstring.c5352 const __m256i _f = _mm256_set1_epi8(0xF); in mb_fast_check_utf8_avx2() local
5384 __m256i hi_nibbles = _mm256_and_si256(_mm256_srli_epi16(operand, 4), _f); in mb_fast_check_utf8_avx2()
5385 __m256i lo_nibbles = _mm256_and_si256(operand, _f); in mb_fast_check_utf8_avx2()
5403 cont_mask = _mm256_or_si256(cont_mask, _mm256_cmpeq_epi8(hi_nibbles4, _f)); in mb_fast_check_utf8_avx2()

Completed in 32 milliseconds