Searched refs:n_next (Results 1 - 2 of 2) sorted by path

/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshalgo.c1226 FT_Int n_next = (FT_Int)( point->next - points ); local in function:psh_glyph_init
1238 dxo = vec[n_next].x - vec[n].x;
1239 dyo = vec[n_next].y - vec[n].y;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadext.c143 NODE **n_prevp; /* pointer to previous node's n_next */
144 NODE *n_next; /* next node in graph */ member in struct:node_str
164 n = n->n_next) ;
178 if ((n->n_next = graph) != NULL)
179 graph->n_prevp = &n->n_next;
232 for (n = graph; n != NULL; n = n->n_next)
250 last->n_next = newnode;
254 newnode->n_next = NULL;
259 *n->n_prevp = n->n_next;
260 if (n->n_next)
[all...]

Completed in 73 milliseconds