Lines Matching defs:masked
730 PERL_UINTMAX_T masked = (* (PERL_UINTMAX_T *) s) & mask_word;
732 /* If 'masked' contains bytes with the bit pattern of 'byte' within
736 masked ^= word;
740 masked |= masked << 1;
741 masked |= masked << 2;
742 masked |= masked << 4;
747 if ((masked & PERL_VARIANTS_WORD_MASK) == PERL_VARIANTS_WORD_MASK) {
754 masked = ~ masked;
755 masked &= PERL_VARIANTS_WORD_MASK;
758 s += variant_byte_number(masked);
807 PERL_UINTMAX_T masked = (* (PERL_UINTMAX_T *) s) & mask_word;
809 if (masked == span_word) {
820 masked ^= span_word;
821 masked |= masked << 1;
822 masked |= masked << 2;
823 masked |= masked << 4;
824 return s + variant_byte_number(masked);
4643 * character; but otherwise it is the bytes, that when masked, match all
5095 * single zero bit. If a string matches those, masked, it must be
9563 masked */