Lines Matching defs:struct
62 import struct
5779 length = struct.unpack('H', buf[i+22:i+24])[0]
5780 base, num = struct.unpack('IH', buf[i+24:i+30])
5783 length = struct.unpack('H', buf[i+6:i+8])[0]
5784 base, num = struct.unpack('IH', buf[i+8:i+14])
5809 type, size, handle = struct.unpack('BBH', buf[i:i+4])
5812 if 0 == struct.unpack('H', buf[n:n+2])[0]:
5819 idx = struct.unpack('B', buf[i+idxadr:i+idxadr+1])[0]
5869 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36])
5901 header = struct.unpack('HBB', records[i:i+4])
5908 addr = struct.unpack('Q', records[i+8:i+16])[0]
5916 rechead = struct.unpack('4sI', first)
5919 record = struct.unpack('HBBIQQQQQ', recdata[:48])
5934 prechead = struct.unpack('HBB', recdata[j:j+4])
5938 record = struct.unpack('IIQQ', recdata[j:j+prechead[1]])
5948 record = struct.unpack('QQ', recdata[j+4:j+prechead[1]])