HomeSort by: relevance | last modified time | path
    Searched refs:letter_mask (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/generic/
cert.h 85 static const uint64_t letter_mask = 0x4040404040404040llu; local
87 input &= ~((input & letter_mask) >> 1);
wks.h 222 static const uint64_t letter_mask = 0x4040404040404040llu; local
236 input0 |= (input0 & letter_mask) >> 1;
238 input1 |= (input1 & letter_mask) >> 1;
type.h 121 static const uint64_t letter_mask = 0x4040404040404040llu; local
128 input0 = input0 & ~((input0 & letter_mask) >> 1);
129 input1 = input1 & ~((input1 & letter_mask) >> 1);
164 static const uint64_t letter_mask = 0x4040404040404040llu; local
171 input0 = input0 & ~((input0 & letter_mask) >> 1);
172 input1 = input1 & ~((input1 & letter_mask) >> 1);
algorithm.h 127 const uint64_t letter_mask = 0x4040404040404040llu; local
129 input &= ~((input & letter_mask) >> 1);
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
type.h 114 const __m128i letter_mask = local
118 input = _mm_andnot_si128(letter_mask, input);
150 const __m128i letter_mask = local
154 input = _mm_andnot_si128(letter_mask, input);

Completed in 26 milliseconds