Home
last modified time | relevance | path

Searched refs:dbg_flag (Results 1 – 25 of 43) sorted by relevance

12

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/klib/
H A Ddebug.h285 typedef uint64_t dbg_flag; typedef
288 #define DBG_FLAG_0 (((dbg_flag)1)<<DBG_COND_0)
289 #define DBG_FLAG_1 (((dbg_flag)1)<<DBG_COND_1)
290 #define DBG_FLAG_2 (((dbg_flag)1)<<DBG_COND_2)
291 #define DBG_FLAG_3 (((dbg_flag)1)<<DBG_COND_3)
292 #define DBG_FLAG_4 (((dbg_flag)1)<<DBG_COND_4)
293 #define DBG_FLAG_5 (((dbg_flag)1)<<DBG_COND_5)
294 #define DBG_FLAG_6 (((dbg_flag)1)<<DBG_COND_6)
295 #define DBG_FLAG_7 (((dbg_flag)1)<<DBG_COND_7)
296 #define DBG_FLAG_8 (((dbg_flag)1)<<DBG_COND_8)
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/klib/
H A Ddebug.h285 typedef uint64_t dbg_flag; typedef
288 #define DBG_FLAG_0 (((dbg_flag)1)<<DBG_COND_0)
289 #define DBG_FLAG_1 (((dbg_flag)1)<<DBG_COND_1)
290 #define DBG_FLAG_2 (((dbg_flag)1)<<DBG_COND_2)
291 #define DBG_FLAG_3 (((dbg_flag)1)<<DBG_COND_3)
292 #define DBG_FLAG_4 (((dbg_flag)1)<<DBG_COND_4)
293 #define DBG_FLAG_5 (((dbg_flag)1)<<DBG_COND_5)
294 #define DBG_FLAG_6 (((dbg_flag)1)<<DBG_COND_6)
295 #define DBG_FLAG_7 (((dbg_flag)1)<<DBG_COND_7)
296 #define DBG_FLAG_8 (((dbg_flag)1)<<DBG_COND_8)
[all …]
/dports/devel/p5-Carp-Datum/Carp-Datum-0.1.3/
H A DDatum.pm347 my $dbg_flag = $CFG->flag('debug');
348 return unless $dbg_flag & DBG_ASSERT;
350 assert($dbg_flag, 'assertion', @_);
359 my $dbg_flag = $CFG->flag('debug');
360 return unless $dbg_flag & DBG_REQUIRE;
362 assert($dbg_flag, 'pre-condition', @_);
384 my $dbg_flag = $CFG->flag('debug');
385 return unless $dbg_flag & DBG_ENSURE;
387 assert($dbg_flag, 'post-condition', @_);
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/shared/
H A Ddebug_op.c12 static int dbg_flag = 0; variable
92 if (dbg_flag >= 1) { in debug1()
104 if (dbg_flag >= 2) { in debug2()
195 dbg_flag++; in nowDebug()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/shared/
H A Ddebug_op.c12 static int dbg_flag = 0; variable
92 if (dbg_flag >= 1) { in debug1()
104 if (dbg_flag >= 2) { in debug2()
195 dbg_flag++; in nowDebug()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/shared/
H A Ddebug_op.c12 static int dbg_flag = 0; variable
92 if (dbg_flag >= 1) { in debug1()
104 if (dbg_flag >= 2) { in debug2()
195 dbg_flag++; in nowDebug()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/utils/
H A Ddebug.h49 #define DEBUG_FLAG(x) bool dbg_flag = x;
54 if (dbg_flag) { \
62 if (dbg_flag) { \
70 if (dbg_flag) { \
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_path_optimize.c76 popt->dbg_flag = 0; in SUMA_path_optimize_ParseInput()
527 if (opt->dbg_flag > 2) { in SUMA_Optimize_Path()
542 if (opt->dbg_flag) { in SUMA_Optimize_Path()
548 if (opt->dbg_flag) { in SUMA_Optimize_Path()
553 if (opt->dbg_flag > 2) { in SUMA_Optimize_Path()
572 if (opt->dbg_flag) { in SUMA_Optimize_Path()
583 if (opt->dbg_flag) { in SUMA_Optimize_Path()
588 if (opt->dbg_flag > 2) { in SUMA_Optimize_Path()
596 if (opt->dbg_flag) { in SUMA_Optimize_Path()
1027 if (opt->dbg_flag) { in SUMA_Apply_Deformation()
[all …]
H A DSUMA_toy_circle.c70 popt->dbg_flag = 0; in SUMA_toy_circle_ParseInput()
106 popt->dbg_flag = 1; in SUMA_toy_circle_ParseInput()
387 …if (opt->dbg_flag) { fprintf(stderr,"%s: About to allocate (N_sub = %d).\n", FuncName, opt->N_sub)… in main()
400 if (opt->dbg_flag) { fprintf(stderr,"%s: Object contains %d nodes.\n", FuncName, Ci->N_Node); } in main()
413 if (opt->dbg_flag) { fprintf(stderr,"%s: Creating circle.\n", FuncName); } in main()
433 …if (opt->dbg_flag) { fprintf(stderr,"%s: Creating icosahedron with %d subdivisions.\n", FuncName, … in main()
474 if (opt->dbg_flag || LocalHead) { in main()
530 if (opt->dbg_flag) { in main()
675 if(opt->dbg_flag) { in main()
H A DSUMA_SurfWarp.h5 int dbg_flag; member
/dports/graphics/urt/urt-3.1b1_12/tools/
H A Drlehdr.c83 dbg_flag = 0, local
102 &hflag, &num_hdr, &mflag, &suppress, &dbg_flag, &version,
147 if ( dbg_flag )
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/bddc/
H A Dbddcnullspace.c88 if (pcbddc->dbg_flag) { in PCBDDCNullSpaceAssembleCorrection()
158 if (needscaling || pcbddc->dbg_flag) { in PCBDDCNullSpaceAssembleCorrection()
197 if (pcbddc->dbg_flag) { in PCBDDCNullSpaceAssembleCorrection()
206 if (needscaling && pcbddc->dbg_flag) { /* test for scaling factor */ in PCBDDCNullSpaceAssembleCorrection()
226 if (pcbddc->dbg_flag) { in PCBDDCNullSpaceAssembleCorrection()
240 if (pcbddc->dbg_flag) { in PCBDDCNullSpaceAssembleCorrection()
H A Dbddc.h188 PetscInt dbg_flag; member
/dports/net/mpich2/mpich2-1.5/src/pm/smpd/
H A Dsmpd_cmd_args.c98 int dbg_flag; in smpd_parse_command_args() local
306 if (smpd_get_opt_int(argcp, argvp, "-d", &dbg_flag)) in smpd_parse_command_args()
308 smpd_process.dbg_state = dbg_flag; in smpd_parse_command_args()
318 if (smpd_get_opt_int(argcp, argvp, "-debug", &dbg_flag)) in smpd_parse_command_args()
320 smpd_process.dbg_state = dbg_flag; in smpd_parse_command_args()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/observer/src/
H A Dobserver_trace_wx.erl1021 [dbg_flag(Type,Flag) || Flag <- Flags].
1023 dbg_flag(_,send) -> s; function
1024 dbg_flag(_,'receive') -> r; function
1025 dbg_flag(proc,functions) -> c; function
1026 dbg_flag(proc,on_spawn) -> sos; function
1027 dbg_flag(proc,on_link) -> sol; function
1028 dbg_flag(proc,on_first_spawn) -> sofs; function
1029 dbg_flag(proc,on_first_link) -> sofl; function
1030 dbg_flag(proc,events) -> p; function
1031 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl1033 [dbg_flag(Type,Flag) || Flag <- Flags].
1035 dbg_flag(_,send) -> s; function
1036 dbg_flag(_,'receive') -> r; function
1037 dbg_flag(proc,functions) -> c; function
1038 dbg_flag(proc,on_spawn) -> sos; function
1039 dbg_flag(proc,on_link) -> sol; function
1040 dbg_flag(proc,on_first_spawn) -> sofs; function
1041 dbg_flag(proc,on_first_link) -> sofl; function
1042 dbg_flag(proc,events) -> p; function
1043 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/observer/src/
H A Dobserver_trace_wx.erl1021 [dbg_flag(Type,Flag) || Flag <- Flags].
1023 dbg_flag(_,send) -> s; function
1024 dbg_flag(_,'receive') -> r; function
1025 dbg_flag(proc,functions) -> c; function
1026 dbg_flag(proc,on_spawn) -> sos; function
1027 dbg_flag(proc,on_link) -> sol; function
1028 dbg_flag(proc,on_first_spawn) -> sofs; function
1029 dbg_flag(proc,on_first_link) -> sofl; function
1030 dbg_flag(proc,events) -> p; function
1031 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl1033 [dbg_flag(Type,Flag) || Flag <- Flags].
1035 dbg_flag(_,send) -> s; function
1036 dbg_flag(_,'receive') -> r; function
1037 dbg_flag(proc,functions) -> c; function
1038 dbg_flag(proc,on_spawn) -> sos; function
1039 dbg_flag(proc,on_link) -> sol; function
1040 dbg_flag(proc,on_first_spawn) -> sofs; function
1041 dbg_flag(proc,on_first_link) -> sofl; function
1042 dbg_flag(proc,events) -> p; function
1043 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl1033 [dbg_flag(Type,Flag) || Flag <- Flags].
1035 dbg_flag(_,send) -> s; function
1036 dbg_flag(_,'receive') -> r; function
1037 dbg_flag(proc,functions) -> c; function
1038 dbg_flag(proc,on_spawn) -> sos; function
1039 dbg_flag(proc,on_link) -> sol; function
1040 dbg_flag(proc,on_first_spawn) -> sofs; function
1041 dbg_flag(proc,on_first_link) -> sofl; function
1042 dbg_flag(proc,events) -> p; function
1043 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/observer/src/
H A Dobserver_trace_wx.erl1021 [dbg_flag(Type,Flag) || Flag <- Flags].
1023 dbg_flag(_,send) -> s; function
1024 dbg_flag(_,'receive') -> r; function
1025 dbg_flag(proc,functions) -> c; function
1026 dbg_flag(proc,on_spawn) -> sos; function
1027 dbg_flag(proc,on_link) -> sol; function
1028 dbg_flag(proc,on_first_spawn) -> sofs; function
1029 dbg_flag(proc,on_first_link) -> sofl; function
1030 dbg_flag(proc,events) -> p; function
1031 dbg_flag(port,events) -> ports; function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/observer/src/
H A Dobserver_trace_wx.erl1033 [dbg_flag(Type,Flag) || Flag <- Flags].
1035 dbg_flag(_,send) -> s; function
1036 dbg_flag(_,'receive') -> r; function
1037 dbg_flag(proc,functions) -> c; function
1038 dbg_flag(proc,on_spawn) -> sos; function
1039 dbg_flag(proc,on_link) -> sol; function
1040 dbg_flag(proc,on_first_spawn) -> sofs; function
1041 dbg_flag(proc,on_first_link) -> sofl; function
1042 dbg_flag(proc,events) -> p; function
1043 dbg_flag(port,events) -> ports; function
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/examples/
H A Dparallel.cpp127 dbg_flag = false;
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_error.c173 static int dbg_flag = 0; variable
225 if (dbg_flag == 0) in sh_error_dbg_switch()
231 dbg_flag = 1; in sh_error_dbg_switch()
237 dbg_flag = 0; in sh_error_dbg_switch()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_error.c173 static int dbg_flag = 0; variable
225 if (dbg_flag == 0) in sh_error_dbg_switch()
231 dbg_flag = 1; in sh_error_dbg_switch()
237 dbg_flag = 0; in sh_error_dbg_switch()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_error.c173 static int dbg_flag = 0; variable
225 if (dbg_flag == 0) in sh_error_dbg_switch()
231 dbg_flag = 1; in sh_error_dbg_switch()
237 dbg_flag = 0; in sh_error_dbg_switch()

12