Searched refs:next_node_id (Results 1 – 8 of 8) sorted by relevance
234 size_t next_node_id = 0; in Compute() local241 FindUniqueHashes(&next_node_id); in Compute()242 while (next_node_id < map.size()) { in Compute()243 ComputeOneRound(next_node_id); in Compute()244 FindUniqueHashes(&next_node_id); in Compute()329 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() argument332 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()349 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()366 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()
293 void ComputeOneRound(size_t next_node_id);
119 static void ComputeOneRound(size_t next_node_id, Signature* signature) { in ComputeOneRound() argument120 signature->ComputeOneRound(next_node_id); in ComputeOneRound()
42 id_(tree->next_node_id()) { in ProfileNode()
63 unsigned next_node_id() { return next_node_id_++; } in next_node_id() function
21 id_(tree->next_node_id()) { in AllocationTraceNode()
284 unsigned next_node_id() { return next_node_id_++; } in next_node_id() function
43 unsigned int next_node_id; member68 n->base.idx = btio->next_node_id++; in add_profile_dev()369 active->base.idx = btio->next_node_id++; in cras_bt_io_create()