HomeSort by: relevance | last modified time | path
    Searched refs:verts (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/nbperf/
graph2.c 56 graph->verts = calloc(sizeof(*graph->verts), v);
60 if (graph->verts == NULL || graph->edges == NULL ||
68 free(graph->verts);
72 graph->verts = NULL;
142 v = graph->verts + e->vertices[i];
156 v = graph->verts + e->vertices[i];
165 struct SIZED(vertex) *v = graph->verts + vertex;
191 memset(graph->verts, 0, sizeof(*graph->verts) * graph->v)
    [all...]
graph2.h 75 struct SIZED(vertex) *verts;
  /src/games/gomoku/
pickmove.c 670 int baseB, fcnt, emask, verts; local in function:makecombo
682 verts = checkframes(cbp, ocbp, osp, cv, &ovi);
683 if (verts < 0)
687 if (verts > 0) {
716 int c = cbp->c_combo.cv_force + ocb.cv_force - verts - 3;
754 if (verts != 0) {
773 "bw"[curcolor], verts, ncbp->c_frameindex, ncbp->c_dir,
1094 int verts = 0; local in function:checkframes
1131 if (verts != 0)
1153 verts++
    [all...]

Completed in 13 milliseconds