HomeSort by relevance Sort by last modified time
    Searched refs:ISBIGENDIAN (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 10 ISBIGENDIAN = sys.byteorder == "big"
29 if ISBIGENDIAN:
50 self.assertEqual((struct.pack('=i', 1)[0] == chr(0)), ISBIGENDIAN)
142 ('='+fmt, ISBIGENDIAN and big or lil)]:
230 self.direction in ('', '@', '=') and not ISBIGENDIAN):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 10 ISBIGENDIAN = sys.byteorder == "big"
29 if ISBIGENDIAN:
50 self.assertEqual((struct.pack('=i', 1)[0] == chr(0)), ISBIGENDIAN)
142 ('='+fmt, ISBIGENDIAN and big or lil)]:
230 self.direction in ('', '@', '=') and not ISBIGENDIAN):

Completed in 198 milliseconds