Searched defs:kLogIntBits (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dbitmap.h115 return (num_bits + kIntBits - 1) >> kLogIntBits;
120 static const int kLogIntBits = 5; // 2^5 == 32 bits per word. member in class:disk_cache::Bitmap
/external/chromium_org/net/disk_cache/
H A Dbitmap.h115 return (num_bits + kIntBits - 1) >> kLogIntBits;
120 static const int kLogIntBits = 5; // 2^5 == 32 bits per word. member in class:disk_cache::Bitmap

Completed in 92 milliseconds