Searched refs:next_node_id (Results 1 – 4 of 4) sorted by relevance
236 size_t next_node_id = 0; in Compute() local243 FindUniqueHashes(&next_node_id); in Compute()244 while (next_node_id < map.size()) { in Compute()245 ComputeOneRound(next_node_id); in Compute()246 FindUniqueHashes(&next_node_id); in Compute()331 void Signature::ComputeOneRound(size_t next_node_id) { in ComputeOneRound() argument334 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()351 for (auto it = nodes.begin() + next_node_id; it != nodes.end(); ++it) { in ComputeOneRound()368 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()
44 unsigned int next_node_id; member69 n->base.idx = btio->next_node_id++; in add_profile_dev()527 active->base.idx = btio->next_node_id++; in cras_bt_io_create()