Home | History | Annotate | Download | only in Inputs

Lines Matching refs:byteordering

271   byteordering = f.uint8()
272 if byteordering == 1:
274 elif byteordering == 2:
277 raise ValueError, "Unknown byte ordering %x" % byteordering