Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/example/lazy/
Dmonad.cpp43 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/
Dt_vertex.h86 GLuint edst, GLuint eout, GLuint ein,
171 GLuint edst, GLuint eout, GLuint ein,
Dt_vertex.c167 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()
Dt_vertex_generic.c1012 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/
D4f96a5fba4d11401eb22d4b1e365fbbb2d684f2413 ����������eout
/third_party/alsa-lib/include/
Dalisp.h28 snd_output_t *eout; /* error output */ member
/third_party/alsa-lib/alsalisp/
Dalsalisp.c63 cfg.out = cfg.eout = cfg.vout = cfg.wout = cfg.dout = out; in interpret_filename()
/third_party/alsa-lib/src/alisp/
Dalisp_local.h131 snd_output_t *eout; /* error output */ member
Dalisp.c96 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()