Searched refs:get_byte (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/arch/atari/stand/tostools/libtos/ |
H A D | cread.c | 86 static int get_byte(struct sd *); 119 get_byte(struct sd *s) in get_byte() function 144 unsigned long x = (unsigned long)get_byte(s); in getLong() 147 x += ((unsigned long)get_byte(s)) << 8; in getLong() 148 x += ((unsigned long)get_byte(s)) << 16; in getLong() 149 c = get_byte(s); in getLong() 166 c = get_byte(s); in check_header() 188 method = get_byte(s); in check_header() 189 flags = get_byte(s); in check_header() 197 (void)get_byte(s); in check_header() [all …]
|
/netbsd-src/sys/lib/libsa/ |
H A D | cread.c | 80 static int get_byte(struct sd *); 149 get_byte(struct sd *s) in get_byte() function 178 x = (unsigned long)get_byte(s); in getLong() 179 x += ((unsigned long)get_byte(s)) << 8; in getLong() 180 x += ((unsigned long)get_byte(s)) << 16; in getLong() 181 c = get_byte(s); in getLong() 198 c = get_byte(s); in check_header() 220 method = get_byte(s); in check_header() 221 flags = get_byte(s); in check_header() 229 (void)get_byte(s); in check_header() [all …]
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | opcodes.c | 441 static u_int8_t get_byte(long); 445 get_byte(long ib) in get_byte() function 457 opc = get_byte(ib++); in skip_opcode() 461 opc += get_byte(ib++); in skip_opcode() 527 int c = get_byte(ib++); in skip_operand()
|
H A D | db_disasm.c | 114 static inline int get_byte(inst_buffer * ib); 175 ib->opc = get_byte(ib); in get_opcode() 178 ib->opc += get_byte(ib); in get_opcode() 225 ib->off = (signed char) get_byte(ib); in get_operands() 300 int c = get_byte(ib); in get_operand() 358 tmp = (signed char) get_byte(ib); in get_operand() 384 tmp = (signed char) get_byte(ib); in get_operand() 435 get_byte(inst_buffer *ib) in get_byte() function
|
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/ |
H A D | hpftodit.cpp | 147 byte get_byte(); 443 File::get_byte() in get_byte() function in File 489 if (f.get_byte() != 'I' || f.get_byte() != 'I') in read_tags() 568 *p++ = f.get_byte(); in output_font_name() 612 unsigned char c = f.get_byte(); in read_symbol_sets() 744 unsigned char c = f.get_byte(); in read_and_output_pcltypeface() 1193 printf("%c", f.get_byte()); in dump_ascii() 1213 unsigned char c = f.get_byte(); in dump_symbol_sets()
|
/netbsd-src/external/gpl3/gdb/dist/sim/mn10300/ |
H A D | ChangeLog-2021 | 402 * interp.c (get_byte, get_half, get_word, put_byte, put_half, 407 (OP, Simops, get_byte, get_half, get_word, put_byte, put_half,
|
/netbsd-src/external/gpl3/gdb/dist/sim/v850/ |
H A D | ChangeLog-2021 | 1333 * sim-main.h, interp.c (get_word, get_half, get_byte, put_word, 1860 (get_byte, get_half, get_word): New functions.
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | CommitLog-4.1.0 | 5859 * libntp/ieee754io.c (get_byte): controlled debug output
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1999 | 5398 get_byte, put_word, rdp_init, rdp_init), remote-sds.c
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1999 | 5398 get_byte, put_word, rdp_init, rdp_init), remote-sds.c
|