/src/usr.bin/nbperf/ |
nbperf-chm.c | 88 uint32_t e_idx, v0, v1, v2, g; local in function:assign_nodes 91 e_idx = state->graph.output_order[i]; 92 e = &state->graph.edges[e_idx]; 106 g = e_idx - state->g[v1] - state->g[v2]; 124 uint32_t e_idx, v0, v1, g; local in function:assign_nodes 127 e_idx = state->graph.output_order[i]; 128 e = &state->graph.edges[e_idx]; 136 g = e_idx - state->g[v1];
|
nbperf-chm.c | 88 uint32_t e_idx, v0, v1, v2, g; local in function:assign_nodes 91 e_idx = state->graph.output_order[i]; 92 e = &state->graph.edges[e_idx]; 106 g = e_idx - state->g[v1] - state->g[v2]; 124 uint32_t e_idx, v0, v1, g; local in function:assign_nodes 127 e_idx = state->graph.output_order[i]; 128 e = &state->graph.edges[e_idx]; 136 g = e_idx - state->g[v1];
|
nbperf-chm.c | 88 uint32_t e_idx, v0, v1, v2, g; local in function:assign_nodes 91 e_idx = state->graph.output_order[i]; 92 e = &state->graph.edges[e_idx]; 106 g = e_idx - state->g[v1] - state->g[v2]; 124 uint32_t e_idx, v0, v1, g; local in function:assign_nodes 127 e_idx = state->graph.output_order[i]; 128 e = &state->graph.edges[e_idx]; 136 g = e_idx - state->g[v1];
|