Home
last modified time | relevance | path

Searched refs:PRINT_ERR (Results 1 – 25 of 97) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmesh_validate.c207 #define PRINT_ERR(...) \ macro
355 PRINT_ERR("\tEdge %u: is a duplicate of %d", in BKE_mesh_validate_arrays()
402 PRINT_ERR("No Polys, only tessellated Faces"); in BKE_mesh_validate_arrays()
575 PRINT_ERR( in BKE_mesh_validate_arrays()
663 PRINT_ERR( in BKE_mesh_validate_arrays()
707 PRINT_ERR(", %d", p1_v[j]); in BKE_mesh_validate_arrays()
781 PRINT_ERR("\tLoop %u is unused.", j); in BKE_mesh_validate_arrays()
869 PRINT_ERR( in BKE_mesh_validate_arrays()
891 PRINT_ERR( in BKE_mesh_validate_arrays()
1013 PRINT_ERR( in BKE_mesh_validate_all_customdata()
[all …]
/dports/audio/easytag/easytag-2.4.3/src/tags/libapetag/
H A Dapetaglib.c223 PRINT_ERR(">apetaglib>libapetag_maloc_cont>> int==NULL"); in libapetag_maloc_cont()
552 PRINT_ERR ("ERROR->libapetag->apetag_init:malloc\n"); in apetag_init()
612 PRINT_ERR( "ERROR->libapetag->readtag_id3v1_fp:fread\n"); in readtag_id3v1_fp()
713 PRINT_ERR( ">apetaglib>READ_FP>FATAL>apetag_init()\n"); in apetag_read_fp()
721 PRINT_ERR( "ERROR->libapetag->apetag_read_fp:fread1\n"); in apetag_read_fp()
740 PRINT_ERR( "ERROR->libapetag->apetag_read_fp:malloc\n"); in apetag_read_fp()
818 PRINT_ERR(">apetaglib>READ>FATAL>apetag_init()\n"); in apetag_read()
904 PRINT_ERR("ERROR->apetaglib>apetag_save::apetag_init()\n"); in apetag_save()
910 PRINT_ERR ( "ERROR->apetaglib->apetag_save::fopen (r+)\n"); in apetag_save()
924 PRINT_ERR ("ERROR->apetaglib->apetag_save::fread"); in apetag_save()
[all …]
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_mac_core/
H A Dpa_mac_core.c411 PRINT_ERR("Couldn't get info about list of audio devices", err); in PaOSX_QueryDevices()
433 PRINT_ERR("Couldn't get list of audio device IDs", err); in PaOSX_QueryDevices()
496 PRINT_ERR("Couldn't get audio device name", err); in PaOSX_DeviceNameFromID()
1213 PRINT_ERR("PaOSX_SetFormat: Could not get format.", err); in PaOSX_SetFormat()
1343 PRINT_ERR("Error reading kAudioDevicePropertyLatency", err);
1353 PRINT_ERR("Error reading kAudioDevicePropertyVolumeScalar", err);
1363 PRINT_ERR("Error reading buffer size", err);
1373 PRINT_ERR("Error reading buffer size range", err);
1383 PRINT_ERR("Error reading buffer size", err);
1393 PRINT_ERR("Error reading buffer size range", err);
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_mac_core/
H A Dpa_mac_core.c411 PRINT_ERR("Couldn't get info about list of audio devices", err); in PaOSX_QueryDevices()
433 PRINT_ERR("Couldn't get list of audio device IDs", err); in PaOSX_QueryDevices()
496 PRINT_ERR("Couldn't get audio device name", err); in PaOSX_DeviceNameFromID()
1213 PRINT_ERR("PaOSX_SetFormat: Could not get format.", err); in PaOSX_SetFormat()
1343 PRINT_ERR("Error reading kAudioDevicePropertyLatency", err);
1353 PRINT_ERR("Error reading kAudioDevicePropertyVolumeScalar", err);
1363 PRINT_ERR("Error reading buffer size", err);
1373 PRINT_ERR("Error reading buffer size range", err);
1383 PRINT_ERR("Error reading buffer size", err);
1393 PRINT_ERR("Error reading buffer size range", err);
[all …]
/dports/misc/nn-insight/nn-insight-1.0.5/plugins/tf-lite/
H A Dtf-lite.cpp214 PRINT_ERR("failed to open the tflite file '" << modelFileName_ << "': " << strerror(errno)) in open()
224 PRINT_ERR(err) in open()
235 PRINT_ERR(err) in open()
245PRINT_ERR("we only support TF Lite models with subgraph count of 1, the model '" << modelFileName_… in open()
282 PRINT_ERR("failed to unmmap the tflite file '" << modelFileName << "': " << strerror(errno)) in closeFileReleaseMemory()
288 PRINT_ERR("failed to close the tflite file '" << modelFileName << "': " << strerror(errno)) in closeFileReleaseMemory()
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/pkcs11/
H A Dsess_mgmt.c332 PRINT_ERR(" Expected CKR_USER_ALREADY_LOGGED_IN\n"); in do_LoginLogout()
346 PRINT_ERR(" Expected CKR_USER_NOT_LOGGED_IN\n"); in do_LoginLogout()
354 PRINT_ERR(" Expected CKR_SESSION_READ_ONLY_EXISTS\n"); in do_LoginLogout()
361 PRINT_ERR(" Expected CKR_SESSION_READ_ONLY_EXISTS\n"); in do_LoginLogout()
637 PRINT_ERR(" ERROR: Lengths don't match\n"); in do_OperationState1()
642 PRINT_ERR(" ERROR: crypt1 != crypt2\n"); in do_OperationState1()
871 PRINT_ERR(" ERROR: digested lengths don't match\n"); in do_OperationState2()
876 PRINT_ERR(" ERROR: digest1 != digest2\n"); in do_OperationState2()
881 PRINT_ERR(" ERROR: digest1 != digest3\n"); in do_OperationState2()
1136 PRINT_ERR(" ERROR: digest1 != digest2\n"); in do_OperationState3()
[all …]
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dplugin-manager.cpp90PRINT_ERR("Failed to instantiate the plugin '" << pluginName << "' to open the file " << pluginLib… in loadPlugin()
100 PRINT_ERR(err) in loadPlugin()
117PRINT_ERR("failed to unload the plugin's shared library '" << plugin->libraryPath << "': " << ::dl… in unloadPlugin()
H A Dmisc.h27 #define PRINT_ERR(msg...) \ macro
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/crypto/
H A Ddsa_func.c379 PRINT_ERR("ERROR do_GenerateDSAKeyPair failed, rc = 0x%lx\n", rc); in dsa_functions()
389 PRINT_ERR("ERROR do_SignDSA failed, rc = 0x%lx\n", rc); in dsa_functions()
399 PRINT_ERR("ERROR do_ImportDSAKeyPairSignVerify failed, rc = 0x%lx\n", in dsa_functions()
425 PRINT_ERR("ERROR do_GetFunctionList() Failed , rc = 0x%0x\n", rc); in main()
/dports/audio/aubio/aubio-0.4.9/tests/src/io/
H A Dbase-sink_custom.h14 PRINT_ERR("wrong number of arguments, running tests\n"); in base_main()
164 PRINT_ERR("aubio was not compiled with aubio_sink_" in base_main()
H A Dbase-source_custom.h14 PRINT_ERR("not enough arguments, running tests\n"); in base_main()
166 PRINT_ERR("aubio was not compiled with aubio_source_" in base_main()
H A Dtest-sink.c10 PRINT_ERR("wrong number of arguments, running tests\n"); in main()
/dports/audio/aubio/aubio-0.4.9/tests/
H A Dutils_tests.h39 #define PRINT_ERR(...) fprintf(stderr, "AUBIO-TESTS ERROR: " __VA_ARGS__) macro
44 #define PRINT_ERR(format, args...) fprintf(stderr, "AUBIO-TESTS ERROR: " format , ##args) macro
/dports/audio/py-aubio/aubio-0.4.9/tests/src/io/
H A Dbase-sink_custom.h14 PRINT_ERR("wrong number of arguments, running tests\n"); in base_main()
164 PRINT_ERR("aubio was not compiled with aubio_sink_" in base_main()
H A Dbase-source_custom.h14 PRINT_ERR("not enough arguments, running tests\n"); in base_main()
166 PRINT_ERR("aubio was not compiled with aubio_source_" in base_main()
/dports/audio/py-aubio/aubio-0.4.9/tests/
H A Dutils_tests.h39 #define PRINT_ERR(...) fprintf(stderr, "AUBIO-TESTS ERROR: " __VA_ARGS__) macro
44 #define PRINT_ERR(format, args...) fprintf(stderr, "AUBIO-TESTS ERROR: " format , ##args) macro
/dports/audio/aubio/aubio-0.4.9/tests/src/synth/
H A Dtest-wavetable.c9 PRINT_ERR("not enough arguments, running tests\n"); in main()
H A Dtest-sampler.c11 PRINT_ERR("not enough arguments, running tests\n"); in main()
/dports/audio/py-aubio/aubio-0.4.9/tests/src/synth/
H A Dtest-wavetable.c9 PRINT_ERR("not enough arguments, running tests\n"); in main()
H A Dtest-sampler.c11 PRINT_ERR("not enough arguments, running tests\n"); in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/s390/include/asm/
H A Ddebug.h418 #define PRINT_ERR(x...) printk(KERN_ERR PRINTK_HEADER x) macro
424 #define PRINT_ERR(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/s390/include/asm/
H A Ddebug.h418 #define PRINT_ERR(x...) printk(KERN_ERR PRINTK_HEADER x) macro
424 #define PRINT_ERR(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/s390/include/asm/
H A Ddebug.h418 #define PRINT_ERR(x...) printk(KERN_ERR PRINTK_HEADER x) macro
424 #define PRINT_ERR(x...) printk(KERN_DEBUG PRINTK_HEADER x) macro
/dports/devel/gcem/gcem-1.13.1/tests/
H A Dgcem_tests.hpp49 #define PRINT_ERR(err_val) \ macro
54 #define PRINT_ERR(err_val) \ macro
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c73 PRINT_ERR("Invalid register offset %08x!\n", reg); in si_pm4_set_reg()

1234