Home
last modified time | relevance | path

Searched refs:b_init (Results 1 – 25 of 131) sorted by relevance

123456

/dports/sysutils/pdsh/pdsh-pdsh-2.34/tests/test-modules/
H A Db.c36 static int b_init (void);
42 (ModInitF) b_init,
86 static int b_init (void) in b_init() function
/dports/multimedia/bitstream/bitstream-1.5/examples/
H A Ddvb_ecmg_test.c61 bool b_init; member
68 static bool b_init = true; variable
277 if (!pp_streams[i]->b_init && (i % i_period) == i_turn) in check_cw()
306 p_stream->b_init = true; in create_stream()
325 if (!b_init) in handle_channel_status()
347 b_init = false; in handle_channel_status()
402 p_stream->b_init = false; in handle_stream_status()
550 if (b_init && i_type != ECMG_TYPE_CHANNEL_STATUS) { in main()
593 if (!b_init) { in main()
H A Ddvb_ecmg.c90 static bool b_init = true; variable
373 if (!b_init) { in handle_channel_setup()
385 b_init = false; in handle_channel_setup()
420 b_init = true; in handle_channel_close()
649 if (b_init) return EXIT_FAILURE; in main()
665 if ((b_init && tlvh_get_version(p_tlv_h) > 3) || in main()
666 (!b_init && tlvh_get_version(p_tlv_h) != i_version)) { in main()
686 if (b_init && i_type != ECMG_TYPE_CHANNEL_SETUP) { in main()
694 if (b_init) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/
H A Db.cpp9 int b_init() in b_init() function
14 int b_global = b_init();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/load_unload/
H A Db.cpp1 int b_init() in b_init() function
6 int b_global = b_init();
/dports/multimedia/vlc/vlc-3.0.16/modules/video_filter/
H A Dpuzzle.c267 p_sys->b_init = false; in Filter()
270 p_sys->b_init = false; in Filter()
274 p_sys->b_init = false; in Filter()
282 p_sys->b_init = false; in Filter()
309 || p_sys->b_bake_request || !p_sys->b_init ) in Filter()
312 p_sys->b_init = false; in Filter()
421 if ( p_sys->b_shuffle_rqst && p_sys->b_init ) { in Filter()
454 if ( !p_sys->b_bake_request && !p_sys->b_mouse_drag && p_sys->b_init in Filter()
457 if ( !p_sys->b_bake_request && !p_sys->b_mouse_drag && p_sys->b_init in Filter()
477 if ( !p_sys->b_bake_request && !p_sys->b_mouse_drag && p_sys->b_init in Filter()
[all …]
H A Dfreeze.c44 bool b_init; member
159 if ( unlikely(!p_sys->b_init) ) in Filter()
165 p_sys->b_init = true; in Filter()
236 if ( unlikely(!p_sys->b_init) ) in freeze_mouse()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dbounds.c98 bool b_init = false; in bounds_transform() local
108 if (!b_init) { in bounds_transform()
111 b_init = true; in bounds_transform()
137 bool b_init = false; in bounds_transform3x4() local
147 if (!b_init) { in bounds_transform3x4()
150 b_init = true; in bounds_transform3x4()
/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mpeg/
H A Dcsa.c54 static void csa_StreamCypher( csa_t *c, int b_init, uint8_t *ck, uint8_t *sb, uint8_t *cb );
377 static void csa_StreamCypher( csa_t *c, int b_init, uint8_t *ck, uint8_t *sb, uint8_t *cb ) in csa_StreamCypher() argument
386 if( b_init ) in csa_StreamCypher()
415 if( b_init ) in csa_StreamCypher()
443 if( b_init ) next_A1 = next_A1 ^ c->D ^ ((j % 2) ? in2 : in1); in csa_StreamCypher()
449 if( b_init) next_B1 = next_B1 ^ ((j % 2) ? in1 : in2); in csa_StreamCypher()
492 cb[i] = b_init ? sb[i] : op; in csa_StreamCypher()
/dports/net/multicat/multicat-2.3/
H A Dingests.c54 static bool b_init = true; variable
102 if ( b_init ) in Output()
107 b_init = false; in Output()
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Dstax.py47 def Dense(out_dim, W_init=glorot_normal(), b_init=normal()): argument
52 W, b = W_init(k1, (input_shape[-1], out_dim)), b_init(k2, (out_dim,))
62 b_init=normal(1e-6)): argument
77 W, b = W_init(k1, kernel_shape), b_init(k2, bias_shape)
89 b_init=normal(1e-6)): argument
104 W, b = W_init(k1, kernel_shape), b_init(k2, bias_shape)
/dports/devel/remake/remake-4.3+dbg-1.5/src/debugger/
H A Dcmd.c410 static bool b_init = false; in enter_debugger() local
453 if (!b_init) { in enter_debugger()
456 b_init = true; in enter_debugger()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_snmp_hook.erl33 -export([b_init/2]).
205 mnesia_monitor:start_proc(Name, ?MODULE, b_init, [self(), Us]).
226 b_init(Parent, Us) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_snmp_hook.erl33 -export([b_init/2]).
205 mnesia_monitor:start_proc(Name, ?MODULE, b_init, [self(), Us]).
226 b_init(Parent, Us) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_snmp_hook.erl33 -export([b_init/2]).
205 mnesia_monitor:start_proc(Name, ?MODULE, b_init, [self(), Us]).
226 b_init(Parent, Us) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_snmp_hook.erl33 -export([b_init/2]).
205 mnesia_monitor:start_proc(Name, ?MODULE, b_init, [self(), Us]).
226 b_init(Parent, Us) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/r9c_SUITE_data/src/mnesia/
H A Dmnesia_snmp_hook.erl33 -export([b_init/2]).
205 mnesia_monitor:start_proc(Name, ?MODULE, b_init, [self(), Us]).
226 b_init(Parent, Us) -> function

123456