HomeSort by: relevance | last modified time | path
    Searched defs:zero_mask (Results 1 - 20 of 20) sorted by relevancy

  /src/external/bsd/nsd/dist/simdzone/src/haswell/
base32.h 50 __m256i zero_mask = local
52 v = _mm256_andnot_si256(zero_mask, v);
base32.h 50 __m256i zero_mask = local
52 v = _mm256_andnot_si256(zero_mask, v);
  /src/external/bsd/nsd/dist/simdzone/src/westmere/
base32.h 45 __m128i zero_mask = local
47 v = _mm_andnot_si128(zero_mask, v);
base32.h 45 __m128i zero_mask = local
47 v = _mm_andnot_si128(zero_mask, v);
type.h 121 const __m128i zero_mask = local
123 input = _mm_and_si128(input, zero_mask);
157 const __m128i zero_mask = local
159 input = _mm_and_si128(input, zero_mask);
type.h 121 const __m128i zero_mask = local
123 input = _mm_and_si128(input, zero_mask);
157 const __m128i zero_mask = local
159 input = _mm_and_si128(input, zero_mask);
  /src/external/bsd/nsd/dist/simdzone/src/generic/
algorithm.h 131 uint64_t zero_mask; local
132 memcpy(&zero_mask, &zero_masks[32 - (length & 0x1f)], 8);
133 input &= zero_mask;
cert.h 89 uint64_t zero_mask; local
90 memcpy(&zero_mask, &zero_masks[32 - (length & 0xf)], 8);
91 input &= zero_mask;
type.h 132 const uint8_t *zero_mask = (const uint8_t *)&zero_masks[32 - (length & 0x1f)]; local
136 memcpy(&zero_mask0, zero_mask, 8);
137 memcpy(&zero_mask1, zero_mask + 8, 8);
175 const uint8_t *zero_mask = (const uint8_t *)&zero_masks[32 - (length & 0x1f)]; local
179 memcpy(&zero_mask0, zero_mask, 8);
180 memcpy(&zero_mask1, zero_mask + 8, 8);
wks.h 95 const int8_t *zero_mask = &zero_masks[32 - (length & 0x1f)]; local
96 memcpy(&mask, zero_mask, 8);
230 const int8_t *zero_mask = &zero_masks[32 - (length & 0xf)]; local
231 memcpy(&zero_mask0, zero_mask, 8);
232 memcpy(&zero_mask1, zero_mask+8, 8);
algorithm.h 131 uint64_t zero_mask; local
132 memcpy(&zero_mask, &zero_masks[32 - (length & 0x1f)], 8);
133 input &= zero_mask;
cert.h 89 uint64_t zero_mask; local
90 memcpy(&zero_mask, &zero_masks[32 - (length & 0xf)], 8);
91 input &= zero_mask;
type.h 132 const uint8_t *zero_mask = (const uint8_t *)&zero_masks[32 - (length & 0x1f)]; local
136 memcpy(&zero_mask0, zero_mask, 8);
137 memcpy(&zero_mask1, zero_mask + 8, 8);
175 const uint8_t *zero_mask = (const uint8_t *)&zero_masks[32 - (length & 0x1f)]; local
179 memcpy(&zero_mask0, zero_mask, 8);
180 memcpy(&zero_mask1, zero_mask + 8, 8);
wks.h 95 const int8_t *zero_mask = &zero_masks[32 - (length & 0x1f)]; local
96 memcpy(&mask, zero_mask, 8);
230 const int8_t *zero_mask = &zero_masks[32 - (length & 0xf)]; local
231 memcpy(&zero_mask0, zero_mask, 8);
232 memcpy(&zero_mask1, zero_mask+8, 8);
  /src/external/ibm-public/postfix/dist/src/util/
events.c 661 EVENT_MASK zero_mask; local
668 EVENT_MASK_ZERO(&zero_mask);
670 EVENT_MASK_ALLOC(&zero_mask, event_fdslots);
676 || EVENT_MASK_CMP(&zero_mask, &event_xmask) != 0)) {
679 if (EVENT_MASK_BYTE_COUNT(&zero_mask)
681 EVENT_MASK_REALLOC(&zero_mask, event_fdslots);
685 EVENT_MASK_FREE(&zero_mask);
events.c 661 EVENT_MASK zero_mask; local
668 EVENT_MASK_ZERO(&zero_mask);
670 EVENT_MASK_ALLOC(&zero_mask, event_fdslots);
676 || EVENT_MASK_CMP(&zero_mask, &event_xmask) != 0)) {
679 if (EVENT_MASK_BYTE_COUNT(&zero_mask)
681 EVENT_MASK_REALLOC(&zero_mask, event_fdslots);
685 EVENT_MASK_FREE(&zero_mask);
  /src/external/gpl3/gdb/dist/gdb/
alpha-tdep.c 1584 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1;
1586 return ((reg & zero_mask) == 0);
1574 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1; local
alpha-tdep.c 1584 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1;
1586 return ((reg & zero_mask) == 0);
1574 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1; local
  /src/external/gpl3/gdb.old/dist/gdb/
alpha-tdep.c 1588 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1;
1590 return ((reg & zero_mask) == 0);
1578 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1; local
alpha-tdep.c 1588 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1;
1590 return ((reg & zero_mask) == 0);
1578 const LONGEST zero_mask = ((LONGEST) 1 << 63) ^ -1; local

Completed in 65 milliseconds