Searched refs:I64_STRUCT (Results 1 – 1 of 1) sorted by relevance
59 I64_STRUCT = struct.Struct('q') variable326 return int(I64_STRUCT.unpack(self.xReadBytes(addr, 8))[0])347 return int(I64_STRUCT.unpack(self.xReadBytes(addr, 8))[0])439 return self.xIterAsScalar(I64_STRUCT, addr, count)460 return self.xIterAsScalar(I64_STRUCT, addr, count)