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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 398 bigpacked = struct.pack(">f", smaller)
399 self.assertEqual(bigpacked, string_reverse(packed))
400 unpacked = struct.unpack(">f", bigpacked)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 398 bigpacked = struct.pack(">f", smaller)
399 self.assertEqual(bigpacked, string_reverse(packed))
400 unpacked = struct.unpack(">f", bigpacked)[0]

Completed in 70 milliseconds