/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/ |
D | HuffmanDecoder.java | 284 lengthTree = buildTree(lengths); in HuffmanCodes() 285 distanceTree = buildTree(distance); in HuffmanCodes() 377 BinaryTreeNode codeLengthTree = buildTree(codeLengthValues); in populateDynamicTables() 440 private static BinaryTreeNode buildTree(int[] litTable) { in buildTree() method in HuffmanDecoder
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/ |
D | Huffman.java | 87 buildTree(); in Huffman() 165 private void buildTree() { in buildTree() method in Huffman
|
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/ |
D | Huffman.java | 90 buildTree(); in Huffman() 168 private void buildTree() { in buildTree() method in Huffman
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/ |
D | Huffman.java | 86 buildTree(); in Huffman() 164 private void buildTree() { in buildTree() method in Huffman
|
/external/python/cpython2/Parser/ |
D | spark.py | 334 return self.buildTree(self._START, finalitem, 616 def buildTree(self, nt, item, tokens, k): member in GenericParser 644 attr[i] = self.buildTree(sym, why[0],
|
/external/smali/smali/src/main/antlr/ |
D | smaliParser.g | 333 private CommonTree buildTree(int type, String text, List<CommonTree> children) { 453 …^(I_METHODS method*) ^(I_FIELDS field*) {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $smali_file::cl… 512 {buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", $statements_and_directives::methodAnnotations)};
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 528 void buildTree(ArrayRef<Value *> Roots, 535 void buildTree(ArrayRef<Value *> Roots, 1321 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP 1324 buildTree(Roots, ExternallyUsedValues, UserIgnoreLst); in buildTree() 1327 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP 4704 R.buildTree(Operands); in vectorizeStoreChain() 4934 R.buildTree(Ops); in tryToVectorizeList() 4945 R.buildTree(ReorderedOps, None); in tryToVectorizeList() 5754 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 5762 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 339 void buildTree(ArrayRef<Value *> Roots, 911 void BoUpSLP::buildTree(ArrayRef<Value *> Roots, in buildTree() function in BoUpSLP 3611 R.buildTree(Operands); in vectorizeStoreChain() 3800 R.buildTree(Ops, BuildVectorSlice); in tryToVectorizeList() 3807 R.buildTree(ReorderedOps, None); in tryToVectorizeList() 4081 V.buildTree(makeArrayRef(&ReducedVals[i], ReduxWidth), ReductionOps); in tryToReduce()
|
/external/smali/smali/src/main/java/org/jf/smali/ |
D | smaliParser.java | 386 private CommonTree buildTree(int type, String text, List<CommonTree> children) { in buildTree() method in smaliParser 714 …adaptor.addChild(root_1, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", smali_file_stack.peek().classAn… in smali_file() 1850 …adaptor.addChild(root_0, buildTree(I_ANNOTATIONS, "I_ANNOTATIONS", statements_and_directives_stack… in statements_and_directives()
|