Searched refs:extractByte (Results 1 – 3 of 3) sorted by relevance
159 inline byte extractByte(const char *data) { return *data; } in extractByte() function
105 unused = d.extractByte(data) if data else 0342 status = d.extractByte(value)1995 d.putValue('%s' % d.extractByte(value))2016 d.putValue('%s' % d.extractByte(value))
1731 d = self.extractByte(addr)2334 def extractByte(self, value): member in DumperBase