Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp12799 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_detect_encodings() local
13026 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_validate_utf32le() local
13057 const uint32x4_t standardoffsetmax = vmovq_n_u32(0xfffff7ff); in arm_validate_utf32le_with_errors() local
20470 const __m512i standardoffsetmax = _mm512_set1_epi32((uint32_t)0xfffff7ff); in validate_utf32() local
22156 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_detect_encodings() local
22436 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_validate_utf32le() local
22466 const __m256i standardoffsetmax = _mm256_set1_epi32(0xfffff7ff); in avx2_validate_utf32le_with_errors() local
28627 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_detect_encodings() local
28912 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_validate_utf32le() local
28942 const __m128i standardoffsetmax = _mm_set1_epi32(0xfffff7ff); in sse_validate_utf32le_with_errors() local