/scripts/gcc-plugins/ |
D | gcc-generate-ipa-pass.h | 30 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 31 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 35 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 38 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 43 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 49 #define __GENERATE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _generate_summary) argument 56 #define __READ_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_summary) argument 63 #define __WRITE_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_summary) argument 70 #define __READ_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _read_optimization_summary) argument 77 #define __WRITE_OPTIMIZATION_SUMMARY(n) _GCC_PLUGIN_CONCAT2(n, _write_optimization_summary) argument [all …]
|
D | gcc-generate-gimple-pass.h | 22 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 23 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 27 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 30 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 35 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
D | gcc-generate-simple_ipa-pass.h | 22 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 23 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 27 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 30 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 35 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
D | gcc-generate-rtl-pass.h | 22 #define __GCC_PLUGIN_STRINGIFY(n) #n argument 23 #define _GCC_PLUGIN_STRINGIFY(n) __GCC_PLUGIN_STRINGIFY(n) argument 27 #define __PASS_NAME_PASS_DATA(n) _GCC_PLUGIN_CONCAT2(n, _pass_data) argument 30 #define __PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT2(n, _pass) argument 35 #define __MAKE_PASS_NAME_PASS(n) _GCC_PLUGIN_CONCAT3(make_, n, _pass) argument 42 #define __GATE(n) _GCC_PLUGIN_CONCAT2(n, _gate) argument 51 #define __EXECUTE(n) _GCC_PLUGIN_CONCAT2(n, _execute) argument
|
/scripts/genksyms/ |
D | genksyms.c | 45 int n; member 353 struct string_list *n, *n2; in concat_list() local 381 struct string_list *res, *n; in copy_list_range() local 441 size_t n; in read_node() local 586 struct string_list *n; in expand_and_crc_sym() local 656 struct symbol *n = sym->expansion_trail; in export_symbol() local
|
/scripts/dtc/libfdt/ |
D | libfdt_internal.h | 36 static inline const struct fdt_reserve_entry *fdt_mem_rsv_(const void *fdt, int n) in fdt_mem_rsv_() 44 static inline struct fdt_reserve_entry *fdt_mem_rsv_w_(void *fdt, int n) in fdt_mem_rsv_w_()
|
D | libfdt_env.h | 29 #define EXTRACT_BYTE(x, n) ((unsigned long long)((uint8_t *)&x)[n]) argument
|
D | fdt_ro.c | 40 const char *s, *n; in fdt_get_string() local 160 static const struct fdt_reserve_entry *fdt_mem_rsv(const void *fdt, int n) in fdt_mem_rsv() 175 int fdt_get_mem_rsv(const void *fdt, int n, uint64_t *address, uint64_t *size) in fdt_get_mem_rsv()
|
D | fdt_rw.c | 172 int fdt_del_mem_rsv(void *fdt, int n) in fdt_del_mem_rsv()
|
/scripts/dtc/ |
D | dtc.h | 88 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument 210 #define for_each_property_withdel(n, p) \ argument 213 #define for_each_property(n, p) \ argument 217 #define for_each_child_withdel(n, c) \ argument 220 #define for_each_child(n, c) \ argument
|
D | util.c | 38 int n, size = 0; /* start with 128 bytes */ in xavsprintf_append() local 60 int n; in xasprintf_append() local 72 int n; in xasprintf() local
|
D | livetree.c | 441 cell_t propval_cell_n(struct property *prop, unsigned int n) in propval_cell_n() 668 int n = 0, i = 0; in sort_reserve_entries() local 707 int n = 0, i = 0; in sort_properties() local 743 int n = 0, i = 0; in sort_subnodes() local
|
D | checks.c | 306 int n = strspn(node->name, c->data); in check_node_name_chars() local 317 int n = strspn(node->name, c->data); in check_node_name_chars_strict() local 366 int n = strspn(prop->name, c->data); in check_property_name_chars() local 383 int n = strspn(name, c->data); in check_property_name_chars_strict() local 729 #define node_addr_cells(n) \ argument 731 #define node_size_cells(n) \ argument
|
/scripts/ |
D | sign-file.c | 185 int n; in read_x509() local 241 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 | 324 size_t n; in write_file() local
|
/scripts/kconfig/ |
D | util.c | 120 char *xstrndup(const char *s, size_t n) in xstrndup()
|
D | list.h | 61 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
D | confdata.c | 292 static int add_byte(int c, char **lineptr, size_t slen, size_t *n) in add_byte() 312 static ssize_t compat_getline(char **lineptr, size_t *n, FILE *stream) in compat_getline()
|
D | conf.c | 186 int n, p[3]; in conf_set_all_new_symbols() local
|
D | preprocess.c | 353 unsigned long n; in eval_clause() local
|
/scripts/kconfig/lxdialog/ |
D | util.c | 658 int n = 0; in item_count() local 666 void item_set(int n) in item_set() 676 int n = 0; in item_n() local
|
D | menubox.c | 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
|
D | textbox.c | 267 static void back_lines(int n) in back_lines()
|
/scripts/mod/ |
D | modpost.c | 1936 size_t n = strcspn(s, "."); in remove_dot() local 2427 int n; in write_dump() local 2482 int n; in main() local
|