Home
last modified time | relevance | path

Searched defs:vertex (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgraphds.h33 struct vertex struct
38 vertex. */ argument
40 void *data; /* Data attached to the vertex. */ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgraphds.h35 struct vertex struct
40 vertex. */ argument
42 void *data; /* Data attached to the vertex. */ argument
/dflybsd-src/games/gomoku/
H A Dbdinit.c175 int mask, bmask, vertex, s; in init_overlap() local