Home
last modified time | relevance | path

Searched defs:CHECK_ERR (Results 551 – 568 of 568) sorted by relevance

1...<<212223

/dports/biology/jellyfish/jellyfish-2.3.0/sub_commands/
H A Dcount_main_cmdline.hpp470 #define CHECK_ERR(type,val,which) if(!err.empty()) { ::std::cerr << "Invalid " #type " '" << val <<… in parse() macro
/dports/lang/ruby26/ruby-2.6.9/
H A Dthread_pthread.c715 #define CHECK_ERR(expr) \ in get_stack() macro
972 #define CHECK_ERR(expr) \ macro
H A Dthread_win32.c539 #define CHECK_ERR(expr) \ macro
/dports/security/libotr/libotr-4.1.1/src/
H A Dauth.c1476 #define CHECK_ERR if (err) { printf("Error: %s\n", gcry_strerror(err)); \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libotr/src/
H A Dauth.c1476 #define CHECK_ERR if (err) { printf("Error: %s\n", gcry_strerror(err)); \ macro
/dports/devel/glog/glog-0.5.0/src/glog/
H A Dlogging.h.in972 #define CHECK_ERR(invocation) \ macro
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/mctf_package/mctf/include/
H A Dmctf_common.h137 #define CHECK_ERR(ERR) if ((ERR) != PASSED) { ASC_PRINTF("FAILED at file: %s, line: %d\n", __FILE__… macro
/dports/math/py-or-tools/or-tools-9.2/ortools/base/
H A Dlogging.h788 #define CHECK_ERR(invocation) \ macro
/dports/graphics/blender/blender-2.91.0/extern/glog/include/glog/
H A Dlogging.h882 #define CHECK_ERR(invocation) \ macro
/dports/graphics/blender/blender-2.91.0/extern/glog/src/windows/glog/
H A Dlogging.h886 #define CHECK_ERR(invocation) \ macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/glog/src/glog/
H A Dlogging.h879 #define CHECK_ERR(invocation) \ macro
H A Dlogging.h.in879 #define CHECK_ERR(invocation) \ macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/glog/glog/
H A Dlogging.h879 #define CHECK_ERR(invocation) \ macro
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Public/glog/glog/
H A Dlogging.h879 #define CHECK_ERR(invocation) \ macro
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/third_party/linux/include/glog/
H A Dlogging.h791 #define CHECK_ERR(invocation) \ macro
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntxUtils.cpp27 #define CHECK_ERR( A ) if (MB_SUCCESS!=A) { std::cout << "error:" << __LINE__ <<" " << __FILE__ … macro
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf.c103 #define CHECK_ERR(action, err, out) do { \ macro
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf.c103 #define CHECK_ERR(action, err, out) do { \ macro

1...<<212223