/kernel/linux/linux-6.6/drivers/interconnect/qcom/ |
H A D | sdm670.c | 19 .name = "qhm_a1noc_cfg", 28 .name = "qhm_qup1", 37 .name = "qhm_tsif", 46 .name = "xm_emmc", 55 .name = "xm_sdc2", 64 .name = "xm_sdc4", 73 .name = "xm_ufs_mem", 82 .name = "qhm_a2noc_cfg", 91 .name = "qhm_qdss_bam", 100 .name [all...] |
H A D | sm8350.c | 19 .name = "qhm_qspi", 28 .name = "qhm_qup0", 37 .name = "qhm_qup1", 46 .name = "qhm_qup2", 55 .name = "qnm_a1noc_cfg", 64 .name = "xm_sdc4", 73 .name = "xm_ufs_mem", 82 .name = "xm_usb3_0", 91 .name = "xm_usb3_1", 100 .name [all...] |
H A D | sm8250.c | 20 .name = "qhm_a1noc_cfg", 29 .name = "qhm_qspi", 38 .name = "qhm_qup1", 47 .name = "qhm_qup2", 56 .name = "qhm_tsif", 65 .name = "xm_pcie3_modem", 74 .name = "xm_sdc4", 83 .name = "xm_ufs_mem", 92 .name = "xm_usb3_0", 101 .name [all...] |
/third_party/skia/tests/ |
H A D | Test.h | 74 Test(const char* name, in Test() 79 : fName(name) in Test() 97 TRACE_EVENT1("test", TRACE_FUNC, "name", this->fName/*these are static*/); in run() 195 #define DEF_TEST(name, reporter) \ 196 static void test_##name(skiatest::Reporter*, const GrContextOptions&); \ 197 skiatest::TestRegistry name##TestRegistry( \ 198 skiatest::Test(#name, /*gpu*/ false, /*graphite*/ false, test_##name)); \ 199 void test_##name(skiatest::Reporter* reporter, const GrContextOptions&) 201 #define DEF_TEST_DISABLED(name, reporte [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | clockdomains33xx_data.c | 26 .name = "l4ls_clkdm", 27 .pwrdm = { .name = "per_pwrdm" }, 34 .name = "l3s_clkdm", 35 .pwrdm = { .name = "per_pwrdm" }, 42 .name = "l4fw_clkdm", 43 .pwrdm = { .name = "per_pwrdm" }, 50 .name = "l3_clkdm", 51 .pwrdm = { .name = "per_pwrdm" }, 58 .name = "l4hs_clkdm", 59 .pwrdm = { .name [all...] |
H A D | clockdomains81xx_data.c | 39 .name = "alwon_l3s_clkdm", 40 .pwrdm = { .name = "alwon_pwrdm" }, 47 .name = "alwon_l3_med_clkdm", 48 .pwrdm = { .name = "alwon_pwrdm" }, 55 .name = "alwon_l3_fast_clkdm", 56 .pwrdm = { .name = "alwon_pwrdm" }, 63 .name = "alwon_ethernet_clkdm", 64 .pwrdm = { .name = "alwon_pwrdm" }, 71 .name = "mmu_clkdm", 72 .pwrdm = { .name [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | clockdomains33xx_data.c | 18 .name = "l4ls_clkdm", 19 .pwrdm = { .name = "per_pwrdm" }, 26 .name = "l3s_clkdm", 27 .pwrdm = { .name = "per_pwrdm" }, 34 .name = "l4fw_clkdm", 35 .pwrdm = { .name = "per_pwrdm" }, 42 .name = "l3_clkdm", 43 .pwrdm = { .name = "per_pwrdm" }, 50 .name = "l4hs_clkdm", 51 .pwrdm = { .name [all...] |
H A D | clockdomains81xx_data.c | 31 .name = "alwon_l3s_clkdm", 32 .pwrdm = { .name = "alwon_pwrdm" }, 39 .name = "alwon_l3_med_clkdm", 40 .pwrdm = { .name = "alwon_pwrdm" }, 47 .name = "alwon_l3_fast_clkdm", 48 .pwrdm = { .name = "alwon_pwrdm" }, 55 .name = "alwon_ethernet_clkdm", 56 .pwrdm = { .name = "alwon_pwrdm" }, 63 .name = "mmu_clkdm", 64 .pwrdm = { .name [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ 122 " .long __tracepoint_" #name " - . \n" \ 130 #define __TRACEPOINT_ENTRY(name) \ 131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \ 132 __section("__tracepoints_ptrs") = &__tracepoint_##name 165 #define __DO_TRACE_CALL(name) static_call(tp_func_##name) 167 #define __DO_TRACE_CALL(name) __traceiter_##name 179 #define __DO_TRACE(name, prot [all...] |
H A D | notifier.h | 80 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \ 81 spin_lock_init(&(name)->lock); \ 82 (name)->head = NULL; \ 84 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \ 85 init_rwsem(&(name)->rwsem); \ 86 (name)->head = NULL; \ 88 #define RAW_INIT_NOTIFIER_HEAD(name) do { \ 89 (name)->head = NULL; \ 94 #define srcu_cleanup_notifier_head(name) \ 95 cleanup_srcu_struct(&(name) [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | tracepoint.h | 119 #define __TRACEPOINT_ENTRY(name) \ 122 " .long __tracepoint_" #name " - . \n" \ 130 #define __TRACEPOINT_ENTRY(name) \ 131 static tracepoint_ptr_t __tracepoint_ptr_##name __used \ 132 __section("__tracepoints_ptrs") = &__tracepoint_##name 165 #define __DO_TRACE_CALL(name, args) \ 170 rcu_dereference_raw((&__tracepoint_##name)->funcs); \ 173 static_call(tp_func_##name)(__data, args); \ 177 #define __DO_TRACE_CALL(name, args) __traceiter_##name(NUL [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | object-macros.h | 46 #define DECL_PRIMITIVE_GETTER(name, type) inline type name() const; 48 #define DECL_PRIMITIVE_SETTER(name, type) inline void set_##name(type value); 50 #define DECL_PRIMITIVE_ACCESSORS(name, type) \ 51 DECL_PRIMITIVE_GETTER(name, type) \ 52 DECL_PRIMITIVE_SETTER(name, type) 54 #define DECL_BOOLEAN_ACCESSORS(name) DECL_PRIMITIVE_ACCESSORS(name, bool) 56 #define DECL_INT_ACCESSORS(name) DECL_PRIMITIVE_ACCESSOR [all...] |
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
H A D | hmac.js | 19 var operation = subtle.verify({name: "HMAC", hash: vector.hash}, vector.key, vector.signature, vector.plaintext) 23 assert_unreached("Verification should not throw error " + vector.name + ": " + err.message + "'"); 27 }, vector.name + " verification"); 33 assert_unreached("importVectorKeys failed for " + vector.name + ". Message: ''" + err.message + "''"); 34 }, "importVectorKeys step: " + vector.name + " verification"); 46 var operation = subtle.verify({name: "HMAC", hash: vector.hash}, vector.key, signature, vector.plaintext) 50 assert_unreached("Verification should not throw error " + vector.name + ": " + err.message + "'"); 55 }, vector.name + " verification with altered signature after call"); 58 assert_unreached("importVectorKeys failed for " + vector.name + ". Message: ''" + err.message + "''"); 59 }, "importVectorKeys step: " + vector.name [all...] |
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | headers.js | 54 message: `expected name/value pair to be length 2, found ${header.length}.` 82 function appendHeader (headers, name, value) { 86 // 2. If name is not a header name or value is not a 88 if (!isValidHeaderName(name)) { 91 value: name, 92 type: 'header name' 103 // 4. Otherwise, if headers’s guard is "request" and name is a 104 // forbidden header name, return. 113 // 6. Otherwise, if headers’s guard is "response" and name i [all...] |
/kernel/linux/linux-5.10/tools/perf/util/include/linux/ |
H A D | linkage.h | 27 #define SYM_L_GLOBAL(name) .globl name 28 #define SYM_L_WEAK(name) .weak name 29 #define SYM_L_LOCAL(name) /* nothing */ 37 #define SYM_ENTRY(name, linkage, align...) \ 38 linkage(name) ASM_NL \ 40 name: 45 #define SYM_START(name, linkage, align...) \ 46 SYM_ENTRY(name, linkag [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/firmware/ |
H A D | fw_upload.sh | 35 for name in $fwdevs; do 36 if [ -e "$DIR/$name" ]; then 37 echo -n "$name" > "$DIR"/upload_unregister 43 local name="$1" 46 echo 1 > "$DIR"/"$name"/loading 47 cat "$file" > "$DIR"/"$name"/data 48 echo 0 > "$DIR"/"$name"/loading 52 local name="$1" 55 echo -n "$name" > "$DIR"/config_upload_name 57 echo "$0: firmware compare for $name di [all...] |
/third_party/libuv/test/ |
H A D | test-queue-foreach-delete.c | 69 #define DEFINE_GLOBALS_AND_CBS(name, ...) \ 70 static uv_##name##_t (name)[3]; \ 71 static unsigned name##_cb_calls[3]; \ 73 static void name##2_cb(__VA_ARGS__) { \ 74 ASSERT_PTR_EQ(handle, &(name)[2]); \ 75 if (first_handle_number_##name == 2) { \ 76 uv_close((uv_handle_t*)&(name)[2], NULL); \ 77 uv_close((uv_handle_t*)&(name)[1], NULL); \ 79 name##_cb_call [all...] |
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | syscall_wrapper.h | 32 #define __S390_SYS_STUBx(x, name, ...) \ 33 asmlinkage long __s390_sys##name(__MAP(x,__SC_LONG,__VA_ARGS__));\ 34 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \ 35 asmlinkage long __s390_sys##name(__MAP(x,__SC_LONG,__VA_ARGS__))\ 37 long ret = __s390x_sys##name(__MAP(x,__SC_COMPAT_CAST,__VA_ARGS__));\ 60 #define COND_SYSCALL(name) \ 61 cond_syscall(__s390x_sys_##name); \ 62 cond_syscall(__s390_sys_##name) 64 #define SYS_NI(name) \ 65 SYSCALL_ALIAS(__s390x_sys_##name, sys_ni_posix_timer [all...] |
/third_party/skia/third_party/externals/dawn/generator/templates/ |
H A D | mock_webgpu.h | 38 {{as_cType(type.name)}} GetNew{{type.name.CamelCase()}}(); 43 virtual {{as_cType(method.return_type.name)}} {{as_MethodSuffix(type.name, method.name)}}( 44 {{-as_cType(type.name)}} {{as_varName(type.name)}} 51 virtual void {{as_MethodSuffix(type.name, Name("reference"))}}({{as_cType(type.name)}} self) = 0; 52 virtual void {{as_MethodSuffix(type.name, Nam [all...] |
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | ItemNameUtils.cpp | 18 (UString &name)
in ReplaceSlashes_OsToUnix() 20 name.Replace(kOsPathSepar, kUnixPathSepar);
in ReplaceSlashes_OsToUnix() 27 UString GetOsPath(const UString &name)
in GetOsPath() argument 30 UString newName = name;
in GetOsPath() 34 return name;
in GetOsPath() 39 UString GetOsPath_Remove_TailSlash(const UString &name)
in GetOsPath_Remove_TailSlash() argument 41 if (name.IsEmpty())
in GetOsPath_Remove_TailSlash() 43 UString newName = GetOsPath(name);
in GetOsPath_Remove_TailSlash() 50 void ReplaceToOsSlashes_Remove_TailSlash(UString &name, bool
in ReplaceToOsSlashes_Remove_TailSlash() argument 56 if (name in ReplaceToOsSlashes_Remove_TailSlash() 16 ReplaceSlashes_OsToUnix(UString &name) ReplaceSlashes_OsToUnix() argument 82 NormalizeSlashes_in_FileName_for_OsPath(wchar_t *name, unsigned len) NormalizeSlashes_in_FileName_for_OsPath() argument 99 NormalizeSlashes_in_FileName_for_OsPath(UString &name) NormalizeSlashes_in_FileName_for_OsPath() argument 105 HasTailSlash(const AString &name, UINT codePage ) HasTailSlash() argument 127 WinPathToOsPath(const UString &name) WinPathToOsPath() argument [all...] |
/third_party/FreeBSD/sys/sys/ |
H A D | tree.h | 68 #define SPLAY_HEAD(name, type) \ 69 struct name { \ 125 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ 126 void name##_SPLAY(struct name *, struct type *); \ 127 void name##_SPLAY_MINMAX(struct name *, int); \ 128 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \ 129 struct type *name##_SPLAY_REMOV [all...] |
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra194.c | 15 .name = "ptcr", 25 .name = "miu7r", 35 .name = "miu7w", 45 .name = "hdar", 55 .name = "host1xdmar", 65 .name = "nvencsrd", 75 .name = "satar", 85 .name = "mpcorer", 95 .name = "nvencswr", 105 .name [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ethtool.c | 12 { .name = "rx_octets", .offset = 0x00, }, 13 { .name = "rx_unicast", .offset = 0x01, }, 14 { .name = "rx_multicast", .offset = 0x02 }, 15 { .name = "rx_broadcast", .offset = 0x03 }, 16 { .name = "rx_short", .offset = 0x04 }, 17 { .name = "rx_frag", .offset = 0x05 }, 18 { .name = "rx_jabber", .offset = 0x06 }, 19 { .name = "rx_crc", .offset = 0x07 }, 20 { .name = "rx_symbol_err", .offset = 0x08 }, 21 { .name [all...] |
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pem.h | 65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ 66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ 67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ 68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ 69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ 72 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ 73 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\ 78 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ 79 int PEM_write_##name(FILE *fp, type *x) \ 84 # define IMPLEMENT_PEM_write_fp_const(name, typ [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralShorthandPropertiesAssignment.js | 3 var name: string = "my name"; variable 5 var person: { name: string; id: number } = { name, id }; 6 function foo( obj:{ name: string }): void { }; 7 function bar(name: string, id: number) { return { name, id }; } 8 function bar1(name: string, id: number) { return { name }; } 9 function baz(name 19 var name = "my name"; global() variable [all...] |