Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 136) sorted by relevance

123456

/external/zopfli/src/zopfli/
Dkatajainen.c106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) { in BoundaryPM() argument
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain); in BoundaryPM()
126 if (lastcount < numsymbols && sum > leaves[lastcount].weight) { in BoundaryPM()
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail, in BoundaryPM()
134 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0); in BoundaryPM()
135 BoundaryPM(lists, maxbits, leaves, numsymbols, pool, index - 1, 0); in BoundaryPM()
146 NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) { in InitLists() argument
150 InitNode(leaves[0].weight, 1, 0, node0); in InitLists()
151 InitNode(leaves[1].weight, 2, 0, node1); in InitLists()
163 static void ExtractBitLengths(Node* chain, Node* leaves, unsigned* bitlengths) { in ExtractBitLengths() argument
[all …]
/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java100 List<Description> leaves = findLeaves(request); in sortRequest() local
101 Collections.sort(leaves, history.testComparator()); in sortRequest()
102 return constructLeafRequest(leaves); in sortRequest()
105 private Request constructLeafRequest(List<Description> leaves) { in constructLeafRequest() argument
107 for (Description each : leaves) { in constructLeafRequest()
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt051treeRewriteASTtWalker.g11 | INT // leaves it alone, returning $a.start
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
Dcoverage.txt9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dpeephole-bitcast.ll6 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Ddelete-node.ll3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
/external/llvm/test/CodeGen/ARM/
Dpeephole-bitcast.ll8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
Dvldm-liveness.ll10 ; third position. However, this leaves the instruction defining s3 with a stray
/external/llvm/test/Transforms/Inline/
Dcrash-lifetime-marker.ll3 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/external/llvm/test/CodeGen/PowerPC/
Ddelete-node.ll3 ; The DAGCombiner leaves behind a dead node in this testcase. Currently
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRParseTree.m35 * end up as the leaves of this tree and rule nodes are the interior nodes.
122 /** Print out the leaves of this tree, which means printing original
/external/elfutils/
DREADME4 This leaves byte ordering aside. While assuming this the code can be
/external/llvm/test/Bitcode/
Dmdnodes-in-post-order.ll4 ; iteratitive post-order traersals: the leaves, !3 and !4, are reachable from
/external/llvm/test/Transforms/Reassociate/
Dno-op.ll3 ; When there is nothing to do, or not much to do, check that reassociate leaves
/external/llvm/test/CodeGen/X86/
Daddr-mode-matcher.ll42 ; node becomes identical to %load2. CSE replaces %load1 which leaves its
Dpeephole-na-phys-copy-folding.ll148 ; That leaves us EDI and ESI.
151 ; This leaves us plenty of choices for the temporary. For now,
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto120 // preserved after scaling. A value of 1.0 (or less) leaves delays
131 // |screen_dim_ms| delay leaves delays unchanged.
/external/syslinux/doc/
Dgpt.txt59 calculate them, and just leaves them as zero.
/external/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst43 API but leaves out the implementation.
/external/dnsmasq/dbus/
DDBus-interface94 specified by via the DBus, but it leaves any servers specified via the
/external/libexif/auto-m4/
Dlib-ld.m452 # gcc leaves a trailing carriage return which upsets mingw
/external/bison/m4/
Dlib-ld.m456 # gcc leaves a trailing carriage return which upsets mingw
/external/curl/packages/vms/
Dclean_gnv_curl.com5 $! The GNV environment leaves behind some during the configure and build
/external/mesa3d/docs/
DMESA_multithread_makecurrent.spec34 objects in parallel, and leaves synchronization for write access
/external/clang/include/clang/AST/
DTypeNodes.def115 // These types are always leaves in the type hierarchy.

123456