Home
last modified time | relevance | path

Searched refs:eout (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dgraphviz.c167 struct obstack eout; in output_red() local
171 obstack_init (&eout); in output_red()
199 firste = print_token (&eout, firste, symbols[i]->tag); in output_red()
207 conclude_red (&eout, source, ruleno, true, firste && !defaulted, fout); in output_red()
210 obstack_free (&eout, 0); in output_red()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.h86 GLuint edst, GLuint eout, GLuint ein,
171 GLuint edst, GLuint eout, GLuint ein,
Dt_vertex.c155 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument
167 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func()
195 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument
199 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp()
Dt_vertex_generic.c1013 GLuint edst, GLuint eout, GLuint ein, in _tnl_generic_interp() argument
1020 const GLubyte *vout = vtx->vertex_buf + eout * vtx->vertex_size; in _tnl_generic_interp()
/external/libcxx/src/
Dstrstream.cpp174 ptrdiff_t eout = epptr() - pbase(); in overflow() local
183 setp(buf + einp, buf + einp + eout); in overflow()