OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kIntBits
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
bitmap.h
112
if (num_bits <=
kIntBits
)
115
return (num_bits +
kIntBits
- 1) >> kLogIntBits;
119
static const int
kIntBits
= sizeof(uint32) * 8;
123
// stored in the same word, and len <
kIntBits
.
/external/chromium_org/net/disk_cache/
bitmap.h
112
if (num_bits <=
kIntBits
)
115
return (num_bits +
kIntBits
- 1) >> kLogIntBits;
119
static const int
kIntBits
= sizeof(uint32) * 8;
123
// stored in the same word, and len <
kIntBits
.
Completed in 247 milliseconds