Lines Matching defs:struct
5 import unittest, string, sys, struct328 if sys.maxint < (1 << 32) and struct.calcsize('P') == 4:755 if sys.maxint != 2147483647 or struct.calcsize("P") > 4: