Home | History | Annotate | Download | only in test

Lines Matching defs:struct

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