Searched refs:vertex (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_spf.h29 struct vertex struct
44 struct vertex *parent;
H A Dospf_route.h137 void ospf_intra_add_router (struct route_table *, struct vertex *,
140 void ospf_intra_add_transit (struct route_table *, struct vertex *,
144 struct vertex *, struct ospf_area *);
149 struct vertex * );
H A Dospf_spf.c51 vertex_nexthop_new (struct vertex *parent)
82 struct vertex *
85 struct vertex *new;
87 new = XMALLOC (MTYPE_OSPF_VERTEX, sizeof (struct vertex));
88 memset (new, 0, sizeof (struct vertex));
102 ospf_vertex_free (struct vertex *v)
118 ospf_vertex_add_parent (struct vertex *v)
137 struct vertex *v;
177 struct vertex *v;
181 v = (struct vertex *) getdat
[all...]
H A Dospf_route.c244 ospf_intra_route_add (struct route_table *rt, struct vertex *v,
304 ospf_intra_add_router (struct route_table *rt, struct vertex *v,
326 /* If the newly added vertex is an area border router or AS boundary
345 the newly added vertex Router X. */
368 points back to Router X's parent vertex on the shortest-path tree
396 ospf_intra_add_transit (struct route_table *rt, struct vertex *v,
406 /* If the newly added vertex is a transit network, the routing table
425 has a smaller Link State ID than the newly added vertex' LSA. */
460 struct vertex *v, struct ospf_area *area)
485 equal to the distance from the root to the router vertex
[all...]
H A Dospf_interface.h231 void ospf_vl_up_check (struct ospf_area *, struct in_addr, struct vertex *);
H A Dospfd.h378 struct vertex *spf;
H A Dospf_interface.c837 ospf_vl_set_params (struct ospf_vl_data *vl_data, struct vertex *v)
888 struct vertex *v)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c254 from the root to this vertex. */
299 /* Find Link-LSA of the vertex in question */
660 /* Create root vertex */
665 zlog_err ("SPF: Can't allocate memory for root vertex");
755 ospf6_spf_install (struct ospf6_vertex *vertex, struct ospf6_area *o6a)
766 router_lsa = OSPF6_LSA_HEADER_END (vertex->lsa->header);
767 network_lsa = OSPF6_LSA_HEADER_END (vertex->lsa->header);
771 zlog_info ("SPF: Install: %s", vertex->string);
774 listnode_add (o6a->spf_tree->list, vertex);
776 for (node = listhead (vertex
753 ospf6_spf_install(struct ospf6_vertex *vertex, struct ospf6_area *o6a) argument
1177 ospf6_vertex_show(struct vty *vty, struct ospf6_vertex *vertex) argument
1222 struct ospf6_vertex *vertex; local
1291 struct ospf6_vertex *vertex; variable in typeref:struct:ospf6_vertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dopengl_enc.c200 OpenGLVertexInfo vertex[4]; ///< VBO member in struct:OpenGLContext
888 opengl->vertex[0].z = opengl->vertex[1].z = opengl->vertex[2].z = opengl->vertex[3].z = 0.0f;
889 opengl->vertex[0].x = opengl->vertex[1].x = - (float)opengl->picture_width / 2.0f;
890 opengl->vertex[2].x = opengl->vertex[3].x = (float)opengl->picture_width / 2.0f;
891 opengl->vertex[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_state.c1545 /* Emit the vertex buffer rendering commands */
1572 /* Emit the vertex buffer age */
2247 drm_radeon_vertex_t *vertex = data; local
2255 DRM_CURRENTPID, vertex->idx, vertex->count, vertex->discard);
2257 if (vertex->idx < 0 || vertex->idx >= dma->buf_count) {
2259 vertex->idx, dma->buf_count - 1);
2262 if (vertex
2533 drm_radeon_vertex2_t *vertex = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_state.c595 /* Emit the vertex buffer rendering commands */
614 /* Emit the vertex buffer age */
751 /* Emit the vertex buffer age */
1338 drm_r128_vertex_t *vertex = data; local
1345 DRM_CURRENTPID, vertex->idx, vertex->count, vertex->discard);
1347 if (vertex->idx < 0 || vertex->idx >= dma->buf_count) {
1349 vertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i810/
H A Di810_dma.c941 drm_i810_vertex_t *vertex = data; local
946 vertex->idx, vertex->used, vertex->discard);
948 if (vertex->idx < 0 || vertex->idx > dma->buf_count)
952 dma->buflist[vertex->idx],
953 vertex->discard, vertex->used);
955 atomic_add(vertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_state.c879 drm_mga_vertex_t *vertex = data; local
883 if (vertex->idx < 0 || vertex->idx > dma->buf_count)
885 buf = dma->buflist[vertex->idx];
888 buf->used = vertex->used;
889 buf_priv->discard = vertex->discard;
892 if (vertex->discard) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i830/
H A Di830_dma.c1100 DRM_DEBUG("dispatch vertex addr 0x%lx, used 0x%x nbox %d\n",
1277 drm_i830_vertex_t *vertex = data; local
1281 DRM_DEBUG("i830 dma vertex, idx %d used %d discard %d\n",
1282 vertex->idx, vertex->used, vertex->discard);
1284 if (vertex->idx < 0 || vertex->idx > dma->buf_count)
1288 dma->buflist[vertex->idx],
1289 vertex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dbasicp.h93 wxPolygonControlPoint(wxShapeCanvas *the_canvas = NULL, wxShape *object = NULL, double size = 0.0, wxRealPoint *vertex = NULL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic2.cpp1579 wxRealPoint *vertex, double the_xoffset, double the_yoffset):
1582 m_polygonVertex = vertex;
1605 // Implement resizing polygon or moving the vertex.
1578 wxPolygonControlPoint(wxShapeCanvas *theCanvas, wxShape *object, double size, wxRealPoint *vertex, double the_xoffset, double the_yoffset) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex111 end of the line, to a new side or vertex (depending on the object).

Completed in 420 milliseconds