Home | History | Annotate | Download | only in python2.7

Lines Matching refs:unpack

149         return struct.unpack('>l', file.read(4))[0]
155 return struct.unpack('>L', file.read(4))[0]
161 return struct.unpack('>h', file.read(2))[0]
167 return struct.unpack('>H', file.read(2))[0]