Home
last modified time | relevance | path

Searched defs:num_nodes (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
Dwpd_tree.h77 int num_nodes() const { return num_nodes_; } in num_nodes() function
/external/google-breakpad/src/processor/
Dstatic_map-inl.h127 int32_t num_nodes = *(reinterpret_cast<const int32_t*>(raw_data_)); in ValidateInMemoryStructure() local
/external/freetype/src/cache/
Dftcmanag.h99 FT_UInt num_nodes; member
Dftcglyph.h138 FT_UInt num_nodes; /* current number of nodes in this family */ member
/external/webp/src/utils/
Dhuffman.c145 int num_nodes = 1; // number of Huffman tree nodes in VP8LBuildHuffmanTable() local
/external/v8/src/compiler/
Dloop-analysis.h27 LoopTree(size_t num_nodes, Zone* zone) in LoopTree()
Dloop-analysis.cc119 int num_nodes() { in num_nodes() function in v8::internal::compiler::LoopFinderImpl