Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dsvpv_magic.t12 is(XS::APItest::first_byte($b), 0303,
16 is(XS::APItest::first_byte($1), 0303,
24 is(XS::APItest::first_byte("$1"), 0303,
30 is(eval { XS::APItest::first_byte($1) } || $@, 0303,
H A Dutf8_warn_base.pl1843 my $first_byte = substr($this_bytes, 0, 1);
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dlibieee.h67 unsigned char *first_byte; member
H A Dxtensa-isa.c376 xtensa_insn_length_from_first_byte (xtensa_isa isa, char first_byte) in xtensa_insn_length_from_first_byte() argument
379 int is_density = (first_byte & (intisa->is_big_endian ? 0x80 : 0x08)) != 0; in xtensa_insn_length_from_first_byte()
H A Dieee.c799 ieee->h.input_p = ieee->h.first_byte + offset; \
800 ieee->h.last_byte = (ieee->h.first_byte \
806 (ieee->h.input_p - ieee->h.first_byte)
1474 ieee->h.first_byte = buffer;
1541 ieee->h.first_byte = buffer;
1564 ieee->h.first_byte = buffer;
1748 IEEE_DATA (abfd)->h.first_byte =
1750 if (!IEEE_DATA (abfd)->h.first_byte)
1756 bfd_bread ((PTR) (IEEE_DATA (abfd)->h.first_byte),
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dlibieee.h67 unsigned char *first_byte; member
H A Dieee.c649 ieee->h.input_p = ieee->h.first_byte + offset; \
650 ieee->h.last_byte = (ieee->h.first_byte \
656 (ieee->h.input_p - ieee->h.first_byte)
1311 ieee->h.first_byte = buffer; in ieee_archive_p()
1377 ieee->h.first_byte = buffer; in ieee_archive_p()
1400 ieee->h.first_byte = buffer; in ieee_archive_p()
1933 IEEE_DATA (abfd)->h.first_byte = bfd_alloc (ieee->h.abfd, amt); in ieee_object_p()
1934 if (!IEEE_DATA (abfd)->h.first_byte) in ieee_object_p()
1940 bfd_bread ((void *) (IEEE_DATA (abfd)->h.first_byte), in ieee_object_p()
/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dnodes.c687 long first_byte; member
729 subfile->first_byte = (long) atol (line + colon); in get_tags_of_indirect_tags_table()
811 subfiles[i] && entry->nodestart >= subfiles[i]->first_byte; in get_tags_of_indirect_tags_table()
837 entry->nodestart -= subfiles[i - 1]->first_byte; in get_tags_of_indirect_tags_table()
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dpack.t1507 my $first_byte = ord substr($U_1FFC_bytes, 0, 1);
1509 is(join(',', unpack("aU0C/UU", "b\0$U_1FFC_bytes")), "b,$first_byte");
1510 is(join(',', unpack("aU0C/CU", "b\0$U_1FFC_bytes")), "b,$first_byte");
/openbsd-src/gnu/usr.bin/perl/
H A Dregexp.h39 U8 first_byte; member
H A Dutf8.c2553 U8 first_byte = *s++; in Perl_utf8_to_bytes()
2554 *d++ = EIGHT_BIT_UTF8_TO_NATIVE(first_byte, *s); in Perl_utf8_to_bytes()
2549 U8 first_byte = *s++; Perl_utf8_to_bytes() local
H A Dregcomp.h186 * U8 first_byte;
487 #define FIRST_BYTE(p) ((p)->head.data.u_8.first_byte)
H A Dregexec.c2411 U8 first_byte = FLAGS(c); in S_find_byclass()
2414 REXEC_FBC_FIND_NEXT_UTF8_BYTE_SCAN(first_byte, in S_find_byclass()
2426 U8 first_byte = FLAGS(c); in S_find_byclass()
2429 REXEC_FBC_FIND_NEXT_UTF8_BYTE_SCAN(first_byte, in S_find_byclass()
2487 U8 first_byte = FLAGS(c); in S_find_byclass()
2489 REXEC_FBC_FIND_NEXT_UTF8_BYTE_SCAN(first_byte, in S_find_byclass()
2408 U8 first_byte = FLAGS(c); S_find_byclass() local
2423 U8 first_byte = FLAGS(c); S_find_byclass() local
2484 U8 first_byte = FLAGS(c); S_find_byclass() local
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs3325 first_byte(sv)