/scripts/kconfig/ |
D | expr.c | 19 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_symbol() local 27 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_one() local 35 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_two() local 44 struct expr *e = xcalloc(1, sizeof(*e)); in expr_alloc_comp() local 67 struct expr *e; in expr_copy() local 106 void expr_free(struct expr *e) in expr_free() 253 static struct expr *expr_eliminate_yn(struct expr *e) in expr_eliminate_yn() 339 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 578 struct expr *expr_eliminate_dups(struct expr *e) in expr_eliminate_dups() 601 struct expr *expr_transform(struct expr *e) in expr_transform() [all …]
|
D | symbol.c | 282 struct expr *e; in sym_choice_default() local 308 struct expr *e; in sym_calc_choice() local 340 struct expr *e; in sym_calc_value() local 416 struct expr *e; in sym_calc_value() local 540 struct expr *e; in sym_set_tristate_value() local 1188 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1261 struct expr *e; in sym_check_choice_deps() local
|
D | qconf.cc | 293 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 770 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent() 777 void ConfigList::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent() 831 void ConfigList::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent() 838 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) in mouseDoubleClickEvent() 865 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 879 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1247 void ConfigInfoView::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1720 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
D | util.c | 38 struct expr *e; in file_write_dep() local
|
D | expr.h | 51 #define expr_list_for_each_sym(l, e, s) \ argument 226 static inline int expr_is_yes(struct expr *e) in expr_is_yes() 231 static inline int expr_is_no(struct expr *e) in expr_is_no()
|
D | confdata.c | 1059 struct expr *e; in randomize_choice_values() local 1107 struct expr *e; in set_all_choice_values() local
|
D | menu.c | 82 static struct expr *menu_check_dep(struct expr *e) in menu_check_dep()
|
/scripts/dtc/ |
D | flattree.c | 60 static void bin_emit_cell(void *e, cell_t val) in bin_emit_cell() 67 static void bin_emit_string(void *e, const char *str, int len) in bin_emit_string() 78 static void bin_emit_align(void *e, int a) in bin_emit_align() 85 static void bin_emit_data(void *e, struct data d) in bin_emit_data() 92 static void bin_emit_beginnode(void *e, struct label *labels) in bin_emit_beginnode() 97 static void bin_emit_endnode(void *e, struct label *labels) in bin_emit_endnode() 102 static void bin_emit_property(void *e, struct label *labels) in bin_emit_property() 138 static void asm_emit_cell(void *e, cell_t val) in asm_emit_cell() 147 static void asm_emit_string(void *e, const char *str, int len) in asm_emit_string() 157 static void asm_emit_align(void *e, int a) in asm_emit_align() [all …]
|
D | dtc-lexer.l | 163 char *e; variable
|
/scripts/ |
D | extract-cert.c | 40 int e, line; in display_openssl_errors() local 115 ENGINE *e; in main() local
|
D | sign-file.c | 83 int e, line; in display_openssl_errors() local 140 ENGINE *e; in read_private_key() local
|
D | asn1_compiler.c | 841 struct element *e = calloc(1, sizeof(*e)); in alloc_elem() local 1214 static void dump_element(const struct element *e, int level) in dump_element() 1298 struct element *e; in render() local 1398 struct element *e, *ce; in render_out_of_line_list() local 1443 static void render_element(FILE *out, struct element *e, struct element *tag) in render_element()
|
D | insert-sys-cert.c | 268 static void print_usage(char *e) in print_usage()
|
/scripts/genksyms/ |
D | parse.y | 49 struct string_list *b = *pb, *e = *pe; in remove_list() local
|
D | genksyms.c | 341 void free_list(struct string_list *s, struct string_list *e) in free_list() 515 struct string_list **e, **b; in print_list() local 545 struct string_list **e, **b; in expand_and_crc_sym() local
|
/scripts/gcc-plugins/ |
D | latent_entropy_plugin.c | 414 edge e, last_bb_e; in perturb_latent_entropy() local
|
D | randomize_layout_plugin.c | 146 u64 e = x->a - rot(x->b, 7); in ranval() local
|
/scripts/mod/ |
D | modpost.c | 695 const char *e = is_vmlinux(mod->name) ?"":".ko"; in handle_modversions() local 2093 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_gpl_usage() local 2118 const char *e = is_vmlinux(m) ?"":".ko"; in check_for_unused() local
|