Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 77) sorted by relevance

1234

/u-boot/drivers/mtd/ubi/
A Dwl.c378 struct ubi_wl_entry *e; in wl_get_wle() local
409 struct ubi_wl_entry *e; in prot_queue_del() local
494 struct ubi_wl_entry *e, *tmp; in serve_prot_queue() local
1204 struct ubi_wl_entry *e; local
1294 struct ubi_wl_entry *e; local
1416 struct ubi_wl_entry *e; local
1535 struct ubi_wl_entry *e; local
1670 struct ubi_wl_entry *e, *tmp; local
1774 struct ubi_wl_entry *e)
1795 struct ubi_wl_entry *e; local
[all …]
A Dfastmap-wl.c36 struct ubi_wl_entry *e, *victim = NULL; in find_anchor_wl_entry() local
58 struct ubi_wl_entry *e; in return_unused_pool_pebs() local
70 struct ubi_wl_entry *e; in anchor_pebs_avalible() local
90 struct ubi_wl_entry *e = NULL; in ubi_wl_get_fm_peb() local
121 struct ubi_wl_entry *e; in ubi_refill_pools() local
328 struct ubi_wl_entry *e; in ubi_wl_put_fm_peb() local
387 struct ubi_wl_entry *e, in may_reserve_for_fm()
A Dwl.h29 struct ubi_wl_entry *e, in may_reserve_for_fm()
/u-boot/include/linux/
A Dbuild_bug.h9 #define BUILD_BUG_ON_ZERO(e) (0) argument
10 #define BUILD_BUG_ON_NULL(e) ((void *)0) argument
11 #define BUILD_BUG_ON_INVALID(e) (0) argument
29 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:(-!!(e)); })) argument
30 #define BUILD_BUG_ON_NULL(e) ((void *)sizeof(struct { int:(-!!(e)); })) argument
37 #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) argument
/u-boot/scripts/kconfig/
A Dexpr.c19 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 Dsymbol.c246 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 Dqconf.cc284 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 Dpreprocess.c43 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
/u-boot/scripts/dtc/
A Dflattree.c60 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 Ddtc-lexer.l170 char *e; variable
/u-boot/lib/rsa/
A Drsa-sign.c27 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
356 ENGINE *e; in rsa_engine_init() local
411 static void rsa_engine_remove(ENGINE *e) in rsa_engine_remove()
523 ENGINE *e = NULL; in rsa_sign() local
564 static int rsa_get_exponent(RSA *key, uint64_t *e) in rsa_get_exponent()
757 ENGINE *e = NULL; in rsa_add_verify_data() local
/u-boot/common/
A Dimage-android-dt.c45 const struct dt_table_entry *e; in android_dt_get_fdt_by_index() local
130 const struct dt_table_entry *e; in android_dt_print_contents() local
/u-boot/fs/yaffs2/
A Dyaffs_error.c47 const struct error_entry *e = error_list; in yaffs_error_to_str() local
/u-boot/fs/jffs2/
A Dmergesort.c15 struct b_node *p, *q, *e, **tail; in sort_list() local
/u-boot/board/freescale/mx53loco/
A Dmx53loco_video.c95 char const *e = env_get("panel"); in board_video_skip() local
/u-boot/board/freescale/mx51evk/
A Dmx51evk_video.c79 char const *e = env_get("panel"); in board_video_skip() local
/u-boot/board/syteco/zmx25/
A Dzmx25.c112 const char *e; in board_late_init() local
/u-boot/fs/ubifs/
A Drecovery.c1268 struct size_entry *e; in add_ino() local
1302 struct size_entry *e; in find_ino() local
1323 struct size_entry *e = find_ino(c, inum); in remove_ino() local
1337 struct size_entry *e, *n; in ubifs_destroy_size_tree() local
1377 struct size_entry *e; in ubifs_recover_size_accum() local
1422 static int fix_size_in_place(struct ubifs_info *c, struct size_entry *e) in fix_size_in_place()
1488 struct size_entry *e; in ubifs_recover_size() local
/u-boot/tools/gdb/
A Derror.c49 int e = errno; in Perror() local
/u-boot/net/
A Dbootp.c430 #define put_vci(e, str) \ argument
439 static u8 *add_vci(u8 *e) in add_vci()
463 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended()
630 static int bootp_extended(u8 *e) in bootp_extended()
/u-boot/drivers/crypto/fsl/
A Drsa_caam.h17 const uint8_t *e; /* public exponent as byte array */ member
/u-boot/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c28 unsigned char *e = p + sizeof(struct rk3288_som) - 1; in valid_rk3288_som() local
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget_ep0.c906 static int musb_g_ep0_disable(struct usb_ep *e) in musb_g_ep0_disable()
913 musb_g_ep0_queue(struct usb_ep *e, struct usb_request *r, gfp_t gfp_flags) in musb_g_ep0_queue()
1000 static int musb_g_ep0_halt(struct usb_ep *e, int value) in musb_g_ep0_halt()
/u-boot/tools/
A Dkwbimage.c29 const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
250 struct image_cfg_element *e; in image_get_csk_index() local
261 struct image_cfg_element *e; in image_get_spezialized_img() local
739 struct image_cfg_element *e; in kwb_dump_fuse_cmds_38x() local
835 struct image_cfg_element *e; in kwb_dump_fuse_cmds() local
860 struct image_cfg_element *e; in image_create_v0() local
1219 struct image_cfg_element *e; in image_create_v1() local
1504 struct image_cfg_element *e; in image_get_version() local
/u-boot/lib/
A Dnet_utils.c18 char *e; in string_to_ip() local

Completed in 40 milliseconds

1234