Searched refs:get16 (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/lib/libunwind/ |
| D | DwarfInstructions.hpp | 214 value = addressSpace.get16(p); in evaluateExpression() 221 svalue = (int16_t)addressSpace.get16(p); in evaluateExpression() 389 svalue = (int16_t)addressSpace.get16(p); in evaluateExpression() 395 svalue = (int16_t)addressSpace.get16(p); in evaluateExpression() 559 value = addressSpace.get16(value); in evaluateExpression()
|
| D | AddressSpace.hpp | 77 uint16_t get16(pint_t addr) { in get16() function in _Unwind::LocalAddressSpace 171 result = get16(addr); in getEncodedP() 189 result = (int16_t)get16(addr); in getEncodedP()
|
| D | DwarfParser.hpp | 337 codeOffset += (addressSpace.get16(p) * cieInfo.codeAlignFactor); in parseInstructions()
|
| /netbsd/src/sys/dev/stbi/ |
| D | stb_image.c | 940 static int get16(stbi *s) in get16() function 948 uint32 z = get16(s); in get32() 949 return (z << 16) + get16(s); in get32() 1596 if (get16(&z->s) != 4) return e("bad DRI len","Corrupt JPEG"); in process_marker() 1597 z->restart_interval = get16(&z->s); in process_marker() 1601 L = get16(&z->s)-2; in process_marker() 1619 L = get16(&z->s)-2; in process_marker() 1647 skip(&z->s, get16(&z->s)-2); in process_marker() 1657 int Ls = get16(&z->s); in process_scan_header() 1683 Lf = get16(s); if (Lf < 11) return e("bad SOF len","Corrupt JPEG"); // JPEG in process_frame_header() [all …]
|
| /netbsd/src/sys/arch/m68k/m68k/ |
| D | db_trace.c | 93 #define get16(addr, space) \ macro 509 if (!USERMODE(get16(regp, DSP))) { in db_stack_trace_print()
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-rpcap-unix.c | 78 get16(const unsigned char *buf) in get16() function 372 portdata = get16(&reply_buf[4]); in rpcap_send_request_start()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | i386-dis.c | 11631 get16 (instr_info *ins, bfd_vma *res) in get16() function 11643 if (!get16 (ins, res)) in get16s() 12442 if (!get16 (ins, &op)) in OP_I() 12518 if (!get16 (ins, &op)) in OP_sI() 12607 else if (!get16 (ins, &offset)) in OP_DIR() 12609 if (!get16 (ins, &seg)) in OP_DIR() 12638 if (!get16 (ins, &off)) in OP_OFF()
|
| D | ChangeLog | 117 * i386-dis.c (OP_J): Check result of get16.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | i386-dis.c | 11538 get16 (instr_info *ins, bfd_vma *res) in get16() function 11550 if (!get16 (ins, res)) in get16s() 12349 if (!get16 (ins, &op)) in OP_I() 12425 if (!get16 (ins, &op)) in OP_sI() 12514 else if (!get16 (ins, &offset)) in OP_DIR() 12516 if (!get16 (ins, &seg)) in OP_DIR() 12545 if (!get16 (ins, &off)) in OP_OFF()
|
| D | ChangeLog | 103 * i386-dis.c (OP_J): Check result of get16.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 52710 2) Return get32s and get16 value in a bfd_vma, reducing the need for 53675 * i386-dis.c (OP_J): Check result of get16.
|