/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | cipher.c | 4761 .name = "brcm-spu-crypto",
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_avx-x86_64.S | 22 # * Neither the name of the Intel Corporation nor the names of its
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/ |
H A D | mwl8k.c | 6362 .name = MWL8K_NAME,
|
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pfc-r8a7779.c | 4354 .name = "r8a7779_pfc",
|
H A D | pfc-r8a779g0.c | 4353 .name = "r8a779g0_pfc",
|
H A D | pfc-r8a779a0.c | 4362 .name = "r8a779a0_pfc",
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 4912 .name = KBUILD_MODNAME,
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 1192 * we lose the device name in error messages. in raid10_read_request() 5277 .name = "raid10",
|
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 119 char *name; member
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.c | 137 /* - Fix path/name for scsi_hosts.h include for 2.6 kernels */ 392 .name = ips_hot_plug_name,
|
/kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 4810 .name = "pmc8001",
|
H A D | pm80xx_hwi.c | 4912 .name = "pmc80xx",
|
/kernel/linux/linux-6.6/lib/fonts/ |
H A D | font_10x18.c | 5137 .name = "10x18",
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_flower.c | 3256 if (dev && nla_put_string(skb, TCA_FLOWER_INDEV, dev->name)) in fl_dump_key()
|
/third_party/ffmpeg/libavcodec/ |
H A D | wavpackenc.c | 2965 .p.name = "wavpack",
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 43 void DateFormatTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 261 zone name. in TestWallyWedel() 284 logln("Ordinal ID offset(h:m) name"); in TestWallyWedel() 313 * Instantiate a date so we can display the time zone name. in TestWallyWedel() 2823 // added to test proper fallback of country name in TestTimeZoneDisplayName() 3404 // Ticket#8589 Partial location name to use country name if the zone is the golden in TestTimeZoneDisplayName()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 838 Object source_name = script->name(); in PrintFunctionSource() 960 json_of << "{\"name\":\"" << phase_name << "\",\"type\":\"schedule\"" in TraceScheduleAndVerify() 2211 json_of << "{\"name\":\"" << phase_name() in Run() 2440 json_of << "{\"name\":\"" << phase << "\",\"type\":\"graph\",\"data\":" in Run() 3087 json_of << "{\"name\":\"disassembly\",\"type\":\"disassembly\"" in GenerateCodeForWasmNativeStub() 3205 json_of << "{\"name\":\"disassembly\",\"type\":\"disassembly\"" in GenerateCodeForWasmFunction() 3241 << codesize << " name " << data.info()->GetDebugName().get() in GenerateCodeForWasmFunction() 3428 // something different. Update either the name or its contents. in SelectInstructions() 3611 json_of << "{\"name\":\"code generation\"" in AssembleCode() 3642 json_of << "{\"name\" in FinalizeCode() [all...] |
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2866 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2865 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2845 pub name: __IncompleteArrayField<crate::ctypes::c_char>,
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 34 return std::string{ info->test_suite_name() } + "_" + info->name(); in testName() 246 // convenient way to 'name' function arguments and compose complex functions
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 878 // qualifier::name 936 /// An invented name for a template parameter for which we don't have a 1214 /// where the template parameter name was parsed in a mangling. 1216 /// This is created when demangling the name of a specialization of a 1226 /// encounter the name of the template (including the \c T) before we reach 1227 /// the template argument list, so we cannot substitute the parameter name 1291 // name<template_args> 2164 static constexpr const char *name() { return #X; } \ 2299 // Substitution table. Itanium supports name substitutions as a means of 2451 /// Holds some extra information about a <name> tha [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.h | 83 #define X(val, name, prefix) val,
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 12 // * Neither the name of ARM Limited nor the names of its contributors may be 2184 // This also forces the register name to be printed with the `reg<msb:0>` 2192 // These exist so that they can be referred to by name, but also because C++ 2434 // The amount of space to leave for a register name. This is used to keep the 2435 // values vertically aligned. The longest register name has the form 2437 // account the fixed formatting: "# {name}: 0x{value}". 2470 void PrintPartialPRegister(const char* name,
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2238 void (*setImageResource)(ArkUINodeHandle node, ArkUI_Int32 id, ArkUI_Int32 type, ArkUI_CharPtr name, 3484 void (*setWebSrcResources)(ArkUINodeHandle node, ArkUI_Int32 id, ArkUI_Int32 type, ArkUI_CharPtr name,
|