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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 169 signed_size = struct.calcsize(byteorder + format_pair[0])
171 self.assertEqual(signed_size, unsigned_size)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 169 signed_size = struct.calcsize(byteorder + format_pair[0])
171 self.assertEqual(signed_size, unsigned_size)
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 532 int64_t signed_size; local
533 if (!::base::GetFileSize(CreateFilePath(fname), &signed_size)) {
538 *size = static_cast<uint64_t>(signed_size);

Completed in 73 milliseconds