Symbol: get32
lib/libc/citrus/citrus_csmapper.c
135
ret = get32(&r2, &val32);
lib/libc/citrus/citrus_csmapper.c
149
ret = get32(&r2, &val32);
sys/dev/stbi/stb_image.c
2665
c.length = get32(s);
sys/dev/stbi/stb_image.c
2666
c.type = get32(s);
sys/dev/stbi/stb_image.c
2980
s->img_x = get32(s); if (s->img_x > (1 << 24)) return e("too large","Very large image (corrupt?)");
sys/dev/stbi/stb_image.c
2981
s->img_y = get32(s); if (s->img_y > (1 << 24)) return e("too large","Very large image (corrupt?)");
sys/dev/stbi/stb_image.c
3101
get32(s);
sys/dev/stbi/stb_image.c
3858
if (get32(s) != 0x38425053) return 0; // "8BPS"
sys/dev/stbi/stb_image.c
3890
if (get32(s) != 0x38425053) // "8BPS"
sys/dev/stbi/stb_image.c
3906
h = get32(s);
sys/dev/stbi/stb_image.c
3907
w = get32(s);
sys/dev/stbi/stb_image.c
3927
skip(s,get32(s) );
sys/dev/stbi/stb_image.c
3930
skip(s, get32(s) );
sys/dev/stbi/stb_image.c
3933
skip(s, get32(s) );
sys/dev/stbi/stb_image.c
4249
get32(s); //skip `ratio'
sys/lib/libunwind/AddressSpace.hpp
176
result = get32(addr);
sys/lib/libunwind/AddressSpace.hpp
194
result = (int32_t)get32(addr);
sys/lib/libunwind/AddressSpace.hpp
268
pint_t nextPC = base + (int32_t)get32(next);
sys/lib/libunwind/AddressSpace.hpp
280
fdeStart = base + (int32_t)get32(first + 4);
sys/lib/libunwind/AddressSpace.hpp
395
n->first_pc = header + (int32_t)get32(n->hdr_start);
sys/lib/libunwind/AddressSpace.hpp
398
*this, header + (int32_t)get32(n->hdr_start + (entries - 1) * 8 + 4),
sys/lib/libunwind/AddressSpace.hpp
97
return get32(addr);
sys/lib/libunwind/DwarfInstructions.hpp
228
value = addressSpace.get32(p);
sys/lib/libunwind/DwarfInstructions.hpp
235
svalue = (int32_t)addressSpace.get32(p);
sys/lib/libunwind/DwarfInstructions.hpp
562
value = addressSpace.get32(value);
sys/lib/libunwind/DwarfParser.hpp
116
uint64_t cfiLength = addressSpace.get32(p);
sys/lib/libunwind/DwarfParser.hpp
125
uint32_t ciePointer = addressSpace.get32(p);
sys/lib/libunwind/DwarfParser.hpp
148
uint64_t cfiLength = addressSpace.get32(p);
sys/lib/libunwind/DwarfParser.hpp
157
uint32_t ciePointer = addressSpace.get32(p);
sys/lib/libunwind/DwarfParser.hpp
212
uint64_t cieLength = addressSpace.get32(p);
sys/lib/libunwind/DwarfParser.hpp
224
if (addressSpace.get32(p) != 0)
sys/lib/libunwind/DwarfParser.hpp
341
codeOffset += (addressSpace.get32(p) * cieInfo.codeAlignFactor);