Searched refs:InitNode (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | node_util.py | 31 def InitNode(self): member in _NodeManager 45 def InitNode(): function 46 _NODE_MANAGER.InitNode() 54 _NODE_MANAGER.InitNode()
|
/external/zopfli/src/zopfli/ |
D | katajainen.c | 54 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode() function 123 InitNode(leaves[lastcount].weight, lastcount + 1, 0, newchain); in BoundaryPM() 128 InitNode(leaves[lastcount].weight, lastcount + 1, oldchain->tail, in BoundaryPM() 131 InitNode(sum, lastcount, lists[index - 1][1], newchain); in BoundaryPM() 150 InitNode(leaves[0].weight, 1, 0, node0); in InitLists() 151 InitNode(leaves[1].weight, 2, 0, node1); in InitLists()
|