Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/tests/
Dcpu-volume-test.c41 pa_do_volume_func_t orig_func, in run_volume_test() argument
73 orig_func(samples_ref, volumes, channels, size); in run_volume_test()
96 orig_func(samples_ref, volumes, channels, size); in run_volume_test()
105 pa_do_volume_func_t orig_func, mmx_func; in START_TEST() local
116 orig_func = pa_get_volume_func(PA_SAMPLE_S16NE); in START_TEST()
123 run_volume_test(mmx_func, orig_func, j, i, true, false); in START_TEST()
125 run_volume_test(mmx_func, orig_func, 7, 1, true, true); in START_TEST()
126 run_volume_test(mmx_func, orig_func, 7, 2, true, true); in START_TEST()
127 run_volume_test(mmx_func, orig_func, 7, 3, true, true); in START_TEST()
132 pa_do_volume_func_t orig_func, sse_func; in START_TEST() local
[all …]
Dcpu-sconv-test.c38 pa_convert_func_t orig_func, in run_conv_test_float_to_s16() argument
61 orig_func(nsamples, floats, samples_ref); in run_conv_test_float_to_s16()
81 orig_func(nsamples, floats, samples_ref); in run_conv_test_float_to_s16()
90 pa_convert_func_t orig_func, in run_conv_test_s16_to_float() argument
111 orig_func(nsamples, samples, floats_ref); in run_conv_test_s16_to_float()
131 orig_func(nsamples, samples, floats_ref); in run_conv_test_s16_to_float()
140 pa_convert_func_t orig_func, sse2_func; in START_TEST() local
149 orig_func = pa_get_convert_from_float32ne_function(PA_SAMPLE_S16LE); in START_TEST()
154 run_conv_test_float_to_s16(sse2_func, orig_func, 0, true, false); in START_TEST()
155 run_conv_test_float_to_s16(sse2_func, orig_func, 1, true, false); in START_TEST()
[all …]
Dcpu-mix-test.c52 pa_do_mix_func_t orig_func, in run_mix_test() argument
107 orig_func(m, 2, channels, samples_ref, nsamples * sizeof(int16_t)); in run_mix_test()
137 orig_func(m, 2, channels, samples_ref, nsamples * sizeof(int16_t)); in run_mix_test()
150 pa_do_mix_func_t orig_func, special_func; in START_TEST() local
154 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
161 run_mix_test(special_func, orig_func, 7, 2, true, true); in START_TEST()
164 run_mix_test(special_func, orig_func, 7, 4, true, true); in START_TEST()
167 run_mix_test(special_func, orig_func, 7, 1, true, true); in START_TEST()
173 pa_do_mix_func_t orig_func, neon_func; in START_TEST() local
183 orig_func = pa_get_mix_func(PA_SAMPLE_S16NE); in START_TEST()
[all …]
/third_party/node/deps/v8/tools/wasm/
Dwasm-import-profiler.js17 let orig_func = orig_module[item_name];
18 let item = orig_func;
19 if (typeof orig_func == "function") {
25 var result = orig_func(...args);
/third_party/node/deps/v8/src/execution/
Dexecution.cc420 Address orig_func = params.new_target->ptr(); in Invoke() local
426 orig_func, func, recv, in Invoke()