/scripts/gcc-plugins/ |
D | gcc-generate-ipa-pass.h | 29 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 30 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 34 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 37 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 42 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 48 #define __GENERATE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _generate_summary) argument 55 #define __READ_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_summary) argument 62 #define __WRITE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_summary) argument 69 #define __READ_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_optimization_summary) argument 76 #define __WRITE_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_optimization_summary) argument [all …]
|
D | gcc-generate-simple_ipa-pass.h | 21 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 22 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 26 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 29 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 34 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 41 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 50 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
D | gcc-generate-rtl-pass.h | 21 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 22 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 26 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 29 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 34 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 41 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 50 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
D | gcc-generate-gimple-pass.h | 21 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 22 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 26 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 29 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 34 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 41 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 50 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
D | gcc-common.h | 351 static inline struct cgraph_node *cgraph_alias_target(struct cgraph_node *n) in cgraph_alias_target()
|
/scripts/dtc/libfdt/ |
D | libfdt_internal.h | 80 static inline const struct fdt_reserve_entry *_fdt_mem_rsv(const void *fdt, int n) in _fdt_mem_rsv() 88 static inline struct fdt_reserve_entry *_fdt_mem_rsv_w(void *fdt, int n) in _fdt_mem_rsv_w()
|
D | libfdt_env.h | 71 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) argument
|
D | fdt_rw.c | 191 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv()
|
D | fdt_ro.c | 91 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
|
/scripts/dtc/ |
D | dtc.h | 66 #define strneq(a, b, n) (strncmp((a), (b), (n)) == 0) argument 170 #define for_each_property_withdel(n, p) \ argument 173 #define for_each_property(n, p) \ argument 177 #define for_each_child_withdel(n, c) \ argument 180 #define for_each_child(n, c) \ argument
|
D | livetree.c | 598 int n = 0, i = 0; in sort_reserve_entries() local 637 int n = 0, i = 0; in sort_properties() local 673 int n = 0, i = 0; in sort_subnodes() local
|
D | checks.c | 280 int n = strspn(node->name, c->data); in check_node_name_chars() local 324 int n = strspn(prop->name, c->data); in check_property_name_chars() local 560 #define node_addr_cells(n) \ argument 562 #define node_size_cells(n) \ argument
|
/scripts/genksyms/ |
D | genksyms.c | 57 int n; member 365 struct string_list *n, *n2; in concat_list() local 393 struct string_list *res, *n; in copy_list_range() local 453 size_t n; in read_node() local 598 struct string_list *n; in expand_and_crc_sym() local 668 struct symbol *n = sym->expansion_trail; in export_symbol() local
|
/scripts/ |
D | sign-file.c | 173 int n; in read_x509() local 229 int opt, n; in main() local
|
D | insert-sys-cert.c | 97 char *w, *p, *n; in get_symbol_from_map() local 139 int i, n; in find_elf_symbol() local
|
D | recordmcount.c | 132 size_t const n = read(fd, buf, count); in uread() local 274 size_t n; in write_file() local
|
D | unifdef.c | 1190 strlcmp(const char *s, const char *t, size_t n) in strlcmp()
|
D | asn1_compiler.c | 753 unsigned nr, t, n; in build_type_list() local
|
D | analyze_suspend.py | 1121 def __init__(self, a, n, t, l): argument
|
/scripts/kconfig/lxdialog/ |
D | util.c | 671 int n = 0; in item_count() local 679 void item_set(int n) in item_set() 689 int n = 0; in item_n() local
|
D | menubox.c | 171 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
|
D | textbox.c | 280 static void back_lines(int n) in back_lines()
|
/scripts/kconfig/ |
D | list.h | 60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
D | confdata.c | 197 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() 217 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline() 1135 int n, p[3]; in conf_set_all_new_symbols() local
|
/scripts/mod/ |
D | modpost.c | 1917 size_t n = strcspn(s, "."); in remove_dot() local 2369 int n; in write_dump() local
|