Searched refs:PERL_UINTMAX_T (Results 1 – 12 of 12) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | utf8.c | 2276 continuations += (((((* (const PERL_UINTMAX_T *) s) in Perl_utf8_length() 2278 & (((~ (* (const PERL_UINTMAX_T *) s))) >> 6)) in Perl_utf8_length() 2432 const PERL_UINTMAX_T C0_mask = PERL_COUNT_MULTIPLIER * 0xC0; in Perl_utf8_to_bytes() 2433 const PERL_UINTMAX_T C2_mask = PERL_COUNT_MULTIPLIER * 0xC2; in Perl_utf8_to_bytes() 2434 const PERL_UINTMAX_T FE_mask = PERL_COUNT_MULTIPLIER * 0xFE; in Perl_utf8_to_bytes() 2461 PERL_UINTMAX_T C2_C3_start_bytes; in Perl_utf8_to_bytes() 2467 PERL_UINTMAX_T start_bytes in Perl_utf8_to_bytes() 2468 = ((* (PERL_UINTMAX_T *) s) & C0_mask) ^ C0_mask; in Perl_utf8_to_bytes() 2483 C2_C3_start_bytes = ((* (PERL_UINTMAX_T *) s) & FE_mask) in Perl_utf8_to_bytes()
|
| D | inline.h | 1363 # define PERL_WORDSIZE sizeof(PERL_UINTMAX_T) in Perl_is_utf8_invariant_string_loc() 1406 if ((* (const PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK) { in Perl_is_utf8_invariant_string_loc() 1417 *ep = x + variant_byte_number(* (const PERL_UINTMAX_T *) x); in Perl_is_utf8_invariant_string_loc() 1828 Perl_variant_byte_number(PERL_UINTMAX_T word) in Perl_variant_byte_number() 1934 PERL_UINTMAX_T increment in S_variant_under_utf8_count() 1935 = ((((* (PERL_UINTMAX_T *) x) & PERL_VARIANTS_WORD_MASK) >> 7) in S_variant_under_utf8_count()
|
| D | intrpvar.h | 777 PERLVARI(I, collation_ix, PERL_UINTMAX_T, 0) /* Collation generation index */
|
| D | regexec.c | 639 PERL_UINTMAX_T span_word; in S_find_span_end() 657 if ((* (PERL_UINTMAX_T *) s) == span_word) { in S_find_span_end() 671 span_word ^= * (PERL_UINTMAX_T *) s; in S_find_span_end() 717 PERL_UINTMAX_T word, mask_word; 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() 807 PERL_UINTMAX_T masked = (* (PERL_UINTMAX_T *) s) & mask_word; in S_find_span_end_mask()
|
| D | perl.h | 1472 typedef uintmax_t PERL_UINTMAX_T; typedef 1548 typedef U64TYPE PERL_UINTMAX_T; typedef 1562 typedef U32TYPE PERL_UINTMAX_T; typedef
|
| D | handy.h | 1422 #define WIDEST_UTYPE PERL_UINTMAX_T
|
| D | locale.c | 9827 *(PERL_UINTMAX_T *)xbuf = PL_collation_ix; in Perl_mem_collxfrm_()
|
| D | proto.h | 5436 Perl_variant_byte_number(PERL_UINTMAX_T word)
|
| D | sv.c | 13099 case 'j': uv = (UV) va_arg(*args, PERL_UINTMAX_T); break;
|
| D | embed.fnc | 3824 |PERL_UINTMAX_T word
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 6722 #define WORDSIZE sizeof(PERL_UINTMAX_T) 6729 PERL_UINTMAX_T* copy; 6735 Newx(copy, 1 + ((len + WORDSIZE - 1) / WORDSIZE), PERL_UINTMAX_T); 6748 PERL_UINTMAX_T * copy; 6750 Newx(copy, 1 + ((len + WORDSIZE - 1) / WORDSIZE), PERL_UINTMAX_T);
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 1153 CTiRp |unsigned int|variant_byte_number|PERL_UINTMAX_T word
|