Home
last modified time | relevance | path

Searched refs:mask_word (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dregexec.c717 PERL_UINTMAX_T word, mask_word; in S_find_next_masked() local
727 mask_word = PERL_COUNT_MULTIPLIER * mask; in S_find_next_masked()
730 PERL_UINTMAX_T masked = (* (PERL_UINTMAX_T *) s) & mask_word; in S_find_next_masked()
794 PERL_UINTMAX_T span_word, mask_word; in S_find_span_end_mask() local
804 mask_word = PERL_COUNT_MULTIPLIER * mask; in S_find_span_end_mask()
807 PERL_UINTMAX_T masked = (* (PERL_UINTMAX_T *) s) & mask_word; in S_find_span_end_mask()