Home
last modified time | relevance | path

Searched defs:func (Results 1951 - 1975 of 2003) sorted by relevance

1...<<7172737475767778798081

/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...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_msgbuf.c2001 dhd_pktid_audit_ring_debug(dhd_pub_t *dhdp, dhd_pktid_map_t *map, uint32 pktid, const int test_for, void *msg, uint32 msg_len, const char *func) dhd_pktid_audit_ring_debug() argument
H A Ddhd_sdio.c7945 dhdsdio_probe(uint16 venid, uint16 devid, uint16 bus_no, uint16 slot, uint16 func, uint bustype, void *regsva, osl_t * osh, void *sdh) dhdsdio_probe() argument
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c548 static struct bpf_func_state *func(struct bpf_verifier_env *env, const struct bpf_reg_state *reg) in func() function
1998 struct bpf_func_state *func; in mark_all_scalars_precise() local
2034 struct bpf_func_state *func; in __mark_chain_precision() local
3198 update_stack_depth(struct bpf_verifier_env *env, const struct bpf_func_state *func, int off) update_stack_depth() argument
10966 struct bpf_prog *prog = env->prog, **func, *tmp; jit_subprogs() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4812 auto func = GetOnTouchTestFunc(); in GetOnChildTouchTestRet() local
4825 auto& func = gestureHub->GetOnTouchTestFunc(); in GetOnTouchTestFunc() local
5913 void FrameNode::SetJSCustomProperty(std::function<bool()> func, std::function<std::string(const std::string&)> getFunc) in SetJSCustomProperty() argument
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp7864 void AppMgrServiceInner::CacheLoadAbilityTask(const LoadAbilityTaskFunc&& func) in NotifyAppFaultBySA() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp893 auto func = JSRef<JSFunc>::Cast(getThisVarFunction); in ExistController() local
932 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); in SetWebController() local
4056 auto func = JSRef<JSFunc>::Cast(getWebIdFunction); HandleWindowNewEvent() local
4062 auto func = JSRef<JSFunc>::Cast(completeWindowNewFunction); HandleWindowNewEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2069 auto func = [this, keyboardHeight, safeHeight, supportAvoidance]() mutable { in AvoidanceLogic() local
2119 auto func = [this, keyboardHeight]() mutable { in OriginalAvoidanceLogic() local
2217 auto func = [weak, keyboardHeight, positionY, height, manager]() mutable { in OnVirtualKeyboardHeightChange() local
2342 auto func in OnCaretPositionChangeOrKeyboardHeightChange() local
5007 DoKeyboardAvoidAnimate(const KeyboardAnimationConfig& keyboardAnimationConfig, float keyboardHeight, const std::function<void()>& func) DoKeyboardAvoidAnimate() argument
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h503 int func; member
/third_party/mesa3d/include/drm-uapi/
H A Di915_drm.h304 } func; member
/third_party/libdrm/include/drm/
H A Dradeon_drm.h571 } func; member
602 } func; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c421 si_blend_remove_dst(unsigned *func, unsigned *src_factor, unsigned *dst_factor, in si_blend_remove_dst() argument
870 si_translate_fill(VkPolygonMode func) in si_translate_fill() argument
[all...]

Completed in 168 milliseconds

1...<<7172737475767778798081