Home
last modified time | relevance | path

Searched refs:PRINT_MSG (Results 1 – 25 of 40) sorted by relevance

12

/dports/audio/aubio/aubio-0.4.9/tests/src/utils/
H A Dtest-parameter.c11 PRINT_MSG("next steps (%d) values:", steps ); in get_some_steps()
13 PRINT_MSG(" %f", aubio_parameter_get_next_value (param) ); in get_some_steps()
15 PRINT_MSG("\n"); in get_some_steps()
17 PRINT_MSG("next 3 values:"); in get_some_steps()
19 PRINT_MSG(" %f", aubio_parameter_get_next_value (param) ); in get_some_steps()
21 PRINT_MSG("\n"); in get_some_steps()
36 PRINT_MSG("target: max_value / 2\n"); in main()
40 PRINT_MSG("target: max_value / 2\n"); in main()
44 PRINT_MSG("target: max_value * 2\n"); in main()
48 PRINT_MSG("steps: 1, target: -max\n"); in main()
[all …]
/dports/audio/py-aubio/aubio-0.4.9/tests/src/utils/
H A Dtest-parameter.c11 PRINT_MSG("next steps (%d) values:", steps ); in get_some_steps()
13 PRINT_MSG(" %f", aubio_parameter_get_next_value (param) ); in get_some_steps()
15 PRINT_MSG("\n"); in get_some_steps()
17 PRINT_MSG("next 3 values:"); in get_some_steps()
19 PRINT_MSG(" %f", aubio_parameter_get_next_value (param) ); in get_some_steps()
21 PRINT_MSG("\n"); in get_some_steps()
36 PRINT_MSG("target: max_value / 2\n"); in main()
40 PRINT_MSG("target: max_value / 2\n"); in main()
44 PRINT_MSG("target: max_value * 2\n"); in main()
48 PRINT_MSG("steps: 1, target: -max\n"); in main()
[all …]
/dports/audio/aubio/aubio-0.4.9/tests/src/io/
H A Dtest-source.c12 PRINT_MSG("read a wave file as a mono vector\n"); in main()
13 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]); in main()
14 PRINT_MSG("examples:\n"); in main()
15 PRINT_MSG(" - read file.wav at original samplerate\n"); in main()
16 PRINT_MSG(" %s file.wav\n", argv[0]); in main()
17 PRINT_MSG(" - read file.wav at 32000Hz\n"); in main()
18 PRINT_MSG(" %s file.aif 32000\n", argv[0]); in main()
19 PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n"); in main()
20 PRINT_MSG(" %s file.wav 0 4096 \n", argv[0]); in main()
47 PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n", in main()
H A Dbase-source_custom.h16 PRINT_MSG("read a wave file as a mono vector\n"); in base_main()
17 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]); in base_main()
18 PRINT_MSG("examples:\n"); in base_main()
19 PRINT_MSG(" - read file.wav at original samplerate\n"); in base_main()
20 PRINT_MSG(" %s file.wav\n", argv[0]); in base_main()
21 PRINT_MSG(" - read file.wav at 32000Hz\n"); in base_main()
22 PRINT_MSG(" %s file.aif 32000\n", argv[0]); in base_main()
23 PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n"); in base_main()
24 PRINT_MSG(" %s file.wav 0 4096 \n", argv[0]); in base_main()
51 PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n", in base_main()
H A Dbase-sink_custom.h16 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", in base_main()
50 PRINT_MSG("%d frames at %dHz (%d blocks) read from %s, wrote to %s\n", in base_main()
H A Dtest-sink.c12 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", in main()
46 PRINT_MSG("%d frames read at %dHz (%d blocks) from %s and written to %s\n", in main()
/dports/audio/py-aubio/aubio-0.4.9/tests/src/io/
H A Dbase-source_custom.h16 PRINT_MSG("read a wave file as a mono vector\n"); in base_main()
17 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]); in base_main()
18 PRINT_MSG("examples:\n"); in base_main()
19 PRINT_MSG(" - read file.wav at original samplerate\n"); in base_main()
20 PRINT_MSG(" %s file.wav\n", argv[0]); in base_main()
21 PRINT_MSG(" - read file.wav at 32000Hz\n"); in base_main()
22 PRINT_MSG(" %s file.aif 32000\n", argv[0]); in base_main()
23 PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n"); in base_main()
24 PRINT_MSG(" %s file.wav 0 4096 \n", argv[0]); in base_main()
51 PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n", in base_main()
H A Dtest-source.c12 PRINT_MSG("read a wave file as a mono vector\n");
13 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]);
14 PRINT_MSG("examples:\n");
15 PRINT_MSG(" - read file.wav at original samplerate\n");
16 PRINT_MSG(" %s file.wav\n", argv[0]);
17 PRINT_MSG(" - read file.wav at 32000Hz\n");
18 PRINT_MSG(" %s file.aif 32000\n", argv[0]);
19 PRINT_MSG(" - read file.wav at original samplerate with 4096 blocks\n");
20 PRINT_MSG(" %s file.wav 0 4096 \n", argv[0]);
47 PRINT_MSG("read %d frames (expected %d) at %dHz (%d blocks) from %s\n",
H A Dbase-sink_custom.h16 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", in base_main()
50 PRINT_MSG("%d frames at %dHz (%d blocks) read from %s, wrote to %s\n", in base_main()
H A Dtest-sink.c12 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", in main()
46 PRINT_MSG("%d frames read at %dHz (%d blocks) from %s and written to %s\n", in main()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c182 # if !defined(PRINT_MSG)
183 # define PRINT_MSG(fmt, args...) macro
197 # if !defined(PRINT_MSG)
198 # define PRINT_MSG(fmt, ...) macro
956 PRINT_MSG("0x%lx ", begin); in dump_memory_region()
960 PRINT_MSG("00"); in dump_memory_region()
964 PRINT_MSG("00 "); in dump_memory_region()
975 PRINT_MSG("\n\n"); in dump_memory_region()
982 PRINT_MSG(">> [%p] (", b); in print_block()
986 PRINT_MSG("sentinel, "); in print_block()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c182 # if !defined(PRINT_MSG)
183 # define PRINT_MSG(fmt, args...)
197 # if !defined(PRINT_MSG)
198 # define PRINT_MSG(fmt, ...)
956 PRINT_MSG("0x%lx ", begin);
960 PRINT_MSG("00");
964 PRINT_MSG("00 ");
975 PRINT_MSG("\n\n");
982 PRINT_MSG(">> [%p] (", b);
986 PRINT_MSG("sentinel, ");
[all …]
/dports/devel/glib20/glib-2.70.4/tests/
H A Dasyncqueue-test.c11 #define PRINT_MSG(args) macro
66 PRINT_MSG (("sorting async queue...")); in sort_queue()
78 PRINT_MSG (("sorted queue (for %d/%d times, size:%d)...", sorts, MAX_SORTS, len)); in sort_queue()
189 PRINT_MSG (("creating async queue...")); in main()
194 PRINT_MSG (("creating thread pool with max threads:%d, max unused threads:%d...", in main()
206 PRINT_MSG (("creating threads...")); in main()
228 PRINT_MSG (("%s %d %s %d ms", in main()
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/ad_daos/
H A Dad_daos_hhash.c156 PRINT_MSG(stderr, "Failed to add pool hdl to hashtable (%d)\n", rc); in adio_daos_poh_insert()
197 PRINT_MSG(stderr, "Failed to connect to pool (%d)\n", rc); in adio_daos_poh_lookup_connect()
203 PRINT_MSG(stderr, "Failed to add phdl to hashtable (%d)\n", rc); in adio_daos_poh_lookup_connect()
263 PRINT_MSG(stderr, "Failed to add container hdl to hashtable (%d)\n", rc); in adio_daos_coh_insert()
318 PRINT_MSG(stderr, "Failed to create DFS container (%d)\n", rc); in adio_daos_coh_lookup_create()
323 PRINT_MSG(stderr, "Failed to mount DFS namesapce (%d)\n", rc); in adio_daos_coh_lookup_create()
327 PRINT_MSG(stderr, "Failed to create DFS container (%d)\n", rc); in adio_daos_coh_lookup_create()
334 PRINT_MSG(stderr, "Failed to mount DFS namespace (%d)\n", rc); in adio_daos_coh_lookup_create()
343 PRINT_MSG(stderr, "Failed to add container hdl to hashtable (%d)\n", rc); in adio_daos_coh_lookup_create()
H A Dad_daos_open.c316 PRINT_MSG(stderr, "duns_resolve_path() failed on path %s (%d)\n", path, rc); in get_pool_cont_uuids()
324 PRINT_MSG(stderr, "Can't retrieve DAOS pool uuid/label\n"); in get_pool_cont_uuids()
332 PRINT_MSG(stderr, "Failed to parse pool uuid\n"); in get_pool_cont_uuids()
339 PRINT_MSG(stderr, "Can't retrieve DAOS cont uuid/label\n"); in get_pool_cont_uuids()
347 PRINT_MSG(stderr, "Failed to parse cont uuid\n"); in get_pool_cont_uuids()
400 PRINT_MSG(stderr, "Failed to connect to DAOS Pool (%d)\n", rc); in ADIOI_DAOS_Open()
599 PRINT_MSG(stderr, "Failed to connect to pool\n"); in ADIOI_DAOS_Delete()
614 PRINT_MSG(stderr, "Failed to mount flat namespace (%d)\n", rc); in ADIOI_DAOS_Delete()
/dports/audio/aubio/aubio-0.4.9/tests/src/tempo/
H A Dtest-tempo.c12 PRINT_MSG("usage: %s <source_path> [samplerate] [win_size] [hop_size]\n", in main()
48 PRINT_MSG("beat at %.3fms, %.3fs, frame %d, %.2f bpm " in main()
57 PRINT_MSG("read %.2fs, %d frames at %dHz (%d blocks) from %s\n", in main()
114 PRINT_MSG("beat at %.3fms, %.3fs, frame %d, %.2f bpm " in test_wrong_params()
/dports/audio/py-aubio/aubio-0.4.9/tests/src/tempo/
H A Dtest-tempo.c12 PRINT_MSG("usage: %s <source_path> [samplerate] [win_size] [hop_size]\n", in main()
48 PRINT_MSG("beat at %.3fms, %.3fs, frame %d, %.2f bpm " in main()
57 PRINT_MSG("read %.2fs, %d frames at %dHz (%d blocks) from %s\n", in main()
114 PRINT_MSG("beat at %.3fms, %.3fs, frame %d, %.2f bpm " in test_wrong_params()
/dports/audio/aubio/aubio-0.4.9/tests/src/onset/
H A Dtest-onset.c13 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]); in main()
43 PRINT_MSG("onset at %.3fms, %.3fs, frame %d\n", in main()
50 PRINT_MSG("read %.2fs, %d frames at %dHz (%d blocks) from %s\n", in main()
/dports/audio/py-aubio/aubio-0.4.9/tests/src/onset/
H A Dtest-onset.c13 PRINT_MSG("usage: %s <source_path> [samplerate] [hop_size]\n", argv[0]);
43 PRINT_MSG("onset at %.3fms, %.3fs, frame %d\n",
50 PRINT_MSG("read %.2fs, %d frames at %dHz (%d blocks) from %s\n",
/dports/audio/aubio/aubio-0.4.9/tests/src/spectral/
H A Dtest-awhitening.c14 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", argv[0]); in main()
53 PRINT_MSG("spectral whitening relaxation time is %f\n", in main()
72 PRINT_MSG("read %d frames at %dHz (%d blocks) from %s written to %s\n", in main()
/dports/audio/py-aubio/aubio-0.4.9/tests/src/spectral/
H A Dtest-awhitening.c14 PRINT_MSG("usage: %s <input_path> <output_path> [samplerate] [hop_size]\n", argv[0]); in main()
53 PRINT_MSG("spectral whitening relaxation time is %f\n", in main()
72 PRINT_MSG("read %d frames at %dHz (%d blocks) from %s written to %s\n", in main()
/dports/audio/aubio/aubio-0.4.9/tests/
H A Dutils_tests.h40 #define PRINT_MSG(...) fprintf(stdout, __VA_ARGS__) macro
45 #define PRINT_MSG(format, args...) fprintf(stdout, format , ##args) macro
/dports/audio/py-aubio/aubio-0.4.9/tests/
H A Dutils_tests.h40 #define PRINT_MSG(...) fprintf(stdout, __VA_ARGS__) macro
45 #define PRINT_MSG(format, args...) fprintf(stdout, format , ##args) macro
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_brep_region.cpp573 #define PRINT_MSG(s) if (text_log) text_log->Print(s) in IsValid() macro
582 PRINT_MSG("ON_BrepRegionTopology::m_brep is NULL\n"); in IsValid()
588 PRINT_MSG("ON_BrepRegionTopology::m_FS.Count() != 2*m_brep->m_F.Count()\n"); in IsValid()
622 PRINT_MSG("ON_BrepRegionTopology::m_R.Count() <= 0\n"); in IsValid()
635 PRINT_MSG("ON_BrepRegionTopology::m_R[%d].m_type < 0\n"); in IsValid()
640 PRINT_MSG("ON_BrepRegionTopology::m_R[%d].m_type > 1\n"); in IsValid()
691 PRINT_MSG("ON_BrepRegionTopology::m_R[] has no infinte region\n"); in IsValid()
695 #undef PRINT_MSG in IsValid()
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_brep_region.cpp573 #define PRINT_MSG(s) if (text_log) text_log->Print(s) in IsValid() macro
582 PRINT_MSG("ON_BrepRegionTopology::m_brep is NULL\n"); in IsValid()
588 PRINT_MSG("ON_BrepRegionTopology::m_FS.Count() != 2*m_brep->m_F.Count()\n"); in IsValid()
622 PRINT_MSG("ON_BrepRegionTopology::m_R.Count() <= 0\n"); in IsValid()
635 PRINT_MSG("ON_BrepRegionTopology::m_R[%d].m_type < 0\n"); in IsValid()
640 PRINT_MSG("ON_BrepRegionTopology::m_R[%d].m_type > 1\n"); in IsValid()
691 PRINT_MSG("ON_BrepRegionTopology::m_R[] has no infinte region\n"); in IsValid()
695 #undef PRINT_MSG in IsValid()

12