Home
last modified time | relevance | path

Searched defs:standardoffsetmax (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
Dsimdutf.cpp11790 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_detect_encodings() local
12029 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_validate_utf32le() local
12060 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_validate_utf32le_with_errors() local
17922 const __m512i standardoffsetmax = _mm512_set1_epi32((uint32_t)0xfffff7ff); in validate_utf32() local
19429 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_detect_encodings() local
19711 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_validate_utf32le() local
19741 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_validate_utf32le_with_errors() local
24859 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_detect_encodings() local
25146 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_validate_utf32le() local
25176 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_validate_utf32le_with_errors() local