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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 11 IS32BIT = sys.maxsize == 0x7fffffff
545 @unittest.skipUnless(IS32BIT, "Specific to 32bit machines")

Completed in 696 milliseconds