| /src/sys/dev/ic/ |
| pca9564var.h | 32 uint8_t (*read_byte)(device_t, int reg); member in struct:pca9564_ios
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| hw_eeprom.c | 427 read_byte(device *me, function 522 uint8_t byte = read_byte(me, eeprom, address);
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| hw_eeprom.c | 427 read_byte(device *me, function 522 uint8_t byte = read_byte(me, eeprom, address);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-eh-frame.c | 64 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)) 751 REQUIRE (read_byte (&buf, end, &cie->version)); 815 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); 820 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); 830 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-eh-frame.c | 64 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)) 750 REQUIRE (read_byte (&buf, end, &cie->version)); 810 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); 815 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); 825 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| dwarf.c | 475 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 (&abbrev_buf) [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| dwarf.c | 475 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 (&abbrev_buf) [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| dwarf.c | 475 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 (&abbrev_buf) [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| dwarf.c | 475 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 (&abbrev_buf) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-eh-frame.c | 64 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)) 747 REQUIRE (read_byte (&buf, end, &cie->version)); 804 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); 809 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); 819 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-eh-frame.c | 64 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)) 750 REQUIRE (read_byte (&buf, end, &cie->version)); 810 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); 815 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); 825 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
|
| /src/usr.bin/xlint/lint1/ |
| lex.c | 433 read_byte(void) function 697 int c = read_byte(); 708 c = read_byte(); 1198 if ((c = read_byte()) == EOF) { 1278 while (c = read_byte(), isspace(c) != 0) 1288 c = read_byte(); 1303 c = read_byte(); 1311 c = read_byte(); 1318 c = read_byte(); 1320 seen_end_of_comment = c == '*' && (c = read_byte()) == '/' [all...] |