HomeSort by relevance Sort by last modified time
    Searched defs:Forest (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 71 // Create spanning tree, Forest contains a special data structure
74 EquivalenceClasses<const T*> Forest;
79 Forest.insert(e.first);
80 Forest.insert(e.second);
88 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
89 Forest.unionSets(e.first, e.second);
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 74 // Create spanning tree, Forest contains a special data structure
77 EquivalenceClasses<const T*> Forest;
82 Forest.insert(e.first);
83 Forest.insert(e.second);
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
92 Forest.unionSets(e.first, e.second);
  /external/brotli/c/enc/
hash_to_binary_tree_inc.h 54 /* uint32_t forest[2 * num_nodes] */
61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) {
126 uint32_t* forest = FN(Forest)(self); local
128 /* The forest index of the rightmost node of the left subtree of the new
131 /* The forest index of the leftmost node of the right subtree of the new
149 forest[node_left] = self->invalid_pos_;
150 forest[node_right] = self->invalid_pos_;
169 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-directory/1.11.18/
aws-java-sdk-directory-1.11.18.jar 

Completed in 179 milliseconds