Searched defs:e (Results 1 – 10 of 10) sorted by relevance
/scripts/kconfig/ |
A 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() 394 struct expr *expr_trans_bool(struct expr *e) in expr_trans_bool() 686 struct expr *expr_transform(struct expr *e) in expr_transform() 1026 tristate expr_calc_value(struct expr *e) in expr_calc_value() 1140 void expr_print(struct expr *e, in expr_print() [all …]
|
A D | symbol.c | 246 struct expr *e; in sym_choice_default() local 272 struct expr *e; in sym_calc_choice() local 325 struct expr *e; in sym_calc_value() local 514 struct expr *e; in sym_set_tristate_value() local 1128 static struct symbol *sym_check_expr_deps(struct expr *e) in sym_check_expr_deps() 1215 struct expr *e; in sym_check_choice_deps() local
|
A D | qconf.cc | 284 void ConfigLineEdit::keyPressEvent(QKeyEvent* e) in keyPressEvent() 761 void ConfigList::mousePressEvent(QMouseEvent* e) in mousePressEvent() 768 void ConfigList::mouseReleaseEvent(QMouseEvent* e) in mouseReleaseEvent() 822 void ConfigList::mouseMoveEvent(QMouseEvent* e) in mouseMoveEvent() 829 void ConfigList::mouseDoubleClickEvent(QMouseEvent* e) in mouseDoubleClickEvent() 856 void ConfigList::focusInEvent(QFocusEvent *e) in focusInEvent() 870 void ConfigList::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1237 void ConfigInfoView::contextMenuEvent(QContextMenuEvent *e) in contextMenuEvent() 1710 void ConfigMainWindow::closeEvent(QCloseEvent* e) in closeEvent()
|
A D | preprocess.c | 43 struct env *e; in env_add() local 52 static void env_del(struct env *e) in env_del() 63 struct env *e; in env_expand() local 89 struct env *e, *tmp; in env_write_dep() local
|
A D | expr.h | 51 #define expr_list_for_each_sym(l, e, s) \ argument 317 static inline int expr_is_yes(struct expr *e) in expr_is_yes() 322 static inline int expr_is_no(struct expr *e) in expr_is_no()
|
A D | confdata.c | 1127 struct expr *e; in randomize_choice_values() local 1175 struct expr *e; in set_all_choice_values() local
|
A D | menu.c | 81 static struct expr *rewrite_m(struct expr *e) in rewrite_m()
|
/scripts/dtc/ |
A 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() 157 static void asm_emit_align(void *e, int a) in asm_emit_align() 164 static void asm_emit_data(void *e, struct data d) in asm_emit_data() [all …]
|
A D | dtc-lexer.l | 170 char *e; variable
|
/scripts/dtc/libfdt/ |
A D | fdt_overlay.c | 699 const char *s, *e; in overlay_symbol_update() local
|
Completed in 81 milliseconds