Lines Matching refs:unpack
4948 length = struct.unpack('H', buf[i+22:i+24])[0]
4949 base, num = struct.unpack('IH', buf[i+24:i+30])
4952 length = struct.unpack('H', buf[i+6:i+8])[0]
4953 base, num = struct.unpack('IH', buf[i+8:i+14])
4977 type, size, handle = struct.unpack('BBH', buf[i:i+4])
4980 if 0 == struct.unpack('H', buf[n:n+2])[0]:
4987 idx = struct.unpack('B', buf[i+idxadr])[0]
5056 table = struct.unpack('4sIBB6s8sI4sI', buf[0:36])
5082 header = struct.unpack('HBB', records[i:i+4])
5089 addr = struct.unpack('Q', records[i+8:i+16])[0]
5097 rechead = struct.unpack('4sI', first)
5100 record = struct.unpack('HBBIQQQQQ', recdata)
5113 prechead = struct.unpack('HBB', recdata[j:j+4])
5117 record = struct.unpack('IIQQ', recdata[j:j+prechead[1]])
5128 record = struct.unpack('QQ', recdata[j+4:j+prechead[1]])