Searched refs:eout (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/hana/example/lazy/ |
D | monad.cpp | 43 auto eout = hana::eval(out); in main() local 45 std::cout << "the result of the monadic chain is " << eout << "\n"; in main() 46 BOOST_HANA_RUNTIME_CHECK(eout == (in + 1) / 2); in main()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex.h | 86 GLuint edst, GLuint eout, GLuint ein, 171 GLuint edst, GLuint eout, GLuint ein,
|
D | t_vertex.c | 167 GLuint edst, GLuint eout, GLuint ein, in choose_interp_func() argument 181 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in choose_interp_func() 212 GLuint edst, GLuint eout, GLuint ein, in _tnl_interp() argument 216 vtx->interp( ctx, t, edst, eout, ein, force_boundary ); in _tnl_interp()
|
D | t_vertex_generic.c | 1012 GLuint edst, GLuint eout, GLuint ein, in _tnl_generic_interp() argument 1019 const GLubyte *vout = vtx->vertex_buf + eout * vtx->vertex_size; in _tnl_generic_interp()
|
/third_party/grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | 4f96a5fba4d11401eb22d4b1e365fbbb2d684f24 | 13 eout
|
/third_party/alsa-lib/include/ |
D | alisp.h | 28 snd_output_t *eout; /* error output */ member
|
/third_party/alsa-lib/alsalisp/ |
D | alsalisp.c | 63 cfg.out = cfg.eout = cfg.vout = cfg.wout = cfg.dout = out; in interpret_filename()
|
/third_party/alsa-lib/src/alisp/ |
D | alisp_local.h | 131 snd_output_t *eout; /* error output */ member
|
D | alisp.c | 96 snd_output_printf(instance->eout, "alisp error: "); in lisp_error() 97 snd_output_vprintf(instance->eout, fmt, ap); in lisp_error() 98 snd_output_putc(instance->eout, '\n'); in lisp_error() 3216 instance->eout = cfg->eout; in alsa_lisp() 3292 cfg->eout = eoutput; in alsa_lisp_default_cfg()
|