Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:uint32

63 typedef uint32 CacheAddr;
66 const uint32 kIndexMagic = 0xC103CAC3;
67 const uint32 kCurrentVersion = 0x20000; // Version 2.0.
85 uint32 magic;
86 uint32 version;
113 uint32 hash; // Full hash of the key.
124 uint32 flags; // Any combination of EntryFlags.
161 const uint32 kBlockMagic = 0xC104CAC3;
166 typedef uint32 AllocBitmap[kMaxBlocks / 32];
179 uint32 magic;
180 uint32 version;
236 uint32 magic; // Structure identifier (equal to kIndexMagic).
247 uint32 bitmap[32]; // Bitmap representation of known children (if this