Home
last modified time | relevance | path

Searched defs:err_code (Results 1 – 25 of 2463) sorted by relevance

12345678910>>...99

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DErrorHandler.hpp51 #define MB_SET_ERR(err_code, err_msg) \ argument
88 #define MB_SET_GLB_ERR(err_code, err_msg) \ argument
123 #define MB_CHK_ERR(err_code) \ argument
131 #define MB_CHK_ERR_RET(err_code) \ argument
141 #define MB_CHK_ERR_RET_VAL(err_code, ret_val) \ argument
151 #define MB_CHK_ERR_CONT(err_code) \ argument
160 #define MB_CHK_SET_ERR(err_code, err_msg) \ argument
168 #define MB_CHK_SET_ERR_RET(err_code, err_msg) \ argument
176 #define MB_CHK_SET_ERR_RET_VAL(err_code, err_msg, ret_val) \ argument
184 #define MB_CHK_SET_ERR_CONT(err_code, err_msg) \ argument
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_ppi.c229 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_alloc() local
261 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_free() local
287 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_assign() local
311 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_fork_assign() local
339 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_enable() local
360 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_channel_disable() local
382 nrfx_err_t err_code; in nrfx_ppi_group_alloc() local
413 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_free() local
437 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_enable() local
458 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_ppi_group_disable() local
[all …]
H A Dnrfx_saadc.c207 nrfx_err_t err_code; in nrfx_saadc_init() local
269 nrfx_err_t err_code = nrfx_saadc_channel_uninit(channel); in nrfx_saadc_uninit() local
290 nrfx_err_t err_code; in nrfx_saadc_channel_init() local
338 nrfx_err_t err_code; in nrfx_saadc_channel_uninit() local
375 nrfx_err_t err_code; in nrfx_saadc_sample_convert() local
439 nrfx_err_t err_code; in nrfx_saadc_buffer_convert() local
514 nrfx_err_t err_code = NRFX_SUCCESS; in nrfx_saadc_sample() local
537 nrfx_err_t err_code; in nrfx_saadc_calibrate_offset() local
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Denforce.hpp47 inline void enforce(bool condition, Exiv2::ErrorCode err_code) in enforce()
59 inline void enforce(bool condition, Exiv2::ErrorCode err_code, const T& arg1) in enforce()
71 inline void enforce(bool condition, Exiv2::ErrorCode err_code, const T& arg1, const U& arg2) in enforce()
83 inline void enforce(bool condition, Exiv2::ErrorCode err_code, const T& arg1, const U& arg2, const … in enforce()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/posix/
H A Dcondition_variable.c49 int err_code = pthread_cond_signal(&condition_variable->condition_handle); in aws_condition_variable_notify_one() local
61 int err_code = pthread_cond_broadcast(&condition_variable->condition_handle); in aws_condition_variable_notify_all() local
74 int err_code = pthread_cond_wait(&condition_variable->condition_handle, &mutex->mutex_handle); in aws_condition_variable_wait() local
104 …int err_code = pthread_cond_timedwait(&condition_variable->condition_handle, &mutex->mutex_handle,… in aws_condition_variable_wait_for() local
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/extensions/khr/
H A Ddisplay.rs42 let err_code = self.display_fn.get_physical_device_display_properties_khr( in get_physical_device_display_properties() localVariable
67 let err_code = self in get_physical_device_display_plane_properties() localVariable
95 let err_code = self.display_fn.get_display_plane_supported_displays_khr( in get_display_plane_supported_displays() localVariable
122 let err_code = self.display_fn.get_display_mode_properties_khr( in get_display_mode_properties() localVariable
144 let err_code = self.display_fn.create_display_mode_khr( in create_display_mode() localVariable
165 let err_code = self.display_fn.get_display_plane_capabilities_khr( in get_display_plane_capabilities() localVariable
184 let err_code = self.display_fn.create_display_plane_surface_khr( in create_display_plane_surface() localVariable
/dports/lang/micropython/micropython-1.17/ports/nrf/drivers/bluetooth/
H A Dble_drv.c162 uint32_t err_code = sd_softdevice_enable(&clock_config, in ble_drv_stack_enable() local
264 uint32_t err_code = sd_ble_gap_addr_get(&local_ble_addr); in ble_drv_address_get() local
563 uint32_t err_code; in ble_drv_advertise_data() local
639 uint32_t err_code; in ble_drv_advertise_stop() local
664 uint32_t err_code = sd_ble_gatts_value_get(conn_handle, in ble_drv_attr_s_read() local
707 uint32_t err_code; in ble_drv_attr_s_notify() local
744 uint32_t err_code = sd_ble_gattc_read(conn_handle, in ble_drv_attr_c_read() local
803 uint32_t err_code; in ble_drv_scan_start() local
850 uint32_t err_code; in ble_drv_connect() local
869 uint32_t err_code; in ble_drv_discover_services() local
[all …]
/dports/java/java-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in271 err_code = subprocess.call([svnadmin, "hotcopy", "--clean-logs", variable
283 err_code = subprocess.call([svnadmin, "verify", "--quiet", '--', backup_subdir]) variable
305 err_code = -2 variable
308 err_code = -3 variable
331 err_code = -4 variable
334 err_code = -5 variable
/dports/devel/py-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in271 err_code = subprocess.call([svnadmin, "hotcopy", "--clean-logs", variable
283 err_code = subprocess.call([svnadmin, "verify", "--quiet", '--', backup_subdir]) variable
305 err_code = -2 variable
308 err_code = -3 variable
331 err_code = -4 variable
334 err_code = -5 variable
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in271 err_code = subprocess.call([svnadmin, "hotcopy", "--clean-logs", variable
283 err_code = subprocess.call([svnadmin, "verify", "--quiet", '--', backup_subdir]) variable
305 err_code = -2 variable
308 err_code = -3 variable
331 err_code = -4 variable
334 err_code = -5 variable
/dports/devel/p5-subversion/subversion-1.14.1/tools/backup/
H A Dhot-backup.py.in271 err_code = subprocess.call([svnadmin, "hotcopy", "--clean-logs", variable
283 err_code = subprocess.call([svnadmin, "verify", "--quiet", '--', backup_subdir]) variable
305 err_code = -2 variable
308 err_code = -3 variable
331 err_code = -4 variable
334 err_code = -5 variable
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/tms320/c55x_plus/
H A Dc55plus_decode.c19 static ut32 get_q_bits(ut32 val, char *ins, ut32 ins_len, int *err_code) { in get_q_bits()
57 ut32 ins_len, ut32 magic_value, int *err_code) in get_ins_bits()
96 static bool check_arg(ut32 ins_bits, int *err_code) { in check_arg()
112 ut32 *ret_ins_bits, int *err_code) { in decode_regis()
214 ut32 *reg_len_dec, ut32 *ret_ins_bits, ut32 magic_value, ut8 two_ins, int *err_code) in decode_ins()
315 void set_magic_value(ut32 *magic_value, st32 hash_code, int *err_code) { in set_magic_value()
354 st32 *ins_hash_code, int *err_code) { in do_decode()
420 int err_code; in c55plus_decode() local
491 ut32 ins_pos, ut32 ins_len, ut8 two_ins, int *err_code) { in get_token_decoded()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/vdb3/src/kfc/
H A Dsyserr.cpp41 String tmp_syserr ( int err_code, char * buffer, size_t bsize ) in tmp_syserr()
53 String SysErr( int err_code ) in SysErr()
73 void ThrowOSErr( U32 lineno, const String & func_name, int err_code ) in ThrowOSErr()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/vdb3/src/kfc/
H A Dsyserr.cpp41 String tmp_syserr ( int err_code, char * buffer, size_t bsize ) in tmp_syserr()
53 String SysErr( int err_code ) in SysErr()
73 void ThrowOSErr( U32 lineno, const String & func_name, int err_code ) in ThrowOSErr()
/dports/graphics/rx/rx-0.4.0/cargo-crates/ash-0.29.0/src/
H A Ddevice.rs15 let err_code = self.fp_v1_1().bind_buffer_memory2( in bind_buffer_memory2() localVariable
28 let err_code = self.fp_v1_1().bind_image_memory2( in bind_image_memory2() localVariable
285 let err_code = self.fp_v1_0().create_event( in create_event() localVariable
830 let err_code = self in reset_descriptor_pool() localVariable
845 let err_code = self in reset_command_pool() localVariable
869 let err_code = in reset_fences() localVariable
1514 let err_code = in map_memory() localVariable
1634 let err_code = self in begin_command_buffer() localVariable
1697 let err_code = in queue_submit() localVariable
1928 let err_code = in bind_buffer_memory() localVariable
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp721 err_code, severity ) \ argument
740 #define DATABASE_DRIVER_ERROR( message, err_code ) \ argument
742 #define DATABASE_DRIVER_ERROR_EX( prev_exception, message, err_code ) \ argument
746 #define DATABASE_DRIVER_WARNING( message, err_code ) \ argument
752 #define DATABASE_DRIVER_FATAL( message, err_code ) \ argument
758 #define DATABASE_DRIVER_INFO( message, err_code ) \ argument
760 #define DATABASE_DRIVER_INFO_EX( prev_exception, message, err_code ) \ argument
765 #define CHECK_DRIVER_ERROR( failed, message, err_code ) \ argument
768 #define CHECK_DRIVER_WARNING( failed, message, err_code ) \ argument
771 #define CHECK_DRIVER_FATAL( failed, message, err_code ) \ argument
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp721 err_code, severity ) \ argument
740 #define DATABASE_DRIVER_ERROR( message, err_code ) \ argument
742 #define DATABASE_DRIVER_ERROR_EX( prev_exception, message, err_code ) \ argument
746 #define DATABASE_DRIVER_WARNING( message, err_code ) \ argument
752 #define DATABASE_DRIVER_FATAL( message, err_code ) \ argument
758 #define DATABASE_DRIVER_INFO( message, err_code ) \ argument
760 #define DATABASE_DRIVER_INFO_EX( prev_exception, message, err_code ) \ argument
765 #define CHECK_DRIVER_ERROR( failed, message, err_code ) \ argument
768 #define CHECK_DRIVER_WARNING( failed, message, err_code ) \ argument
771 #define CHECK_DRIVER_FATAL( failed, message, err_code ) \ argument
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/llvm10/llvm-10.0.1.src/projects/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/llvm11/llvm-11.0.1.src/projects/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/openmp/runtime/src/
H A Dkmp_itt.cpp103 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local
111 kmp_msg_t err_code = KMP_SYSERRMESG(sys_err); in __itt_error_handler() local
139 kmp_msg_t err_code = KMP_ERR(sys_err); in __itt_error_handler() local
149 kmp_msg_t err_code = KMP_SYSERRCODE(sys_err); in __itt_error_handler() local

12345678910>>...99