Searched refs:read_byte (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dpca9564var.h32 uint8_t (*read_byte)(device_t, int reg); member in struct:pca9564_ios
H A Dpca9564.c59 #define CSR_READ(sc, r) (*sc->sc_ios.read_byte)(sc->sc_dev, r)
/netbsd-current/usr.bin/xlint/lint1/
H A Dlex.c436 read_byte(void) function
701 int c = read_byte();
712 c = read_byte();
1167 while (c = read_byte(), isspace(c) != 0)
1177 c = read_byte();
1192 c = read_byte();
1200 c = read_byte();
1207 c = read_byte();
1209 seen_end_of_comment = c == '*' && (c = read_byte()) == '/';
1219 if ((c = read_byte())
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c475 read_byte (struct dwarf_buf *buf) function
587 return read_byte (buf);
801 return advance (buf, read_byte (buf));
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
857 val->u.uint = read_byte (buf);
916 offset = read_byte (buf);
946 offset = read_byte (buf);
1381 read_byte (&count_buf);
1427 a.has_children = read_byte (
[all...]
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c475 read_byte (struct dwarf_buf *buf) function
587 return read_byte (buf);
801 return advance (buf, read_byte (buf));
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
857 val->u.uint = read_byte (buf);
917 offset = read_byte (buf);
947 offset = read_byte (buf);
1388 read_byte (&count_buf);
1434 a.has_children = read_byte (
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Ddwarf.c475 read_byte (struct dwarf_buf *buf) function
587 return read_byte (buf);
801 return advance (buf, read_byte (buf));
804 val->u.uint = read_byte (buf);
808 val->u.uint = read_byte (buf);
857 val->u.uint = read_byte (buf);
917 offset = read_byte (buf);
947 offset = read_byte (buf);
1388 read_byte (&count_buf);
1434 a.has_children = read_byte (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_eeprom.c433 read_byte(device *me, function
528 unsigned8 byte = read_byte(me, eeprom, address);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_eeprom.c427 read_byte(device *me, function
522 uint8_t byte = read_byte(me, eeprom, address);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf-eh-frame.c64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) function
95 if (!read_byte (iter, end, &byte))
351 if (!read_byte (iter, end, &op))
746 REQUIRE (read_byte (&buf, end, &cie->version));
803 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
818 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) function
95 if (!read_byte (iter, end, &byte))
351 if (!read_byte (iter, end, &op))
746 REQUIRE (read_byte (&buf, end, &cie->version));
803 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
818 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf-eh-frame.c64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) function
95 if (!read_byte (iter, end, &byte))
351 if (!read_byte (iter, end, &op))
746 REQUIRE (read_byte (&buf, end, &cie->version));
803 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
818 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c64 read_byte (bfd_byte **iter, bfd_byte *end, unsigned char *result) function
95 if (!read_byte (iter, end, &byte))
351 if (!read_byte (iter, end, &op))
746 REQUIRE (read_byte (&buf, end, &cie->version));
803 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
808 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
818 REQUIRE (read_byte (&buf, end, &cie->per_encoding));

Completed in 282 milliseconds