Home
last modified time | relevance | path

Searched refs:debug_val (Results 1 – 13 of 13) sorted by relevance

/dports/science/mbdyn/mbdyn-1.7.3/contrib/MLS/
H A Dkd_knn.m36 debug_val=plot_stuff;
38 if(debug_val); global h; end
46 if(debug_val); h = plot(best_points_mat(1:k,1),best_points_mat(1:k,2),'g*'); end;
58 node_check(point,k,node_number,debug_val);
116 node_check(point,k,node_number,debug_val);
157 function []=node_check(point,k,node_number,debug_val)
162 if(debug_val); global h; end
173 if(debug_val);
187 if(debug_val);
/dports/net-mgmt/fprobe/fprobe-1.1/
H A Dconfigure.in190 debug_val="0"
194 debug_val="-1"
198 debug_val="0"
201 debug_val="$debug_val | DEBUG_$i"
205 AC_DEFINE_UNQUOTED(DEBUG, ($debug_val) , Debugging output)
H A Dconfigure5827 debug_val="0"
5832 debug_val="-1"
5837 debug_val="0"
5840 debug_val="$debug_val | DEBUG_$i"
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/oauthlib/
H A D__init__.py21 def set_debug(debug_val): argument
27 _DEBUG = debug_val
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c599 union cvmx_l2c_dbg debug_val; in __read_l2_tag() local
601 debug_val.u64 = 0; in __read_l2_tag()
607 debug_val.s.ppnum = core; in __read_l2_tag()
608 debug_val.s.l2t = 1; in __read_l2_tag()
609 debug_val.s.set = assoc; in __read_l2_tag()
641 : [dbg_addr] "r" (dbg_addr), [dbg_val] "r" (debug_val), [tag_addr] "r" (debug_tag_addr) in __read_l2_tag()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c599 union cvmx_l2c_dbg debug_val; in __read_l2_tag() local
601 debug_val.u64 = 0; in __read_l2_tag()
607 debug_val.s.ppnum = core; in __read_l2_tag()
608 debug_val.s.l2t = 1; in __read_l2_tag()
609 debug_val.s.set = assoc; in __read_l2_tag()
641 : [dbg_addr] "r" (dbg_addr), [dbg_val] "r" (debug_val), [tag_addr] "r" (debug_tag_addr) in __read_l2_tag()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c599 union cvmx_l2c_dbg debug_val; in __read_l2_tag() local
601 debug_val.u64 = 0; in __read_l2_tag()
607 debug_val.s.ppnum = core; in __read_l2_tag()
608 debug_val.s.l2t = 1; in __read_l2_tag()
609 debug_val.s.set = assoc; in __read_l2_tag()
641 : [dbg_addr] "r" (dbg_addr), [dbg_val] "r" (debug_val), [tag_addr] "r" (debug_tag_addr) in __read_l2_tag()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/oauthlib/oauthlib/
H A D__init__.pyi1 def set_debug(debug_val) -> None: ...
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_spandsp/
H A Dmod_spandsp.c681 int debug_val = atoi(debug); in load_configuration() local
682 if (debug_val > 0) { in load_configuration()
683 …tf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Setting tone detector debug-level to : %d\n", debug_val); in load_configuration()
684 spandsp_globals.tonedebug = debug_val; in load_configuration()
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackendsmbbrowse.c782 int debug_val; in do_mount() local
806 debug_val = atoi (debug); in do_mount()
808 debug_val = 0; in do_mount()
810 smbc_setDebug (smb_context, debug_val); in do_mount()
H A Dgvfsbackendsmb.c393 int debug_val; in do_mount() local
411 debug_val = atoi (debug); in do_mount()
413 debug_val = 0; in do_mount()
415 smbc_setDebug (smb_context, debug_val); in do_mount()
H A Dgvfsbackendnfs.c182 int err, debug_val; in do_mount() local
253 debug_val = atoi (debug); in do_mount()
255 debug_val = 0; in do_mount()
257 nfs_set_debug (op_backend->ctx, debug_val); in do_mount()
/dports/security/p5-Crypt-HSXKPasswd/Crypt-HSXKPasswd-v3.6/
H A DREADME1651 my $debug_val = Crypt::HSXKPasswd->module_config('DEBUG'); # getter