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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 90 const u64 kBlockMagic = 0x6A6CB03ABCEBC041ull;
98 ((u64*)p)[0] = kBlockMagic;
106 CHECK_EQ(kBlockMagic, ((u64*)addr)[0]);
  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 33 const uint32 kBlockMagic = 0xC104CAC3;
block_bitmaps_v3_unittest.cc 20 headers[i].magic = disk_cache::kBlockMagic;
block_files.cc 457 header.magic = kBlockMagic;
489 if (kBlockMagic != header->magic || kBlockVersion2 != header->version) {

Completed in 248 milliseconds