Home
last modified time | relevance | path

Searched defs:fun (Results 126 - 150 of 168) sorted by relevance

1234567

/kernel/linux/linux-6.6/drivers/edac/
H A Dskx_common.h180 u32 fun : 3; member
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6368.c384 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; in bcm6368_pinctrl_set_mux() local
/third_party/ffmpeg/libavfilter/
H A Dvf_pseudocolor.c96 curve_fun fun[3]; member
565 static double poly_eval(const double *const poly, double x, curve_fun fun) in poly_eval() argument
[all...]
/third_party/glslang/SPIRV/
H A DspvIR.h437 void addFunction(Function *fun) { functions.push_back(fun); } in addFunction() argument
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h765 Action(G&& fun) { // NOLINT in Action() argument
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc116 auto fun = ApiNatives::InstantiateFunction(Utils::OpenHandle(*tmp)) in GetOrCreateDebugProxyMap() local
H A Ddebug-interface.cc935 i::Handle<i::JSFunction> fun = in GetBuiltin() local
H A Ddebug.cc1465 JSFunction fun = JSFunction::cast(obj); in DiscardBaselineCode() local
1483 JSFunction fun = JSFunction::cast(obj); in DiscardAllBaselineCode() local
1599 JSFunction fun = JSFunction::cast(obj); in InstallDebugBreakTrampoline() local
2490 Object fun = it.frame()->function(); HandleDebugBreak() local
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc336 Handle<Object> fun; in ApplyToJsonFunction() local
/third_party/node/deps/v8/src/snapshot/
H A Dsnapshot.cc271 i::JSFunction fun = i::JSFunction::cast(o); in ClearReconstructableDataForSerialization() local
[all...]
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpf.c427 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) in pf_wait() argument
451 static int pf_command(struct pf_unit *pf, char *cmd, int dlen, char *fun) in pf_command() argument
482 static int pf_completion(struct pf_unit *pf, char *buf, char *fun) in pf_completion() argument
519 pf_atapi(struct pf_unit *pf, char *cmd, int dlen, char *buf, char *fun) pf_atapi() argument
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_sun4v.c266 unsigned int fun; in dma_4v_iotsb_bind() local
/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.c594 int register_tui_driver(tui_drv_init fun, const char *name, in register_tui_driver() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dpci_sun4v.c267 unsigned int fun; in dma_4v_iotsb_bind() local
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dgcc-common.h257 static inline void add_local_decl(struct function *fun, tree d) in add_local_decl() argument
/third_party/node/src/
H A Denv-inl.h722 ThrowError( v8::Local<v8::Value> (fun)v8::Local<v8::String>), const char* errmsg) ThrowError() argument
H A Dnode_api.cc764 jsvm_add_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg) jsvm_add_env_cleanup_hook() argument
775 jsvm_remove_env_cleanup_hook(JSVM_Env env, jsvm_cleanup_hook fun, void* arg) jsvm_remove_env_cleanup_hook() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Doptions.c233 int (*fun)(const char *arg, const char *opt, const struct flag *, int options); member
/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc112 const Runtime::Function* fun = Runtime::FunctionForId(f); in ReplaceWithRuntimeCall() local
H A Dtyper.cc1527 Type Typer::Visitor::JSCallTyper(Type fun, Typer* t) { in JSCallTyper() argument
/third_party/libabigail/src/
H A Dabg-writer.cc1342 shared_ptr<function_decl> fun = in write_binding() local
/third_party/optimized-routines/math/test/
H A Dulp.c282 struct fun struct
294 } fun; member
313 static const struct fun fun[] = { variable
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-js.cc2739 void SetDummyInstanceTemplate(Isolate* isolate, Handle<JSFunction> fun) { in SetDummyInstanceTemplate() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1341 void MacroAssembler::CallDebugOnFunctionCall(Register fun, Register new_target, in CallRecordWriteStub() argument
1429 void MacroAssembler::InvokeFunction(Register fun, Register new_target, in CallRecordWriteStub() argument
/third_party/python/Lib/test/
H A Dtest_functools.py2154 def fun(a): function

Completed in 57 milliseconds

1234567