Home
last modified time | relevance | path

Searched refs:ISBIGENDIAN (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_struct.py9 ISBIGENDIAN = sys.byteorder == "big" variable
28 if ISBIGENDIAN:
49 self.assertEqual((struct.pack('=i', 1)[0] == chr(0)), ISBIGENDIAN)
141 ('='+fmt, ISBIGENDIAN and big or lil)]:
229 self.direction in ('', '@', '=') and not ISBIGENDIAN):