/kernel/linux/linux-6.6/drivers/edac/ |
H A D | skx_common.h | 180 u32 fun : 3; member
|
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm6368.c | 384 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; in bcm6368_pinctrl_set_mux() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_pseudocolor.c | 96 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 D | spvIR.h | 437 void addFunction(Function *fun) { functions.push_back(fun); } in addFunction() argument
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 765 Action(G&& fun) { // NOLINT in Action() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 116 auto fun = ApiNatives::InstantiateFunction(Utils::OpenHandle(*tmp)) in GetOrCreateDebugProxyMap() local
|
H A D | debug-interface.cc | 935 i::Handle<i::JSFunction> fun = in GetBuiltin() local
|
H A D | debug.cc | 1465 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 D | json-stringifier.cc | 336 Handle<Object> fun; in ApplyToJsonFunction() local
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot.cc | 271 i::JSFunction fun = i::JSFunction::cast(o); in ClearReconstructableDataForSerialization() local [all...] |
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | pf.c | 427 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 D | pci_sun4v.c | 266 unsigned int fun; in dma_4v_iotsb_bind() local
|
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.c | 594 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 D | pci_sun4v.c | 267 unsigned int fun; in dma_4v_iotsb_bind() local
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
H A D | gcc-common.h | 257 static inline void add_local_decl(struct function *fun, tree d) in add_local_decl() argument
|
/third_party/node/src/ |
H A D | env-inl.h | 722 ThrowError( v8::Local<v8::Value> (fun)v8::Local<v8::String>), const char* errmsg) ThrowError() argument
|
H A D | node_api.cc | 764 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 D | options.c | 233 int (*fun)(const char *arg, const char *opt, const struct flag *, int options); member
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 112 const Runtime::Function* fun = Runtime::FunctionForId(f); in ReplaceWithRuntimeCall() local
|
H A D | typer.cc | 1527 Type Typer::Visitor::JSCallTyper(Type fun, Typer* t) { in JSCallTyper() argument
|
/third_party/libabigail/src/ |
H A D | abg-writer.cc | 1342 shared_ptr<function_decl> fun = in write_binding() local
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 282 struct fun struct 294 } fun; member 313 static const struct fun fun[] = { variable [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2739 void SetDummyInstanceTemplate(Isolate* isolate, Handle<JSFunction> fun) { in SetDummyInstanceTemplate() argument
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.cc | 1341 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 D | test_functools.py | 2154 def fun(a): function
|