HomeSort by relevance Sort by last modified time
    Searched refs:InitNode (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 31 def InitNode(self):
45 def InitNode():
46 _NODE_MANAGER.InitNode()
54 _NODE_MANAGER.InitNode()
  /external/zopfli/src/zopfli/
katajainen.c 54 static void InitNode(size_t weight, int count, Node* tail, Node* node) {
123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain);
128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail,
131 InitNode(sum, lastcount, lists[index - 1][1], newchain);
150 InitNode(leaves[0].weight, 1, 0, node0);
151 InitNode(leaves[1].weight, 2, 0, node1);

Completed in 83 milliseconds