HomeSort by relevance Sort by last modified time
    Searched defs:max_nodes_ (Results 1 - 3 of 3) 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
  /external/webp/src/utils/
huffman.h 42 int max_nodes_; // max number of nodes member in struct:HuffmanTree

Completed in 59 milliseconds