OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numberOfEntriesLog2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp
[
all
...]
Heap.h
602
static const int
numberOfEntriesLog2
= 12;
603
static const int numberOfEntries = 1 <<
numberOfEntriesLog2
;
[
all
...]
Completed in 141 milliseconds