Home
last modified time | relevance | path

Searched refs:wout (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/logic/test/
Dtribool_io_test.cpp24 std::wostringstream wout; in test_main() local
25 wout << std::boolalpha << tribool(false); in test_main()
26 BOOST_CHECK(wout.str() == L"false"); in test_main()
27 wout.str(std::wstring()); in test_main()
28 wout << std::boolalpha << tribool(true); in test_main()
29 BOOST_CHECK(wout.str() == L"true"); in test_main()
30 wout.str(std::wstring()); in test_main()
31 wout << std::boolalpha << tribool(indeterminate); in test_main()
32 BOOST_CHECK(wout.str() == L"indeterminate"); in test_main()
/third_party/boost/libs/algorithm/doc/
Dhex.qbk66 Assuming that `out` is an iterator that accepts `char` values, and `wout` accepts `wchar_t` values …
71 hex ( "abcdef", wout ) --> "006100620063006400650066"
72 hex ( "32", wout ) --> "00330032"
76 unhex ( "616263646566", wout ) --> "\6162\6364\6566" ( i.e, a 3 character string )
77 unhex ( "3332", wout ) --> "\3233" ( U+3332, SQUARE HUARADDO )
80 unhex ( "32", wout ) --> Error - not enough input
/third_party/ffmpeg/libavcodec/
Don2avc.c699 float *wout = out + 448; in on2avc_reconstruct_channel_ext() local
725 c->fdsp->vector_fmul_window(wout, saved + 448, buf, c->short_win, 64); in on2avc_reconstruct_channel_ext()
726 memcpy(wout + 128, buf + 64, 448 * sizeof(float)); in on2avc_reconstruct_channel_ext()
763 float *wout = out + 448; in on2avc_reconstruct_channel() local
767 … c->fdsp->vector_fmul_window(wout + 0*128, saved + 448, buf + 0*128, c->short_win, 64); in on2avc_reconstruct_channel()
768 … c->fdsp->vector_fmul_window(wout + 1*128, buf + 0*128 + 64, buf + 1*128, c->short_win, 64); in on2avc_reconstruct_channel()
769 … c->fdsp->vector_fmul_window(wout + 2*128, buf + 1*128 + 64, buf + 2*128, c->short_win, 64); in on2avc_reconstruct_channel()
770 … c->fdsp->vector_fmul_window(wout + 3*128, buf + 2*128 + 64, buf + 3*128, c->short_win, 64); in on2avc_reconstruct_channel()
772 memcpy(wout + 4*128, temp, 64 * sizeof(float)); in on2avc_reconstruct_channel()
774 c->fdsp->vector_fmul_window(wout, saved + 448, buf, c->short_win, 64); in on2avc_reconstruct_channel()
[all …]
/third_party/alsa-lib/include/
Dalisp.h30 snd_output_t *wout; /* warning 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.h133 snd_output_t *wout; /* warning output */ member
Dalisp.c109 snd_output_printf(instance->wout, "alisp warning: "); in lisp_warn()
110 snd_output_vprintf(instance->wout, fmt, ap); in lisp_warn()
111 snd_output_putc(instance->wout, '\n'); in lisp_warn()
280 snd_output_printf(instance->wout, ">>>> "); in free_objects()
281 princ_object(instance->wout, p); in free_objects()
282 snd_output_printf(instance->wout, " <<<<\n"); in free_objects()
3211 instance->warning = cfg->warning && cfg->wout; in alsa_lisp()
3217 instance->wout = cfg->wout; in alsa_lisp()
3291 cfg->wout = eoutput; in alsa_lisp_default_cfg()
3383 snd_output_printf(instance->wout, ">>>"); in alsa_lisp_function()
[all …]