HomeSort by: relevance | last modified time | path
    Searched defs:get32 (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/lib/libunwind/
AddressSpace.hpp 83 uint32_t get32(pint_t addr) { function in class:_Unwind::LocalAddressSpace
97 return get32(addr);
176 result = get32(addr);
194 result = (int32_t)get32(addr);
268 pint_t nextPC = base + (int32_t)get32(next);
280 fdeStart = base + (int32_t)get32(first + 4);
395 n->first_pc = header + (int32_t)get32(n->hdr_start);
398 *this, header + (int32_t)get32(n->hdr_start + (entries - 1) * 8 + 4),
  /src/lib/libc/citrus/
citrus_csmapper.c 74 get32(struct _region *r, uint32_t *rval) function
135 ret = get32(&r2, &val32);
149 ret = get32(&r2, &val32);
  /src/external/bsd/libpcap/dist/
pcap-rpcap-unix.c 95 get32(const unsigned char *buf) function
162 pkt_len = get32(&hdr[4]);
319 p->linktype = get32(&reply_buf[0]);
321 p->tzoff = get32(&reply_buf[4]);
371 get32(&reply_buf[0]);
434 stats->ps_recv = get32(&reply_buf[0]);
435 stats->ps_ifdrop = get32(&reply_buf[4]);
436 stats->ps_drop = get32(&reply_buf[8]);
515 pkth.ts.tv_sec = get32(&buf[0]);
516 pkth.ts.tv_usec = get32(&buf[4])
    [all...]
  /src/sys/dev/stbi/
stb_image.c 946 static uint32 get32(stbi *s) function
2665 c.length = get32(s);
2666 c.type = get32(s);
2980 s->img_x = get32(s); if (s->img_x > (1 << 24)) return e("too large","Very large image (corrupt?)");
2981 s->img_y = get32(s); if (s->img_y > (1 << 24)) return e("too large","Very large image (corrupt?)");
3101 get32(s);
3858 if (get32(s) != 0x38425053) return 0; // "8BPS"
3890 if (get32(s) != 0x38425053) // "8BPS"
3906 h = get32(s);
3907 w = get32(s)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 12095 get32 (instr_info *ins, bfd_vma *res) function
12109 if (!get32 (ins, res))
12880 if (!get32 (ins, &op))
13049 if (!get32 (ins, &offset))
13078 if (!get32 (ins, &off))
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 12056 get32 (instr_info *ins, bfd_vma *res) function
12070 if (!get32 (ins, res))
12841 if (!get32 (ins, &op))
13010 if (!get32 (ins, &offset))
13039 if (!get32 (ins, &off))
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 11759 get32 (instr_info *ins, bfd_vma *res) function
11773 if (!get32 (ins, res))
12544 if (!get32 (ins, &op))
12713 if (!get32 (ins, &offset))
12742 if (!get32 (ins, &off))
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 11650 get32 (instr_info *ins, bfd_vma *res) function
11664 if (!get32 (ins, res))
12435 if (!get32 (ins, &op))
12604 if (!get32 (ins, &offset))
12633 if (!get32 (ins, &off))

Completed in 58 milliseconds