HomeSort by: relevance | last modified time | path
    Searched defs:visited (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/fsck_lfs/
pass0.c 105 char *visited; local in function:pass0
112 visited = ecalloc(maxino, sizeof(*visited));
127 if (visited[ino]) {
138 visited[ino] = 1;
168 if (visited[ino])
  /src/usr.bin/nbperf/
graph2.h 79 uint8_t *visited; local in function:SIZED
nbperf-chm.c 79 uint8_t *visited; member in struct:state
93 if (!state->visited[e->vertices[0]]) {
97 } else if (!state->visited[e->vertices[1]]) {
113 state->visited[v0] = 1;
114 state->visited[v1] = 1;
115 state->visited[v2] = 1;
129 if (!state->visited[e->vertices[0]]) {
140 state->visited[v0] = 1;
141 state->visited[v1] = 1;
274 state.visited = calloc(sizeof(uint8_t), v)
    [all...]
nbperf-bdz.c 74 uint32_t *visited; member in struct:state
94 if (!state->visited[e->vertices[0]]) {
97 } else if (!state->visited[e->vertices[1]]) {
101 if (state->visited[e->vertices[2]])
107 state->visited[t] = 2 + j;
108 if (state->visited[e->vertices[0]] == 0)
109 state->visited[e->vertices[0]] = 1;
110 if (state->visited[e->vertices[1]] == 0)
111 state->visited[e->vertices[1]] = 1;
112 if (state->visited[e->vertices[2]] == 0
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h 113 &visited = t2; local in function:__sanitizer::BVGraph::isReachable
115 visited.clear();
116 visited.setBit(from);
119 if (visited.setBit(idx))
122 return targets.intersectsWith(visited);
sanitizer_deadlock_detector2.cc 61 bool visited[kMaxMutex]; member in struct:__sanitizer::DDPhysicalThread
361 internal_memset(pt->visited, 0, sizeof(pt->visited));
376 if (pt->visited[link.id])
382 pt->visited[link.id] = true;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c 366 bool visited[DC__NUM_DPP__MAX]; local in function:fetch_pipe_params
370 visited[k] = false;
381 if (visited[j])
383 visited[j] = true;
599 if (src_k->is_hsplit && !visited[k]
621 visited[k] = true;
  /src/lib/libc/cdb/
cdbw.c 382 char *visited; member in struct:state
499 if (!state->visited[e->vertices[0]]) {
503 } else if (!state->visited[e->vertices[1]]) {
517 state->visited[v0] = 1;
518 state->visited[v1] = 1;
519 state->visited[v2] = 1;
636 NALLOC(state.visited, state.entries);
642 if (state.g == NULL || state.visited == NULL || state.edges == NULL ||
661 free(state.visited);
  /src/sys/dev/raidframe/
rf_dag.h 124 int visited; /* used to avoid re-visiting nodes on DAG member in struct:RF_DagNode_s
127 * IT FINISHES, ALL VISITED FLAGS IN THE DAG ARE IDENTICAL */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_resource.c 2782 bool visited[MAX_PIPES] = { 0 }; local in function:dcn20_calculate_dlg_params
2807 if (!visited[pipe_idx]) {
2824 if (src_j->is_hsplit && !visited[j]
2830 visited[j] = true;
2833 visited[pipe_idx] = true;
2846 ASSERT(visited[pipe_idx]);

Completed in 18 milliseconds