Home
last modified time | relevance | path

Searched defs:leaves (Results 1 – 25 of 49) sorted by relevance

12

/external/zopfli/src/zopfli/
Dkatajainen.c69 static void BoundaryPM(Node* (*lists)[2], Node* leaves, int numsymbols, in BoundaryPM()
104 Node* leaves, int numsymbols, NodePool* pool, int index) { in BoundaryPMFinal()
126 NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) { in InitLists()
143 static void ExtractBitLengths(Node* chain, Node* leaves, unsigned* bitlengths) { in ExtractBitLengths()
185 Node* leaves = (Node*)malloc(n * sizeof(*leaves)); in ZopfliLengthLimitedCodeLengths() local
/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java100 List<Description> leaves = findLeaves(request); in sortRequest() local
105 private Request constructLeafRequest(List<Description> leaves) { in constructLeafRequest()
/external/fonttools/Lib/fontTools/misc/
DtreeTools.py6 def build_n_ary_tree(leaves, n): argument
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl260 const Leaves leaves = ReadLeaves(); local
323 static void ParseCpuId(const Leaves* leaves, X86Info* info,
466 static void ParseExtraAMDCpuId(const Leaves* leaves, X86Info* info,
489 const Leaves leaves = ReadLeaves(); local
1723 static void ParseLeaf2(const Leaves* leaves, CacheInfo* info) {
1904 const Leaves leaves = ReadLeaves(); local
/external/cronet/third_party/cpu_features/src/src/
Dimpl_x86__base_implementation.inl258 const Leaves leaves = ReadLeaves(); local
321 static void ParseCpuId(const Leaves* leaves, X86Info* info,
462 static void ParseExtraAMDCpuId(const Leaves* leaves, X86Info* info,
482 const Leaves leaves = ReadLeaves(); local
1712 static void ParseLeaf2(const Leaves* leaves, CacheInfo* info) {
1893 const Leaves leaves = ReadLeaves(); local
/external/rust/crates/argh/tests/
Dargs_info_tests.rs230 leaves: Vec<String>, in args_info_test_positional_args() field
277 leaves: Option<String>, in args_info_test_optional_positional_args() field
331 leaves: String, in args_info_test_default_positional_args() field
453 leaves: String, in args_info_test_subcommands() field
631 leaves: Vec<String>, in args_info_test_subcommand_notes_examples() field
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc147 int32* leaves = level_[num_levels_ - 1]; in SetAllWeights() local
159 int32* leaves = level_[num_levels_ - 1]; in SetWeightsFromArray() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.cc134 py::handle handle, T& leaves, in FlattenIntoImpl()
212 absl::InlinedVector<py::object, 2>& leaves, in FlattenInto()
217 void PyTreeDef::FlattenInto(py::handle handle, std::vector<py::object>& leaves, in FlattenInto()
224 std::vector<py::object> leaves; in Flatten() local
349 py::list leaves(num_leaves()); in FlattenUpTo() local
Dtypes.h95 absl::InlinedVector<BorrowingLiteral, 1> leaves; member
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DContainment.java47 addLeaves(s, leaves, containers); in addLeaves() argument
48 leavesToContainers.putAll(leaves, s); in leavesToContainers.putAll() argument
/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py83 def run(self, leaves): argument
Dbtm_utils.py96 def leaves(self): member in MinNode
Dpytree.py215 def leaves(self): member in Base
406 def leaves(self): member in Leaf
/external/python/cpython3/Lib/lib2to3/
Dbtm_matcher.py83 def run(self, leaves): argument
Dbtm_utils.py96 def leaves(self): member in MinNode
Dpytree.py184 def leaves(self): member in Base
372 def leaves(self): member in Leaf
/external/rust/crates/mls-rs/src/tree_kem/
Dtree_validator.rs91 let leaves = wrap_impl_iter(tree.nodes.non_empty_leaves()); in validate_leaves() localVariable
94 let leaves = leaves.map(Ok); in validate_leaves() localVariable
Dparent_hash.rs328 let mut leaves = Vec::new(); in get_test_tree_fig_12() localVariable
/external/rust/crates/predicates-tree/src/
Dlib.rs30 let mut leaves: Vec<CaseTreeInner> = vec![]; in convert() localVariable
/external/cronet/net/cert/
Dct_log_verifier_unittest.cc603 std::string HashTree(std::string leaves[], size_t tree_size) { in HashTree()
621 std::vector<std::string> CreateAuditProof(std::string leaves[], in CreateAuditProof()
653 std::vector<std::string> CreateConsistencyProof(std::string leaves[], in CreateConsistencyProof()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h181 tensorflow::gtl::iterator_range<leaf_iterator> leaves() { in leaves() function
184 tensorflow::gtl::iterator_range<const_leaf_iterator> leaves() const { in leaves() function
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DPartitionInfo.java324 ImmutableSet<String> leaves = territories.getLeafRegionsOf(macro); in mapMacroRegionsToPartitionIds() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc127 std::vector<BorrowingLiteral> leaves; in PYBIND11_MODULE() local
/external/rust/crates/termtree/src/
Dlib.rs15 pub leaves: Vec<Tree<D>>, field
/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/tool/
DGenerateLanguageContainment.java245 Set<String> leaves = new LinkedHashSet<>(); field in GenerateLanguageContainment.Tree

12