Searched refs:I32_STRUCT (Results 1 – 1 of 1) sorted by relevance
58 I32_STRUCT = struct.Struct('i') variable322 return int(I32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])348 return int(I32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])435 return self.xIterAsScalar(I32_STRUCT, addr, count)461 return self.xIterAsScalar(I32_STRUCT, addr, count)