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

  /src/usr.bin/nbperf/
graph2.h 49 * and the vertices of the edge don't have to be copied.
71 uint32_t vertices[GRAPH_SIZE]; local in function:SIZED
  /src/lib/libc/cdb/
cdbw.c 360 * and the vertices of the edge don't have to be copied.
371 uint32_t vertices[3]; member in struct:edge
384 struct vertex *vertices; member in struct:state
402 v = &state->vertices[e_->vertices[i]];
411 struct vertex *v_ = &state->vertices[v];
433 memset(state->vertices, 0, sizeof(*state->vertices) * state->entries);
446 e->vertices[j] = fast_remainder32(hashes[j],
451 if (e->vertices[0] == e->vertices[1]
    [all...]

Completed in 12 milliseconds