OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_nodes_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
inode_pool.h
19
INodePool() : num_nodes_(0),
max_nodes_
(0) {}
27
max_nodes_
+= INO_CNT;
31
inos_.push_back(
max_nodes_
- a);
49
size_t capacity() const { return
max_nodes_
; }
53
size_t
max_nodes_
;
member in class:nacl_io::INodePool
/external/chromium_org/third_party/libwebp/utils/
huffman.h
42
int
max_nodes_
; // max number of nodes
member in struct:HuffmanTree
Completed in 82 milliseconds