Searched defs:e1 (Results 1 – 7 of 7) sorted by relevance
/u-boot/scripts/kconfig/ |
A D | expr.c | 33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 51 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and() 58 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or() 138 #define e1 (*ep1) macro 251 static int expr_eq(struct expr *e1, struct expr *e2) in expr_eq() 423 static struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or() 487 static struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and() 590 #define e1 (*ep1) in expr_eliminate_dups1() macro 916 struct expr *e1, *e2; in expr_trans_compare() local
|
/u-boot/drivers/mtd/ubi/ |
A D | wl.c | 152 struct ubi_wl_entry *e1; in wl_tree_add() local 249 struct ubi_wl_entry *e1; in in_wl_tree() local 316 struct ubi_wl_entry *e1; in find_wl_entry() local 680 struct ubi_wl_entry *e1, *e2; local 985 struct ubi_wl_entry *e1; local
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_training_centralization.c | 9 #define VALIDATE_WIN_LENGTH(e1, e2, maxsize) \ argument 12 #define IS_WINDOW_OUT_BOUNDARY(e1, e2, maxsize) \ argument
|
A D | ddr3_training_ip_engine.c | 13 #define VALIDATE_TRAINING_LIMIT(e1, e2) \ argument 1111 u8 e1, e2; in ddr3_tip_ip_training_wrapper() local
|
/u-boot/lib/ |
A D | sha512.c | 99 #define e1(x) (ror64(x,14) ^ ror64(x,18) ^ ror64(x,41)) macro
|
A D | hashtable.c | 546 struct env_entry *e1 = *(struct env_entry **)p1; in cmpkey() local
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 2863 def _make_and(self, e1, e2): argument 2877 def _make_or(self, e1, e2): argument
|
Completed in 29 milliseconds