Searched refs:U32_STRUCT (Results 1 – 1 of 1) sorted by relevance
63 U32_STRUCT = struct.Struct('I') variable338 return int(U32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])354 return int(U32_STRUCT.unpack(self.xReadBytes(addr, 4))[0])451 return self.xIterAsScalar(U32_STRUCT, addr, count)467 return self.xIterAsScalar(U32_STRUCT, addr, count)