/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf-event.c | 143 if (info->name[0]) in synthesize_bpf_prog_name() 144 short_name = info->name; in synthesize_bpf_prog_name() 249 .size = offsetof(struct perf_record_ksymbol, name), in perf_event__synthesize_one_bpf_prog() 257 name_len = synthesize_bpf_prog_name(ksymbol_event->name, in perf_event__synthesize_one_bpf_prog() 316 process_bpf_image(char *name, u64 addr, struct kallsyms_parse *data) in process_bpf_image() argument 328 .size = offsetof(struct perf_record_ksymbol, name), in process_bpf_image() 336 len = scnprintf(ksymbol->name, KSYM_NAME_LEN, "%s", name); in process_bpf_image() 350 char *module, *name; in kallsyms_process_symbol() local 362 name in kallsyms_process_symbol() 551 char name[KSYM_NAME_LEN]; __bpf_event__print_bpf_prog_info() local [all...] |
/third_party/alsa-lib/src/timer/ |
H A D | timer.c | 75 const char *name, snd_config_t *timer_root, in snd_timer_open_conf() 91 if (name) in snd_timer_open_conf() 92 SNDERR("Invalid type for TIMER %s definition", name); in snd_timer_open_conf() 169 err = open_func(timer, name, timer_root, timer_conf, mode); in snd_timer_open_conf() 178 static int snd_timer_open_noupdate(snd_timer_t **timer, snd_config_t *root, const char *name, int mode) in snd_timer_open_noupdate() argument 182 err = snd_config_search_definition(root, "timer", name, &timer_conf); in snd_timer_open_noupdate() 184 SNDERR("Unknown timer %s", name); in snd_timer_open_noupdate() 187 err = snd_timer_open_conf(timer, name, root, timer_conf, mode); in snd_timer_open_noupdate() 195 * \param name ASCII identifier of the timer handle 202 int snd_timer_open(snd_timer_t **timer, const char *name, in argument 74 snd_timer_open_conf(snd_timer_t **timer, const char *name, snd_config_t *timer_root, snd_config_t *timer_conf, int mode) snd_timer_open_conf() argument 233 snd_timer_open_lconf(snd_timer_t **timer, const char *name, int mode, snd_config_t *lconf) snd_timer_open_lconf() argument [all...] |
/third_party/icu/icu4c/source/data/ |
H A D | BUILDRULES.py | 105 name = "icudata_list", 121 name = "cnvalias", 141 name = "confusables", 162 name = "conversion_mappings", 183 name = "brkitr_brk", 207 name = "stringprep", 237 name = "dictionaries", 262 name = "normalization", 281 name = "coll_ucadata", 313 name [all...] |
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | c_wrapper_generator.py | 21 def c_declare(prefix: str, name: str, suffix: str) -> str: 22 """Format a declaration of name with the given type prefix and suffix.""" 25 return prefix + name + suffix 44 # Prefix prepended to the function's name to form the wrapper name. 46 # Suffix appended to the function's name to form the wrapper name. 106 """The name of the wrapper function. 122 function name. It may start with additional qualifiers or attributes 135 name [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 91 /* Structures across shader stages can have different name in cross_validate_types_and_qualifiers() 93 * members match in name, type, qualification, and declaration in cross_validate_types_and_qualifiers() 105 output->name, in cross_validate_types_and_qualifiers() 106 output->type->name, in cross_validate_types_and_qualifiers() 108 input->type->name); in cross_validate_types_and_qualifiers() 110 } else if (!output->type->is_array() || !is_gl_identifier(output->name)) { in cross_validate_types_and_qualifiers() 133 output->name, in cross_validate_types_and_qualifiers() 134 output->type->name, in cross_validate_types_and_qualifiers() 136 input->type->name); in cross_validate_types_and_qualifiers() 157 output->name, in cross_validate_types_and_qualifiers() [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/mesa3d/src/loader/ |
H A D | loader.c | 143 log_(_LOADER_WARNING, "failed to get driver name for fd %d\n", fd); in loader_get_kernel_driver_name() 147 driver = strndup(version->name, version->name_len); in loader_get_kernel_driver_name() 170 loader_open_render_node(const char *name) in loader_open_render_node() argument 196 if (strcmp(version->name, name) != 0) { in loader_open_render_node() 299 char *fullname, *name, *address; in drm_construct_id_path_tag() local 306 name = strrchr(fullname, '/'); in drm_construct_id_path_tag() 307 if (!name) in drm_construct_id_path_tag() 308 name = strdup(fullname); in drm_construct_id_path_tag() 310 name in drm_construct_id_path_tag() 430 loader_open_render_node(const char *name) loader_open_render_node() argument 610 char *name = NULL; loader_get_extensions_name() local [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/ |
H A D | lhash.h | 49 # define DECLARE_LHASH_HASH_FN(name, o_type) \ 50 unsigned long name##_LHASH_HASH(const void *); 51 # define IMPLEMENT_LHASH_HASH_FN(name, o_type) \ 52 unsigned long name##_LHASH_HASH(const void *arg) { \ 54 return name##_hash(a); } 55 # define LHASH_HASH_FN(name) name##_LHASH_HASH 58 # define DECLARE_LHASH_COMP_FN(name, o_type) \ 59 int name##_LHASH_COMP(const void *, const void *); 60 # define IMPLEMENT_LHASH_COMP_FN(name, o_typ [all...] |