Home
last modified time | relevance | path

Searched refs:process_call (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/p5-XPC/XPC-0.2/lib/XPC/
H A DDaemon.pm197 push @response, $self->process_call($req);
217 sub process_call subroutine
/dports/devel/grpc/grpc-1.42.0/examples/python/async_streaming/
H A Dclient.py98 def process_call(executor: ThreadPoolExecutor, channel: grpc.Channel, function
112 future = executor.submit(process_call, executor, channel,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-iproc.c830 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument
862 if (!process_call && (i == msg->len - 1)) in bcm_iproc_i2c_xfer_internal()
871 if (process_call) { in bcm_iproc_i2c_xfer_internal()
903 if (!process_call && !(msg->flags & I2C_M_RD) && in bcm_iproc_i2c_xfer_internal()
934 protocol = process_call ? in bcm_iproc_i2c_xfer_internal()
953 bool process_call = false; in bcm_iproc_i2c_xfer() local
958 process_call = true; in bcm_iproc_i2c_xfer()
965 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call); in bcm_iproc_i2c_xfer()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-iproc.c830 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument
862 if (!process_call && (i == msg->len - 1)) in bcm_iproc_i2c_xfer_internal()
871 if (process_call) { in bcm_iproc_i2c_xfer_internal()
903 if (!process_call && !(msg->flags & I2C_M_RD) && in bcm_iproc_i2c_xfer_internal()
934 protocol = process_call ? in bcm_iproc_i2c_xfer_internal()
953 bool process_call = false; in bcm_iproc_i2c_xfer() local
958 process_call = true; in bcm_iproc_i2c_xfer()
965 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call); in bcm_iproc_i2c_xfer()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/i2c/busses/
H A Di2c-bcm-iproc.c830 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument
862 if (!process_call && (i == msg->len - 1)) in bcm_iproc_i2c_xfer_internal()
871 if (process_call) { in bcm_iproc_i2c_xfer_internal()
903 if (!process_call && !(msg->flags & I2C_M_RD) && in bcm_iproc_i2c_xfer_internal()
934 protocol = process_call ? in bcm_iproc_i2c_xfer_internal()
953 bool process_call = false; in bcm_iproc_i2c_xfer() local
958 process_call = true; in bcm_iproc_i2c_xfer()
965 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call); in bcm_iproc_i2c_xfer()
/dports/net/gfbgraph/gfbgraph-0.2.4/gfbgraph/
H A Dgfbgraph-authorizer.c52 GFBGRAPH_AUTHORIZER_GET_IFACE (iface)->process_call (iface, call); in gfbgraph_authorizer_process_call()
H A Dgfbgraph-authorizer.h51 void (*process_call) (GFBGraphAuthorizer *iface, member
H A Dgfbgraph-simple-authorizer.c151 iface->process_call = gfbgraph_simple_authorizer_process_call; in gfbgraph_simple_authorizer_iface_init()
H A Dgfbgraph-goa-authorizer.c153 iface->process_call = gfbgraph_goa_authorizer_process_call; in gfbgraph_goa_authorizer_iface_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/tools/
H A Dfrr-llvm-cg.c221 static void process_call(struct json_object *js_calls, in process_call() function
314 process_call(js_indirect, js_special, last, function); in process_call()
504 process_call(js_calls, js_special, instr, in process_fn()
/dports/net/frr7/frr-frr-7.5.1/tools/
H A Dfrr-llvm-cg.c221 static void process_call(struct json_object *js_calls, in process_call() function
314 process_call(js_indirect, js_special, last, function); in process_call()
504 process_call(js_calls, js_special, instr, in process_fn()
/dports/net/libzapojit/libzapojit-0.0.3/src/
H A Dzpj-authorizer.h73 void (*process_call) (ZpjAuthorizer *iface, member
H A Dzpj-authorizer.c117 ZPJ_AUTHORIZER_GET_INTERFACE (iface)->process_call (iface, domain, call); in zpj_authorizer_process_call()
H A Dzpj-goa-authorizer.c258 iface->process_call = zpj_goa_authorizer_process_call; in zpj_authorizer_interface_init()
/dports/devel/libfirm/libfirm-1.21.0/ir/opt/
H A Dproc_cloning.c120 static void process_call(ir_node *call, ir_entity *callee, q_set *hmap) in process_call() function
198 process_call(call, callee, hmap); in collect_irg_calls()
545 process_call(call, callee, hmap); in reorder_weights()
/dports/math/py-jax/jax-0.2.9/jax/experimental/
H A Dcallback.py152 def process_call(self, call_primitive, f: lu.WrappedFun, tracers, params): member in CallbackTrace
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/valid/
H A Danalyzer.rs276 fn process_call(&mut self, info: &Self) -> FunctionUniformity { in process_call() method
508 self.process_call(fun).result in process_expression()
678 self.process_call(info) in process_block()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/valid/
H A Danalyzer.rs276 fn process_call(&mut self, info: &Self) -> FunctionUniformity { in process_call() method
508 self.process_call(fun).result in process_expression()
678 self.process_call(info) in process_block()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/hello_SUITE_data/
H A Dhello.erl804 normal = process_call(fun() -> ok end),
805 ExitData = process_call(fun() -> exit(ExitData) end),
808 process_call(fun() ->
814 process_call(fun() ->
818 normal = process_call(fun test_continue_exit/0),
826 process_call(F) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/hello_SUITE_data/
H A Dhello.erl804 normal = process_call(fun() -> ok end),
805 ExitData = process_call(fun() -> exit(ExitData) end),
808 process_call(fun() ->
814 process_call(fun() ->
818 normal = process_call(fun test_continue_exit/0),
826 process_call(F) -> function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/hello_SUITE_data/
H A Dhello.erl804 normal = process_call(fun() -> ok end),
805 ExitData = process_call(fun() -> exit(ExitData) end),
808 process_call(fun() ->
814 process_call(fun() ->
818 normal = process_call(fun test_continue_exit/0),
826 process_call(F) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/hello_SUITE_data/
H A Dhello.erl804 normal = process_call(fun() -> ok end),
805 ExitData = process_call(fun() -> exit(ExitData) end),
808 process_call(fun() ->
814 process_call(fun() ->
818 normal = process_call(fun test_continue_exit/0),
826 process_call(F) -> function
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/i2c/
H A Dfunctionality.rst36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/i2c/
H A Dfunctionality.rst36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/i2c/
H A Dfunctionality.rst36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command

12