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

  /src/lib/libc/citrus/
citrus_csmapper.c 73 get32(struct _region *r, uint32_t *rval) function in typeref:typename:int
134 ret = get32(&r2, &val32);
148 ret = get32(&r2, &val32);
  /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/sys/dev/stbi/
stb_image.c 946 static uint32 get32(stbi *s) function in typeref:typename:uint32
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...]

Completed in 15 milliseconds