Searched defs:read_s32 (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h171 read_s32 (struct dwarf_cursor *c, unw_word_t addr, unw_word_t *val) function
271 return read_s32 (c, DWARF_GET_LOC (loc), val);
/external/qemu/ui/
H A Dvnc-android.c1227 int32_t read_s32(uint8_t *data, size_t offset) function
1740 int32_t val = read_s32(data, 4 + (i * 4));
H A Dvnc.c1220 int32_t read_s32(uint8_t *data, size_t offset) function
1733 int32_t val = read_s32(data, 4 + (i * 4));

Completed in 149 milliseconds