Home
last modified time | relevance | path

Searched defs:func (Results 3151 - 3175 of 3273) sorted by relevance

1...<<121122123124125126127128129130131

/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc5390 Handle<JSFunction> func = SimpleCreateFunction( in InitializeGlobal_harmony_temporal() local
5399 Handle<JSFunction> func = SimpleCreateFunction( in InitializeGlobal_harmony_temporal() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc1003 Handle<Object> func; in GetMethod() local
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c337 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) in _tc_sync() argument
2019 tc_replace_buffer_storage_func func; global() member
[all...]
/third_party/mksh/
H A Dedit.c2658 bind_if_not_bound(int p, int k, int func) in bind_if_not_bound() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h163 unsigned func:8; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1856 Apply (const ApplyFunc& func, in Apply() argument
1864 Apply (const ApplyFunc& func, in Apply() argument
1925 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1991 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1932 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
2022 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2330 CFloatFunc1(const string& name, tcu::DoubleFunc1& func) CFloatFunc1() argument
2406 CFloatFunc2(const string& name, tcu::DoubleFunc2& func) CFloatFunc2() argument
2783 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2837 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
3059 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
4188 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
4278 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
5509 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
5540 const Func<Sig>& func; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp56 void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref) in GL_AlphaFunc() argument
1226 void GL_APIENTRY GL_DepthFunc(GLenum func) in GL_DepthFunc() argument
5490 GL_StencilFunc(GLenum func, GLint ref, GLuint mask) GL_StencilFunc() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.cpp516 auto func = llvm::Function::Create(functionType, llvm::GlobalValue::InternalLinkage, name, jit->module.get()); in createFunction() local
957 auto func = jit->module->getOrInsertFunction("__atomic_load", funcTy); in createLoad() local
1015 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); in createStore() local
1055 auto func = jit->module->getOrInsertFunction("__atomic_store", funcTy); createStore() local
1090 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_load, { elVecTy, elVecPtrTy }); createMaskedLoad() local
1109 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_store, { elVecTy, elVecPtrTy }); createMaskedStore() local
1120 auto func = jit->module->getOrInsertFunction("__msan_unpoison", funcTy); createMaskedStore() local
1166 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_gather, { elVecTy, elPtrVecTy }); createGather() local
1233 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::masked_scatter, { elVecTy, elPtrVecTy }); createScatter() local
3136 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float::type()) }); Exp2() local
3142 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log2, { T(Float::type()) }); Log2() local
3397 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::sin, { V(v.value())->getType() }); Sin() local
3404 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cos, { V(v.value())->getType() }); Cos() local
3417 auto func = jit->module->getOrInsertFunction(name, funcTy); TransformFloat4PerElement() local
3488 auto func = jit->module->getOrInsertFunction("atan2f", funcTy); Atan2() local
3502 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::pow, { T(Float4::type()) }); Pow() local
3509 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp, { T(Float4::type()) }); Exp() local
3516 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log, { T(Float4::type()) }); Log() local
3523 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::exp2, { T(Float4::type()) }); Exp2() local
3530 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::log2, { T(Float4::type()) }); Log2() local
3537 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::ctlz, { T(UInt::type()) }); Ctlz() local
3545 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::ctlz, { T(UInt4::type()) }); Ctlz() local
3553 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cttz, { T(UInt::type()) }); Cttz() local
3561 auto func = llvm::Intrinsic::getDeclaration(jit->module.get(), llvm::Intrinsic::cttz, { T(UInt4::type()) }); Cttz() local
3626 auto func = jit->module->getOrInsertFunction("__msan_unpoison_param", funcTy); Call() local
4082 auto func = jit->module->getOrInsertFunction("rr::DebugPrintf", funcTy); VPrintf() local
4091 auto func = jit->module->getOrInsertFunction("nop", funcTy); Nop() local
4465 invokeCoroutineBegin(Routine &routine, std::function<Nucleus::CoroutineHandle()> func) invokeCoroutineBegin() argument
[all...]
/third_party/python/Modules/
H A D_pickle.c370 _Pickle_FastCall(PyObject *func, PyObject *obj) in _Pickle_FastCall() argument
387 PyObject *func, *func2; in init_method_ref() local
417 reconstruct_method(PyObject *func, PyObject *self) reconstruct_method() argument
429 call_method(PyObject *func, PyObject *self, PyObject *obj) call_method() argument
5822 PyObject *func; instantiate() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4155 auto* func = create<ast::IdentifierExpression>( in EmitGlslStd450ExtInst() local
/third_party/python/Python/
H A Dceval.c342 _Py_FatalError_TstateNULL(const char *func) in _Py_FatalError_TstateNULL() argument
1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); PyEval_EvalCode() local
4849 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
4883 PyFunctionObject *func = (PyFunctionObject *)callable; global() local
5349 PyObject *func, *callargs, *kwargs = NULL, *result; global() local
5398 PyFunctionObject *func = (PyFunctionObject *) global() local
6137 initialize_locals(PyThreadState *tstate, PyFunctionObject *func, PyObject **localsplus, PyObject *const *args, Py_ssize_t argcount, PyObject *kwnames) global() argument
6364 _PyEvalFramePushAndInit(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6417 _PyEval_Vector(PyThreadState *tstate, PyFunctionObject *func, PyObject *locals, PyObject* const* args, size_t argcount, PyObject *kwnames) global() argument
6473 PyFunctionObject *func = NULL; global() local
6780 call_exc_trace(Py_tracefunc func, PyObject *self, PyThreadState *tstate, _PyInterpreterFrame *f) global() argument
6811 call_trace_protected(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6858 call_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int what, PyObject *arg) global() argument
6886 _PyEval_CallTracing(PyObject *func, PyObject *args) global() argument
6905 maybe_call_line_trace(Py_tracefunc func, PyObject *obj, PyThreadState *tstate, _PyInterpreterFrame *frame, int instr_prev) global() argument
6948 _PyEval_SetProfile(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
6990 PyEval_SetProfile(Py_tracefunc func, PyObject *arg) global() argument
7000 _PyEval_SetTrace(PyThreadState *tstate, Py_tracefunc func, PyObject *arg) global() argument
7043 PyEval_SetTrace(Py_tracefunc func, PyObject *arg) global() argument
7227 PyEval_GetFuncName(PyObject *func) global() argument
7240 PyEval_GetFuncDesc(PyObject *func) global() argument
7285 trace_call_function(PyThreadState *tstate, PyObject *func, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) global() argument
7319 do_call_core(PyThreadState *tstate, PyObject *func, PyObject *callargs, PyObject *kwdict, int use_tracing ) global() argument
7681 check_args_iterable(PyThreadState *tstate, PyObject *func, PyObject *args) global() argument
7701 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs) global() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_descr.py714 def func(*args, **kwargs): function
H A Dtest_inspect.py2292 async def func(a=None): global() function
2624 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
2680 def func(a,b, *args, kwonly=True, kwonlyreq, **kwargs): global() function
3543 def func(foo: Foo) -> int: pass global() function
4325 def func(*args, **kwargs): global() function
4382 def func(a, b): global() function
4388 def func(a, b): global() function
4427 def func(): pass global() function
[all...]
/third_party/python/Objects/
H A Dtypeobject.c1640 vectorcall_unbound(PyThreadState *tstate, int unbound, PyObject *func, in vectorcall_unbound() argument
1654 call_unbound_noarg(int unbound, PyObject *func, PyObject *self) in call_unbound_noarg() argument
1677 PyObject *func = lookup_method(self, name, &unbound); in vectorcall_method() local
1696 PyObject *func in vectorcall_maybe() local
2326 descrgetfunc func; subtype_dict() local
2350 descrsetfunc func; subtype_setdict() local
2911 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_staticmethod() local
2938 PyObject *func = PyDict_GetItemWithError(type->tp_dict, attr); type_new_classmethod() local
6645 lenfunc func = (lenfunc)wrapped; wrap_lenfunc() local
6659 inquiry func = (inquiry)wrapped; wrap_inquirypred() local
6673 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc() local
6685 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_l() local
6697 binaryfunc func = (binaryfunc)wrapped; wrap_binaryfunc_r() local
6709 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc() local
6723 ternaryfunc func = (ternaryfunc)wrapped; wrap_ternaryfunc_r() local
6737 unaryfunc func = (unaryfunc)wrapped; wrap_unaryfunc() local
6747 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_indexargfunc() local
6784 ssizeargfunc func = (ssizeargfunc)wrapped; wrap_sq_item() local
6803 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_setitem() local
6822 ssizeobjargproc func = (ssizeobjargproc)wrapped; wrap_sq_delitem() local
6843 objobjproc func = (objobjproc)wrapped; wrap_objobjproc() local
6860 objobjargproc func = (objobjargproc)wrapped; wrap_objobjargproc() local
6875 objobjargproc func = (objobjargproc)wrapped; wrap_delitem() local
6893 hackcheck(PyObject *self, setattrofunc func, const char *what) hackcheck() argument
6940 setattrofunc func = (setattrofunc)wrapped; wrap_setattr() local
6957 setattrofunc func = (setattrofunc)wrapped; wrap_delattr() local
6975 hashfunc func = (hashfunc)wrapped; wrap_hashfunc() local
6989 ternaryfunc func = (ternaryfunc)wrapped; wrap_call() local
6997 destructor func = (destructor)wrapped; wrap_del() local
7009 richcmpfunc func = (richcmpfunc)wrapped; wrap_richcmpfunc() local
7036 unaryfunc func = (unaryfunc)wrapped; wrap_next() local
7050 descrgetfunc func = (descrgetfunc)wrapped; wrap_descr_get() local
7071 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_set() local
7086 descrsetfunc func = (descrsetfunc)wrapped; wrap_descr_delete() local
7102 initproc func = (initproc)wrapped; wrap_init() local
7192 PyObject *func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); add_tp_new_wrapper() local
7374 PyObject *func, *res; slot_sq_contains() local
7462 PyObject *func, *value; slot_nb_bool() local
7555 PyObject *func, *res; slot_tp_repr() local
7574 PyObject *func, *res; slot_tp_hash() local
7756 PyObject *func = lookup_maybe_method(self, name_op[op], &unbound); slot_tp_richcompare() local
7772 PyObject *func, *res; slot_tp_iter() local
7886 PyObject *func, *result; slot_tp_new() local
7927 PyObject *func, *res; slot_am_await() local
7945 PyObject *func, *res; slot_am_aiter() local
7963 PyObject *func, *res; slot_am_anext() local
8625 PyObject *func = PyObject_GetAttr(super, &_Py_ID(__init_subclass__)); type_new_init_subclass() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1294 Apply (const ApplyFunc& func, in Apply() argument
1302 Apply (const ApplyFunc& func, in Apply() argument
1363 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1429 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1370 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1449 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
1756 CFloatFunc1(const string& name, DoubleFunc1& func) CFloatFunc1() argument
1827 CFloatFunc2(const string& name, DoubleFunc2& func) CFloatFunc2() argument
2119 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2153 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
2287 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
2432 ArcTrigFunc(const string& name, DoubleFunc1& func, double precisionULPs, const Interval& domain, const Interval& codomain) ArcTrigFunc() argument
3238 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
3307 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
4067 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
4098 const Func<Sig>& func; global() member
5057 FuncCaseBase(const Context& context, const string& name, const FuncBase& func) FuncCaseBase() argument
5090 FuncCase(const Context& context, const string& name, const CaseFunc& func) FuncCase() argument
5148 InOutFuncCase(const Context& context, const string& name, const CaseFunc& func) InOutFuncCase() argument
5194 createFuncCase(const Context& context, const string& name, const Func<Sig>& func) createFuncCase() argument
5351 SimpleFuncCaseFactory(const Func<Sig>& func) SimpleFuncCaseFactory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1829 Apply (const ApplyFunc& func, in Apply() argument
1837 Apply (const ApplyFunc& func, in Apply() argument
1898 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() argument
1964 ApplyVar (const ApplyFunc& func, in ApplyVar() argument
1905 createApply( const Func<Sig>& func, const ExprP<typename Sig::Arg0>& arg0 = voidP(), const ExprP<typename Sig::Arg1>& arg1 = voidP(), const ExprP<typename Sig::Arg2>& arg2 = voidP(), const ExprP<typename Sig::Arg3>& arg3 = voidP()) createApply() argument
1995 applyVar(const Func<Sig>& func, const VariableP<typename Sig::Arg0>& arg0, const VariableP<typename Sig::Arg1>& arg1, const VariableP<typename Sig::Arg2>& arg2, const VariableP<typename Sig::Arg3>& arg3) applyVar() argument
2303 CFloatFunc1(const string& name, tcu::DoubleFunc1& func) CFloatFunc1() argument
2379 CFloatFunc2(const string& name, tcu::DoubleFunc2& func) CFloatFunc2() argument
2756 ExpFunc(const string& name, DoubleFunc1& func) ExpFunc() argument
2810 LogFunc(const string& name, DoubleFunc1& func) LogFunc() argument
3035 TrigFunc(const string& name, DoubleFunc1& func, const Interval& loEx, const Interval& hiEx) TrigFunc() argument
4177 PreciseFunc1(const string& name, DoubleFunc1& func) PreciseFunc1() argument
4267 PreciseFunc2(const string& name, DoubleFunc2& func) PreciseFunc2() argument
5498 const Func<Sig_>& func = this->doGetScalarFunc(); doApply() local
5529 const Func<Sig>& func; global() member
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp6507 const TFunction *func = functionCall->getFunction(); in checkTextureGather() local
6577 const TFunction *func = functionCall->getFunction(); in checkTextureOffset() local
5875 createUnaryMath(TOperator op, TIntermTyped *child, const TSourceLoc &loc, const TFunction *func) createUnaryMath() argument
6701 const TFunction *func = functionCall->getFunction(); checkInterpolationFS() local
6736 const TFunction *func = functionCall->getFunction(); checkAtomicMemoryBuiltinFunctions() local
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1389 void (*func)(struct kvm_irq_mask_notifier *kimn, bool masked); member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10578 u8 func = (reg & I40E_GL_MDET_RX_FUNCTION_MASK) >> in i40e_handle_mdd_event() local
H A Di40e_type.h459 u16 func; member
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H A Dr8169_main.c2625 u32 func = PCI_FUNC(tp->pci_dev->devfn); in rtl_csi_write() local
2636 u32 func = PCI_FUNC(tp->pci_dev->devfn); in rtl_csi_read() local
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dniu.c7934 static int niu_set_ldg_sid(struct niu *np, int ldg, int func, int vector) in niu_set_ldg_sid() argument
/kernel/linux/linux-5.10/drivers/scsi/
H A Dips.h1049 ips_hw_func_t func; /* hw function pointers */ member
H A Dhpsa.c4649 warn_zero_length_transfer(struct ctlr_info *h, u8 *cdb, int cdb_len, const char *func) warn_zero_length_transfer() argument
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c12989 struct cfg80211_nan_func *func; in nl80211_nan_add_func() local
12936 handle_nan_filter(struct nlattr *attr_filter, struct cfg80211_nan_func *func, bool tx) handle_nan_filter() argument
[all...]

Completed in 198 milliseconds

1...<<121122123124125126127128129130131