Home
last modified time | relevance | path

Searched refs:orig_call (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/java/
H A Dbuiltins.c302 tree orig_call) in putObject_builtin() argument
305 UNMARSHAL4 (orig_call); in putObject_builtin()
318 tree orig_call) in compareAndSwapInt_builtin() argument
325 UNMARSHAL5 (orig_call); in compareAndSwapInt_builtin()
339 tree orig_call) in compareAndSwapLong_builtin() argument
364 tree orig_call) in compareAndSwapObject_builtin() argument
372 UNMARSHAL5 (orig_call); in compareAndSwapObject_builtin()
388 tree orig_call) in putVolatile_builtin() argument
391 UNMARSHAL4 (orig_call); in putVolatile_builtin()
411 tree orig_call) in getVolatile_builtin() argument
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/java/
H A Dbuiltins.c304 tree orig_call) in putObject_builtin() argument
307 UNMARSHAL4 (orig_call); in putObject_builtin()
320 tree orig_call) in compareAndSwapInt_builtin() argument
327 UNMARSHAL5 (orig_call); in compareAndSwapInt_builtin()
341 tree orig_call) in compareAndSwapLong_builtin() argument
366 tree orig_call) in compareAndSwapObject_builtin() argument
374 UNMARSHAL5 (orig_call); in compareAndSwapObject_builtin()
390 tree orig_call) in putVolatile_builtin() argument
393 UNMARSHAL4 (orig_call); in putVolatile_builtin()
413 tree orig_call) in getVolatile_builtin() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/java/
H A Dbuiltins.c301 tree orig_call) in putObject_builtin() argument
304 UNMARSHAL4 (orig_call); in putObject_builtin()
317 tree orig_call) in compareAndSwapInt_builtin() argument
324 UNMARSHAL5 (orig_call); in compareAndSwapInt_builtin()
338 tree orig_call) in compareAndSwapLong_builtin() argument
363 tree orig_call) in compareAndSwapObject_builtin() argument
371 UNMARSHAL5 (orig_call); in compareAndSwapObject_builtin()
387 tree orig_call) in putVolatile_builtin() argument
390 UNMARSHAL4 (orig_call); in putVolatile_builtin()
411 tree orig_call) in getVolatile_builtin() argument
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/java/
H A Dbuiltins.c302 tree orig_call) in putObject_builtin() argument
305 UNMARSHAL4 (orig_call); in putObject_builtin()
318 tree orig_call) in compareAndSwapInt_builtin() argument
325 UNMARSHAL5 (orig_call); in compareAndSwapInt_builtin()
339 tree orig_call) in compareAndSwapLong_builtin() argument
364 tree orig_call) in compareAndSwapObject_builtin() argument
372 UNMARSHAL5 (orig_call); in compareAndSwapObject_builtin()
388 tree orig_call) in putVolatile_builtin() argument
391 UNMARSHAL4 (orig_call); in putVolatile_builtin()
411 tree orig_call) in getVolatile_builtin() argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/java/
H A Dbuiltins.c301 tree orig_call) in putObject_builtin() argument
304 UNMARSHAL4 (orig_call); in putObject_builtin()
317 tree orig_call) in compareAndSwapInt_builtin() argument
324 UNMARSHAL5 (orig_call); in compareAndSwapInt_builtin()
338 tree orig_call) in compareAndSwapLong_builtin() argument
363 tree orig_call) in compareAndSwapObject_builtin() argument
371 UNMARSHAL5 (orig_call); in compareAndSwapObject_builtin()
387 tree orig_call) in putVolatile_builtin() argument
390 UNMARSHAL4 (orig_call); in putVolatile_builtin()
411 tree orig_call) in getVolatile_builtin() argument
[all …]
/dports/misc/libpri/libpri-1.6.0/
H A Dpri_facility.c4183 q931_call *orig_call; in rose_handle_reject() local
4220 orig_call = ctrl->link.dummy_call; in rose_handle_reject()
4221 if (orig_call) { in rose_handle_reject()
4230 orig_call = call; in rose_handle_reject()
4255 q931_call *orig_call; in rose_handle_error() local
4304 orig_call = ctrl->link.dummy_call; in rose_handle_error()
4305 if (orig_call) { in rose_handle_error()
4314 orig_call = call; in rose_handle_error()
4338 q931_call *orig_call; in rose_handle_result() local
4381 if (orig_call) { in rose_handle_result()
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/app/call_center_active/
H A Dcall_center_active_inc.php267 …$orig_call="{origination_caller_id_name=c2c-".urlencode($name).",origination_caller_id_number=".$a… variable
268 …);if (confirm_response){send_cmd('call_center_exec.php?cmd=originate+".$orig_call.")');}\">".$text…
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/relay/
H A Dop_attr_types.h177 using FPrimalGradient = runtime::TypedPackedFunc<tvm::Array<Expr>(const Expr& orig_call,
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/relay/
H A Dop_attr_types.h177 using FPrimalGradient = runtime::TypedPackedFunc<tvm::Array<Expr>(const Expr& orig_call,
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/relay/
H A Dop_attr_types.h213 runtime::TypedPackedFunc<tvm::Array<Expr>(const Expr& orig_call, const Expr& output_grad)>;
/dports/misc/tvm/incubator-tvm-0.6.1/docs/dev/
H A Drelay_add_op.rst240 tvm::Array<Expr> MultiplyGrad(const Expr& orig_call, const Expr& output_grad) {
241 const Call& call = orig_call.Downcast<Call>();
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/docs/dev/
H A Drelay_add_op.rst240 tvm::Array<Expr> MultiplyGrad(const Expr& orig_call, const Expr& output_grad) {
241 const Call& call = orig_call.Downcast<Call>();
/dports/misc/py-tvm/incubator-tvm-0.6.1/docs/dev/
H A Drelay_add_op.rst240 tvm::Array<Expr> MultiplyGrad(const Expr& orig_call, const Expr& output_grad) {
241 const Call& call = orig_call.Downcast<Call>();
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/bpf/
H A Dtrampoline.c633 void *orig_call) in arch_prepare_bpf_trampoline() argument
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/bpf/
H A Dtrampoline.c633 void *orig_call) in arch_prepare_bpf_trampoline() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/bpf/
H A Dtrampoline.c633 void *orig_call) in arch_prepare_bpf_trampoline() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c1951 void *orig_call) in arch_prepare_bpf_trampoline() argument
1976 orig_call += X86_PATCH_SIZE; in arch_prepare_bpf_trampoline()
2017 if (emit_call(&prog, orig_call, prog)) { in arch_prepare_bpf_trampoline()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c1951 void *orig_call) in arch_prepare_bpf_trampoline() argument
1976 orig_call += X86_PATCH_SIZE; in arch_prepare_bpf_trampoline()
2017 if (emit_call(&prog, orig_call, prog)) { in arch_prepare_bpf_trampoline()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/net/
H A Dbpf_jit_comp.c1951 void *orig_call) in arch_prepare_bpf_trampoline() argument
1976 orig_call += X86_PATCH_SIZE; in arch_prepare_bpf_trampoline()
2017 if (emit_call(&prog, orig_call, prog)) { in arch_prepare_bpf_trampoline()
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/
H A Dpytest.py1182 orig_call = testlib.TestCase.__call__ variable
1192 orig_call(self, result=result, runcondition=runcondition, options=options)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple.h2810 gimple_call_copy_flags (gimple dest_call, gimple orig_call) in gimple_call_copy_flags() argument
2813 GIMPLE_CHECK (orig_call, GIMPLE_CALL); in gimple_call_copy_flags()
2814 dest_call->subcode = orig_call->subcode; in gimple_call_copy_flags()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple.h2519 gimple_call_copy_flags (gimple dest_call, gimple orig_call) in gimple_call_copy_flags() argument
2522 GIMPLE_CHECK (orig_call, GIMPLE_CALL); in gimple_call_copy_flags()
2523 dest_call->gsbase.subcode = orig_call->gsbase.subcode; in gimple_call_copy_flags()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple.h2515 gimple_call_copy_flags (gimple dest_call, gimple orig_call) in gimple_call_copy_flags() argument
2518 GIMPLE_CHECK (orig_call, GIMPLE_CALL); in gimple_call_copy_flags()
2519 dest_call->gsbase.subcode = orig_call->gsbase.subcode; in gimple_call_copy_flags()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dbpf.h588 void *orig_call);
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dbpf.h588 void *orig_call);

12